Package org.docx4j.fonts.microsoft
Class MicrosoftFonts.Font.Bold
java.lang.Object
org.docx4j.fonts.microsoft.MicrosoftFonts.Font.Bold
- Enclosing class:
- MicrosoftFonts.Font
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the filename property.getMac()Gets the value of the mac property.voidsetFilename(String value) Sets the value of the filename property.voidSets the value of the mac property.
-
Field Details
-
filename
-
mac
-
-
Constructor Details
-
Bold
public Bold()
-
-
Method Details
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getMac
Gets the value of the mac property.- Returns:
- possible object is
String
-
setMac
Sets the value of the mac property.- Parameters:
value- allowed object isString
-