public class FontFieldUpdate
extends java.lang.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 |
---|---|
java.lang.String |
getAssetHandle()
Gets the value of the assetHandle property.
|
java.lang.String |
getFontFamily()
Gets the value of the fontFamily property.
|
java.lang.String |
getFontName()
Gets the value of the fontName property.
|
java.lang.String |
getPostscriptName()
Gets the value of the postscriptName property.
|
java.lang.String |
getRtfName()
Gets the value of the rtfName property.
|
java.lang.String |
getStyle()
Gets the value of the style property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getTypeName()
Gets the value of the typeName property.
|
void |
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.
|
void |
setFontFamily(java.lang.String value)
Sets the value of the fontFamily property.
|
void |
setFontName(java.lang.String value)
Sets the value of the fontName property.
|
void |
setPostscriptName(java.lang.String value)
Sets the value of the postscriptName property.
|
void |
setRtfName(java.lang.String value)
Sets the value of the rtfName property.
|
void |
setStyle(java.lang.String value)
Sets the value of the style property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setTypeName(java.lang.String value)
Sets the value of the typeName property.
|
public java.lang.String getAssetHandle()
String
public void setAssetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFontName()
String
public void setFontName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostscriptName()
String
public void setPostscriptName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRtfName()
String
public void setRtfName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFontFamily()
String
public void setFontFamily(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStyle()
String
public void setStyle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTypeName()
String
public void setTypeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"