public class TextFont extends Object implements Child
Java class for CT_TextFont complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextFont">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="typeface">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="panose">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
<attribute name="pitchFamily" type="{http://www.w3.org/2001/XMLSchema}byte" default="0" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}byte" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Byte |
charset |
protected String |
panose |
protected Byte |
pitchFamily |
protected String |
typeface |
| Constructor and Description |
|---|
TextFont() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
byte |
getCharset()
Gets the value of the charset property.
|
String |
getPanose()
Gets the value of the panose property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte |
getPitchFamily()
Gets the value of the pitchFamily property.
|
String |
getTypeface()
Gets the value of the typeface property.
|
void |
setCharset(Byte value)
Sets the value of the charset property.
|
void |
setPanose(String value)
Sets the value of the panose property.
|
void |
setParent(Object parent) |
void |
setPitchFamily(Byte value)
Sets the value of the pitchFamily property.
|
void |
setTypeface(String value)
Sets the value of the typeface property.
|
protected String typeface
protected String panose
protected Byte pitchFamily
protected Byte charset
public String getTypeface()
Stringpublic void setTypeface(String value)
value - allowed object is
Stringpublic String getPanose()
Stringpublic void setPanose(String value)
value - allowed object is
Stringpublic byte getPitchFamily()
Bytepublic void setPitchFamily(Byte value)
value - allowed object is
Bytepublic byte getCharset()
Bytepublic void setCharset(Byte value)
value - allowed object is
Bytepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.