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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
filename |
protected java.lang.String |
mac |
| Constructor and Description |
|---|
Italic() |
| Modifier and Type | Method and 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.
|
public java.lang.String getFilename()
Stringpublic void setFilename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMac()
Stringpublic void setMac(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.