public static class FontSubstitutions.Replace
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>
<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 java.lang.String |
fontType |
protected java.lang.String |
fontWeight |
protected java.lang.String |
fontWidth |
protected java.lang.String |
name |
protected java.lang.String |
substFonts |
protected java.lang.String |
substFontsHTML |
protected java.lang.String |
substFontsMS |
protected java.lang.String |
substFontsPS |
| Constructor and Description |
|---|
Replace() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFontType()
Gets the value of the fontType property.
|
java.lang.String |
getFontWeight()
Gets the value of the fontWeight property.
|
java.lang.String |
getFontWidth()
Gets the value of the fontWidth property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSubstFonts()
Gets the value of the substFonts property.
|
java.lang.String |
getSubstFontsHTML()
Gets the value of the substFontsHTML property.
|
java.lang.String |
getSubstFontsMS()
Gets the value of the substFontsMS property.
|
java.lang.String |
getSubstFontsPS()
Gets the value of the substFontsPS property.
|
void |
setFontType(java.lang.String value)
Sets the value of the fontType property.
|
void |
setFontWeight(java.lang.String value)
Sets the value of the fontWeight property.
|
void |
setFontWidth(java.lang.String value)
Sets the value of the fontWidth property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSubstFonts(java.lang.String value)
Sets the value of the substFonts property.
|
void |
setSubstFontsHTML(java.lang.String value)
Sets the value of the substFontsHTML property.
|
void |
setSubstFontsMS(java.lang.String value)
Sets the value of the substFontsMS property.
|
void |
setSubstFontsPS(java.lang.String value)
Sets the value of the substFontsPS property.
|
protected java.lang.String substFonts
protected java.lang.String substFontsMS
protected java.lang.String substFontsPS
protected java.lang.String substFontsHTML
protected java.lang.String fontWeight
protected java.lang.String fontWidth
protected java.lang.String fontType
protected java.lang.String name
public java.lang.String getSubstFonts()
Stringpublic void setSubstFonts(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubstFontsMS()
Stringpublic void setSubstFontsMS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubstFontsPS()
Stringpublic void setSubstFontsPS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubstFontsHTML()
Stringpublic void setSubstFontsHTML(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFontWeight()
Stringpublic void setFontWeight(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFontWidth()
Stringpublic void setFontWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFontType()
Stringpublic void setFontType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.