public class TextFont extends Object
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 |
---|---|
byte |
getCharset()
Gets the value of the charset property.
|
String |
getPanose()
Gets the value of the panose property.
|
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 |
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()
String
public void setTypeface(String value)
value
- allowed object is
String
public String getPanose()
String
public void setPanose(String value)
value
- allowed object is
String
public byte getPitchFamily()
Byte
public void setPitchFamily(Byte value)
value
- allowed object is
Byte
public byte getCharset()
Byte
Copyright © 2007-2019. All Rights Reserved.