public static class MicrosoftFonts.Font
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">
<sequence minOccurs="0">
<element name="bold" minOccurs="0">
<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>
</element>
<element name="italic" minOccurs="0">
<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>
</element>
<element name="bolditalic" minOccurs="0">
<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>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mac" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="coreWebFont" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="clearTypeCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="secondary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MicrosoftFonts.Font.Bold
Java class for anonymous complex type.
|
static class |
MicrosoftFonts.Font.Bolditalic
Java class for anonymous complex type.
|
static class |
MicrosoftFonts.Font.Italic
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected MicrosoftFonts.Font.Bold |
bold |
protected MicrosoftFonts.Font.Bolditalic |
bolditalic |
protected java.lang.Boolean |
clearTypeCollection |
protected java.lang.Boolean |
coreWebFont |
protected java.lang.String |
filename |
protected MicrosoftFonts.Font.Italic |
italic |
protected java.lang.String |
mac |
protected java.lang.String |
name |
protected java.lang.Boolean |
secondary |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftFonts.Font.Bold |
getBold()
Gets the value of the bold property.
|
MicrosoftFonts.Font.Bolditalic |
getBolditalic()
Gets the value of the bolditalic property.
|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
MicrosoftFonts.Font.Italic |
getItalic()
Gets the value of the italic property.
|
java.lang.String |
getMac()
Gets the value of the mac property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Boolean |
isClearTypeCollection()
Gets the value of the clearTypeCollection property.
|
java.lang.Boolean |
isCoreWebFont()
Gets the value of the coreWebFont property.
|
java.lang.Boolean |
isSecondary()
Gets the value of the secondary property.
|
void |
setBold(MicrosoftFonts.Font.Bold value)
Sets the value of the bold property.
|
void |
setBolditalic(MicrosoftFonts.Font.Bolditalic value)
Sets the value of the bolditalic property.
|
void |
setClearTypeCollection(java.lang.Boolean value)
Sets the value of the clearTypeCollection property.
|
void |
setCoreWebFont(java.lang.Boolean value)
Sets the value of the coreWebFont property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
void |
setItalic(MicrosoftFonts.Font.Italic value)
Sets the value of the italic property.
|
void |
setMac(java.lang.String value)
Sets the value of the mac property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSecondary(java.lang.Boolean value)
Sets the value of the secondary property.
|
protected MicrosoftFonts.Font.Bold bold
protected MicrosoftFonts.Font.Italic italic
protected MicrosoftFonts.Font.Bolditalic bolditalic
protected java.lang.String name
protected java.lang.String filename
protected java.lang.String mac
protected java.lang.Boolean coreWebFont
protected java.lang.Boolean clearTypeCollection
protected java.lang.Boolean secondary
public MicrosoftFonts.Font.Bold getBold()
MicrosoftFonts.Font.Boldpublic void setBold(MicrosoftFonts.Font.Bold value)
value - allowed object is
MicrosoftFonts.Font.Boldpublic MicrosoftFonts.Font.Italic getItalic()
MicrosoftFonts.Font.Italicpublic void setItalic(MicrosoftFonts.Font.Italic value)
value - allowed object is
MicrosoftFonts.Font.Italicpublic MicrosoftFonts.Font.Bolditalic getBolditalic()
MicrosoftFonts.Font.Bolditalicpublic void setBolditalic(MicrosoftFonts.Font.Bolditalic value)
value - allowed object is
MicrosoftFonts.Font.Bolditalicpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic 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
Stringpublic java.lang.Boolean isCoreWebFont()
Booleanpublic void setCoreWebFont(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isClearTypeCollection()
Booleanpublic void setClearTypeCollection(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSecondary()
Booleanpublic void setSecondary(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2023. All rights reserved.