Interface CTFonts
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Fonts(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetAscii()Gets the "ascii" attributeGets the "asciiTheme" attributegetCs()Gets the "cs" attributeGets the "cstheme" attributeGets the "eastAsia" attributeGets the "eastAsiaTheme" attributegetHAnsi()Gets the "hAnsi" attributeGets the "hAnsiTheme" attributegetHint()Gets the "hint" attributebooleanTrue if has "ascii" attributebooleanTrue if has "asciiTheme" attributebooleanisSetCs()True if has "cs" attributebooleanTrue if has "cstheme" attributebooleanTrue if has "eastAsia" attributebooleanTrue if has "eastAsiaTheme" attributebooleanTrue if has "hAnsi" attributebooleanTrue if has "hAnsiTheme" attributebooleanTrue if has "hint" attributevoidSets the "ascii" attributevoidsetAsciiTheme(STTheme.Enum asciiTheme) Sets the "asciiTheme" attributevoidSets the "cs" attributevoidsetCstheme(STTheme.Enum cstheme) Sets the "cstheme" attributevoidsetEastAsia(String eastAsia) Sets the "eastAsia" attributevoidsetEastAsiaTheme(STTheme.Enum eastAsiaTheme) Sets the "eastAsiaTheme" attributevoidSets the "hAnsi" attributevoidsetHAnsiTheme(STTheme.Enum hAnsiTheme) Sets the "hAnsiTheme" attributevoidsetHint(STHint.Enum hint) Sets the "hint" attributevoidUnsets the "ascii" attributevoidUnsets the "asciiTheme" attributevoidunsetCs()Unsets the "cs" attributevoidUnsets the "cstheme" attributevoidUnsets the "eastAsia" attributevoidUnsets the "eastAsiaTheme" attributevoidUnsets the "hAnsi" attributevoidUnsets the "hAnsiTheme" attributevoidUnsets the "hint" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "ascii" attributeGets (as xml) the "asciiTheme" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetCs()Gets (as xml) the "cs" attributeGets (as xml) the "cstheme" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "eastAsia" attributeGets (as xml) the "eastAsiaTheme" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "hAnsi" attributeGets (as xml) the "hAnsiTheme" attributexgetHint()Gets (as xml) the "hint" attributevoidxsetAscii(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString ascii) Sets (as xml) the "ascii" attributevoidxsetAsciiTheme(STTheme asciiTheme) Sets (as xml) the "asciiTheme" attributevoidxsetCs(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString cs) Sets (as xml) the "cs" attributevoidxsetCstheme(STTheme cstheme) Sets (as xml) the "cstheme" attributevoidxsetEastAsia(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString eastAsia) Sets (as xml) the "eastAsia" attributevoidxsetEastAsiaTheme(STTheme eastAsiaTheme) Sets (as xml) the "eastAsiaTheme" attributevoidxsetHAnsi(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString hAnsi) Sets (as xml) the "hAnsi" attributevoidxsetHAnsiTheme(STTheme hAnsiTheme) Sets (as xml) the "hAnsiTheme" attributevoidSets (as xml) the "hint" 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
-
getHint
STHint.Enum getHint()Gets the "hint" attribute -
xgetHint
STHint xgetHint()Gets (as xml) the "hint" attribute -
isSetHint
boolean isSetHint()True if has "hint" attribute -
setHint
Sets the "hint" attribute -
xsetHint
Sets (as xml) the "hint" attribute -
unsetHint
void unsetHint()Unsets the "hint" attribute -
getAscii
String getAscii()Gets the "ascii" attribute -
xgetAscii
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAscii()Gets (as xml) the "ascii" attribute -
isSetAscii
boolean isSetAscii()True if has "ascii" attribute -
setAscii
Sets the "ascii" attribute -
unsetAscii
void unsetAscii()Unsets the "ascii" attribute -
getHAnsi
String getHAnsi()Gets the "hAnsi" attribute -
xgetHAnsi
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetHAnsi()Gets (as xml) the "hAnsi" attribute -
isSetHAnsi
boolean isSetHAnsi()True if has "hAnsi" attribute -
setHAnsi
Sets the "hAnsi" attribute -
unsetHAnsi
void unsetHAnsi()Unsets the "hAnsi" attribute -
getEastAsia
String getEastAsia()Gets the "eastAsia" attribute -
xgetEastAsia
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetEastAsia()Gets (as xml) the "eastAsia" attribute -
isSetEastAsia
boolean isSetEastAsia()True if has "eastAsia" attribute -
setEastAsia
Sets the "eastAsia" attribute -
unsetEastAsia
void unsetEastAsia()Unsets the "eastAsia" attribute -
getCs
String getCs()Gets the "cs" attribute -
xgetCs
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCs()Gets (as xml) the "cs" attribute -
isSetCs
boolean isSetCs()True if has "cs" attribute -
setCs
Sets the "cs" attribute -
unsetCs
void unsetCs()Unsets the "cs" attribute -
getAsciiTheme
STTheme.Enum getAsciiTheme()Gets the "asciiTheme" attribute -
xgetAsciiTheme
STTheme xgetAsciiTheme()Gets (as xml) the "asciiTheme" attribute -
isSetAsciiTheme
boolean isSetAsciiTheme()True if has "asciiTheme" attribute -
setAsciiTheme
Sets the "asciiTheme" attribute -
xsetAsciiTheme
Sets (as xml) the "asciiTheme" attribute -
unsetAsciiTheme
void unsetAsciiTheme()Unsets the "asciiTheme" attribute -
getHAnsiTheme
STTheme.Enum getHAnsiTheme()Gets the "hAnsiTheme" attribute -
xgetHAnsiTheme
STTheme xgetHAnsiTheme()Gets (as xml) the "hAnsiTheme" attribute -
isSetHAnsiTheme
boolean isSetHAnsiTheme()True if has "hAnsiTheme" attribute -
setHAnsiTheme
Sets the "hAnsiTheme" attribute -
xsetHAnsiTheme
Sets (as xml) the "hAnsiTheme" attribute -
unsetHAnsiTheme
void unsetHAnsiTheme()Unsets the "hAnsiTheme" attribute -
getEastAsiaTheme
STTheme.Enum getEastAsiaTheme()Gets the "eastAsiaTheme" attribute -
xgetEastAsiaTheme
STTheme xgetEastAsiaTheme()Gets (as xml) the "eastAsiaTheme" attribute -
isSetEastAsiaTheme
boolean isSetEastAsiaTheme()True if has "eastAsiaTheme" attribute -
setEastAsiaTheme
Sets the "eastAsiaTheme" attribute -
xsetEastAsiaTheme
Sets (as xml) the "eastAsiaTheme" attribute -
unsetEastAsiaTheme
void unsetEastAsiaTheme()Unsets the "eastAsiaTheme" attribute -
getCstheme
STTheme.Enum getCstheme()Gets the "cstheme" attribute -
xgetCstheme
STTheme xgetCstheme()Gets (as xml) the "cstheme" attribute -
isSetCstheme
boolean isSetCstheme()True if has "cstheme" attribute -
setCstheme
Sets the "cstheme" attribute -
xsetCstheme
Sets (as xml) the "cstheme" attribute -
unsetCstheme
void unsetCstheme()Unsets the "cstheme" attribute
-