Package org.docx4j.fonts.microsoft
Class MicrosoftFonts.Font.Bolditalic
java.lang.Object
org.docx4j.fonts.microsoft.MicrosoftFonts.Font.Bolditalic
- Enclosing class:
- MicrosoftFonts.Font
public static class MicrosoftFonts.Font.Bolditalic
extends java.lang.Object
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
-
Constructor Summary
Constructors Constructor Description Bolditalic() -
Method Summary
Modifier and Type Method Description java.lang.StringgetFilename()Gets the value of the filename property.java.lang.StringgetMac()Gets the value of the mac property.voidsetFilename(java.lang.String value)Sets the value of the filename property.voidsetMac(java.lang.String value)Sets the value of the mac property.
-
Field Details
-
Constructor Details
-
Bolditalic
public Bolditalic()
-
-
Method Details
-
getFilename
public java.lang.String getFilename()Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(java.lang.String value)Sets the value of the filename property.- Parameters:
value- allowed object isString
-
getMac
public java.lang.String getMac()Gets the value of the mac property.- Returns:
- possible object is
String
-
setMac
public void setMac(java.lang.String value)Sets the value of the mac property.- Parameters:
value- allowed object isString
-