public static class Substitutions.Substitution.To
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">
<attribute name="font-family" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-weight" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="font-style" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fontFamily |
protected java.lang.String |
fontStyle |
protected java.lang.String |
fontWeight |
| Constructor and Description |
|---|
To() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFontFamily()
Gets the value of the fontFamily property.
|
java.lang.String |
getFontStyle()
Gets the value of the fontStyle property.
|
java.lang.String |
getFontWeight()
Gets the value of the fontWeight property.
|
void |
setFontFamily(java.lang.String value)
Sets the value of the fontFamily property.
|
void |
setFontStyle(java.lang.String value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(java.lang.String value)
Sets the value of the fontWeight property.
|
protected java.lang.String fontFamily
protected java.lang.String fontWeight
protected java.lang.String fontStyle
public java.lang.String getFontFamily()
Stringpublic void setFontFamily(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 getFontStyle()
Stringpublic void setFontStyle(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.