public class TextFont extends java.lang.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 java.lang.Byte |
charset |
protected java.lang.String |
panose |
protected java.lang.Byte |
pitchFamily |
protected java.lang.String |
typeface |
| Constructor and Description |
|---|
TextFont() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.String |
getPanose()
Gets the value of the panose property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte |
getPitchFamily()
Gets the value of the pitchFamily property.
|
java.lang.String |
getTypeface()
Gets the value of the typeface property.
|
void |
setCharset(java.lang.Byte value)
Sets the value of the charset property.
|
void |
setPanose(java.lang.String value)
Sets the value of the panose property.
|
void |
setParent(java.lang.Object parent) |
void |
setPitchFamily(java.lang.Byte value)
Sets the value of the pitchFamily property.
|
void |
setTypeface(java.lang.String value)
Sets the value of the typeface property.
|
protected java.lang.String typeface
protected java.lang.String panose
protected java.lang.Byte pitchFamily
protected java.lang.Byte charset
public java.lang.String getTypeface()
Stringpublic void setTypeface(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPanose()
Stringpublic void setPanose(java.lang.String value)
value - allowed object is
Stringpublic byte getPitchFamily()
Bytepublic void setPitchFamily(java.lang.Byte value)
value - allowed object is
Bytepublic byte getCharset()
Bytepublic void setCharset(java.lang.Byte value)
value - allowed object is
Bytepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.