Interface CTTextFont
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TextFont(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTextFont> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbyteGets the "charset" attributebyte[]Gets the "panose" attributebyteGets the "pitchFamily" attributeGets the "typeface" attributebooleanTrue if has "charset" attributebooleanTrue if has "panose" attributebooleanTrue if has "pitchFamily" attributevoidsetCharset(byte charset) Sets the "charset" attributevoidsetPanose(byte[] panose) Sets the "panose" attributevoidsetPitchFamily(byte pitchFamily) Sets the "pitchFamily" attributevoidsetTypeface(String typeface) Sets the "typeface" attributevoidUnsets the "charset" attributevoidUnsets the "panose" attributevoidUnsets the "pitchFamily" attributeGets (as xml) the "charset" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPanoseGets (as xml) the "panose" attributeGets (as xml) the "pitchFamily" attributeGets (as xml) the "typeface" attributevoidxsetCharset(XmlByte charset) Sets (as xml) the "charset" attributevoidxsetPanose(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPanose panose) Sets (as xml) the "panose" attributevoidxsetPitchFamily(STPitchFamily pitchFamily) Sets (as xml) the "pitchFamily" attributevoidxsetTypeface(STTextTypeface typeface) Sets (as xml) the "typeface" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTypeface
String getTypeface()Gets the "typeface" attribute -
xgetTypeface
STTextTypeface xgetTypeface()Gets (as xml) the "typeface" attribute -
setTypeface
Sets the "typeface" attribute -
xsetTypeface
Sets (as xml) the "typeface" attribute -
getPanose
byte[] getPanose()Gets the "panose" attribute -
xgetPanose
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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 -
unsetPanose
void unsetPanose()Unsets the "panose" attribute -
getPitchFamily
byte getPitchFamily()Gets the "pitchFamily" attribute -
xgetPitchFamily
STPitchFamily 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
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
Sets (as xml) the "charset" attribute -
unsetCharset
void unsetCharset()Unsets the "charset" attribute
-