public static class MicrosoftFonts.Font.Bold 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 |
|---|
Bold() |
| 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()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getMac()
StringCopyright © 2007-2020. All Rights Reserved.