public static class FontSubstitutions.Replace 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>
<element name="SubstFonts" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubstFontsMS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubstFontsPS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubstFontsHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fontType |
protected String |
fontWeight |
protected String |
fontWidth |
protected String |
name |
protected String |
substFonts |
protected String |
substFontsHTML |
protected String |
substFontsMS |
protected String |
substFontsPS |
| Constructor and Description |
|---|
Replace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontType()
Gets the value of the fontType property.
|
String |
getFontWeight()
Gets the value of the fontWeight property.
|
String |
getFontWidth()
Gets the value of the fontWidth property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSubstFonts()
Gets the value of the substFonts property.
|
String |
getSubstFontsHTML()
Gets the value of the substFontsHTML property.
|
String |
getSubstFontsMS()
Gets the value of the substFontsMS property.
|
String |
getSubstFontsPS()
Gets the value of the substFontsPS property.
|
void |
setFontType(String value)
Sets the value of the fontType property.
|
void |
setFontWeight(String value)
Sets the value of the fontWeight property.
|
void |
setFontWidth(String value)
Sets the value of the fontWidth property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSubstFonts(String value)
Sets the value of the substFonts property.
|
void |
setSubstFontsHTML(String value)
Sets the value of the substFontsHTML property.
|
void |
setSubstFontsMS(String value)
Sets the value of the substFontsMS property.
|
void |
setSubstFontsPS(String value)
Sets the value of the substFontsPS property.
|
protected String substFonts
protected String substFontsMS
protected String substFontsPS
protected String substFontsHTML
protected String fontWeight
protected String fontWidth
protected String fontType
protected String name
public String getSubstFonts()
Stringpublic void setSubstFonts(String value)
value - allowed object is
Stringpublic String getSubstFontsMS()
Stringpublic void setSubstFontsMS(String value)
value - allowed object is
Stringpublic String getSubstFontsPS()
Stringpublic void setSubstFontsPS(String value)
value - allowed object is
Stringpublic String getSubstFontsHTML()
Stringpublic void setSubstFontsHTML(String value)
value - allowed object is
Stringpublic String getFontWeight()
Stringpublic void setFontWeight(String value)
value - allowed object is
Stringpublic String getFontWidth()
Stringpublic void setFontWidth(String value)
value - allowed object is
Stringpublic String getFontType()
Stringpublic void setFontType(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2007-2020. All Rights Reserved.