public static class MicrosoftFonts.Font 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"> <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 Boolean |
clearTypeCollection |
protected Boolean |
coreWebFont |
protected String |
filename |
protected MicrosoftFonts.Font.Italic |
italic |
protected String |
mac |
protected String |
name |
protected 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.
|
String |
getFilename()
Gets the value of the filename property.
|
MicrosoftFonts.Font.Italic |
getItalic()
Gets the value of the italic property.
|
String |
getMac()
Gets the value of the mac property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
isClearTypeCollection()
Gets the value of the clearTypeCollection property.
|
Boolean |
isCoreWebFont()
Gets the value of the coreWebFont property.
|
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(Boolean value)
Sets the value of the clearTypeCollection property.
|
void |
setCoreWebFont(Boolean value)
Sets the value of the coreWebFont property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setItalic(MicrosoftFonts.Font.Italic value)
Sets the value of the italic property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSecondary(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 String name
protected String filename
protected String mac
protected Boolean coreWebFont
protected Boolean clearTypeCollection
protected Boolean secondary
public MicrosoftFonts.Font.Bold getBold()
MicrosoftFonts.Font.Bold
public void setBold(MicrosoftFonts.Font.Bold value)
value
- allowed object is
MicrosoftFonts.Font.Bold
public MicrosoftFonts.Font.Italic getItalic()
MicrosoftFonts.Font.Italic
public void setItalic(MicrosoftFonts.Font.Italic value)
value
- allowed object is
MicrosoftFonts.Font.Italic
public MicrosoftFonts.Font.Bolditalic getBolditalic()
MicrosoftFonts.Font.Bolditalic
public void setBolditalic(MicrosoftFonts.Font.Bolditalic value)
value
- allowed object is
MicrosoftFonts.Font.Bolditalic
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String
public String getMac()
String
public void setMac(String value)
value
- allowed object is
String
public Boolean isCoreWebFont()
Boolean
public void setCoreWebFont(Boolean value)
value
- allowed object is
Boolean
public Boolean isClearTypeCollection()
Boolean
public void setClearTypeCollection(Boolean value)
value
- allowed object is
Boolean
public Boolean isSecondary()
Boolean
Copyright © 2007-2019. All Rights Reserved.