Interface CTTextFont
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTextFont extends XmlObject
An XML CT_TextFont(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTextFont.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getCharset()
Gets the "charset" attributebyte[]
getPanose()
Gets the "panose" attributebyte
getPitchFamily()
Gets the "pitchFamily" attributejava.lang.String
getTypeface()
Gets the "typeface" attributeboolean
isSetCharset()
True if has "charset" attributeboolean
isSetPanose()
True if has "panose" attributeboolean
isSetPitchFamily()
True if has "pitchFamily" attributeboolean
isSetTypeface()
True if has "typeface" attributevoid
setCharset(byte charset)
Sets the "charset" attributevoid
setPanose(byte[] panose)
Sets the "panose" attributevoid
setPitchFamily(byte pitchFamily)
Sets the "pitchFamily" attributevoid
setTypeface(java.lang.String typeface)
Sets the "typeface" attributevoid
unsetCharset()
Unsets the "charset" attributevoid
unsetPanose()
Unsets the "panose" attributevoid
unsetPitchFamily()
Unsets the "pitchFamily" attributevoid
unsetTypeface()
Unsets the "typeface" attributeXmlByte
xgetCharset()
Gets (as xml) the "charset" attributeSTPanose
xgetPanose()
Gets (as xml) the "panose" attributeXmlByte
xgetPitchFamily()
Gets (as xml) the "pitchFamily" attributeSTTextTypeface
xgetTypeface()
Gets (as xml) the "typeface" attributevoid
xsetCharset(XmlByte charset)
Sets (as xml) the "charset" attributevoid
xsetPanose(STPanose panose)
Sets (as xml) the "panose" attributevoid
xsetPitchFamily(XmlByte pitchFamily)
Sets (as xml) the "pitchFamily" attributevoid
xsetTypeface(STTextTypeface typeface)
Sets (as xml) the "typeface" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTypeface
java.lang.String getTypeface()
Gets the "typeface" attribute
-
xgetTypeface
STTextTypeface xgetTypeface()
Gets (as xml) the "typeface" attribute
-
isSetTypeface
boolean isSetTypeface()
True if has "typeface" attribute
-
setTypeface
void setTypeface(java.lang.String typeface)
Sets the "typeface" attribute
-
xsetTypeface
void xsetTypeface(STTextTypeface typeface)
Sets (as xml) the "typeface" attribute
-
unsetTypeface
void unsetTypeface()
Unsets the "typeface" attribute
-
getPanose
byte[] getPanose()
Gets the "panose" attribute
-
xgetPanose
STPanose xgetPanose()
Gets (as xml) the "panose" attribute
-
isSetPanose
boolean isSetPanose()
True if has "panose" attribute
-
setPanose
void setPanose(byte[] panose)
Sets the "panose" attribute
-
xsetPanose
void xsetPanose(STPanose panose)
Sets (as xml) the "panose" attribute
-
unsetPanose
void unsetPanose()
Unsets the "panose" attribute
-
getPitchFamily
byte getPitchFamily()
Gets the "pitchFamily" attribute
-
xgetPitchFamily
XmlByte xgetPitchFamily()
Gets (as xml) the "pitchFamily" attribute
-
isSetPitchFamily
boolean isSetPitchFamily()
True if has "pitchFamily" attribute
-
setPitchFamily
void setPitchFamily(byte pitchFamily)
Sets the "pitchFamily" attribute
-
xsetPitchFamily
void xsetPitchFamily(XmlByte pitchFamily)
Sets (as xml) the "pitchFamily" attribute
-
unsetPitchFamily
void unsetPitchFamily()
Unsets the "pitchFamily" attribute
-
getCharset
byte getCharset()
Gets the "charset" attribute
-
xgetCharset
XmlByte xgetCharset()
Gets (as xml) the "charset" attribute
-
isSetCharset
boolean isSetCharset()
True if has "charset" attribute
-
setCharset
void setCharset(byte charset)
Sets the "charset" attribute
-
xsetCharset
void xsetCharset(XmlByte charset)
Sets (as xml) the "charset" attribute
-
unsetCharset
void unsetCharset()
Unsets the "charset" attribute
-
-