Package org.docx4j.fonts.microsoft
Class MicrosoftFonts.Font.Italic
java.lang.Object
org.docx4j.fonts.microsoft.MicrosoftFonts.Font.Italic
- Enclosing class:
- MicrosoftFonts.Font
public static class MicrosoftFonts.Font.Italic
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 Italic()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFilename()
Gets the value of the filename property.java.lang.String
getMac()
Gets the value of the mac property.void
setFilename(java.lang.String value)
Sets the value of the filename property.void
setMac(java.lang.String value)
Sets the value of the mac property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
filename
protected java.lang.String filename -
mac
protected java.lang.String mac
-
-
Constructor Details
-
Italic
public Italic()
-
-
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
-