public static class MicrosoftFonts.Font.Italic extends 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 String |
filename |
protected String |
mac |
Constructor and Description |
---|
Italic() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Gets the value of the filename property.
|
String |
getMac()
Gets the value of the mac property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String
public String getMac()
String
Copyright © 2007-2018. All Rights Reserved.