public class FontFieldUpdate extends Object
Java class for FontFieldUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FontFieldUpdate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fontName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postscriptName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rtfName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fontFamily" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="style" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="typeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FontFieldUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssetHandle()
Gets the value of the assetHandle property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontName()
Gets the value of the fontName property.
|
String |
getPostscriptName()
Gets the value of the postscriptName property.
|
String |
getRtfName()
Gets the value of the rtfName property.
|
String |
getStyle()
Gets the value of the style property.
|
String |
getType()
Gets the value of the type property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
void |
setAssetHandle(String value)
Sets the value of the assetHandle property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontName(String value)
Sets the value of the fontName property.
|
void |
setPostscriptName(String value)
Sets the value of the postscriptName property.
|
void |
setRtfName(String value)
Sets the value of the rtfName property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
public String getAssetHandle()
Stringpublic void setAssetHandle(String value)
value - allowed object is
Stringpublic String getFontName()
Stringpublic void setFontName(String value)
value - allowed object is
Stringpublic String getPostscriptName()
Stringpublic void setPostscriptName(String value)
value - allowed object is
Stringpublic String getRtfName()
Stringpublic void setRtfName(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved