public static class Substitutions.Substitution.From 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">
<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 String |
fontFamily |
protected String |
fontStyle |
protected String |
fontWeight |
| Constructor and Description |
|---|
From() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontStyle()
Gets the value of the fontStyle property.
|
String |
getFontWeight()
Gets the value of the fontWeight property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontStyle(String value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(String value)
Sets the value of the fontWeight property.
|
protected String fontFamily
protected String fontWeight
protected String fontStyle
public String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic String getFontWeight()
Stringpublic void setFontWeight(String value)
value - allowed object is
Stringpublic String getFontStyle()
StringCopyright © 2007-2022. All Rights Reserved.