Interface CTFonts
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFonts extends XmlObject
An XML CT_Fonts(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFonts.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 java.lang.StringgetAscii()Gets the "ascii" attributeSTTheme.EnumgetAsciiTheme()Gets the "asciiTheme" attributejava.lang.StringgetCs()Gets the "cs" attributeSTTheme.EnumgetCstheme()Gets the "cstheme" attributejava.lang.StringgetEastAsia()Gets the "eastAsia" attributeSTTheme.EnumgetEastAsiaTheme()Gets the "eastAsiaTheme" attributejava.lang.StringgetHAnsi()Gets the "hAnsi" attributeSTTheme.EnumgetHAnsiTheme()Gets the "hAnsiTheme" attributeSTHint.EnumgetHint()Gets the "hint" attributebooleanisSetAscii()True if has "ascii" attributebooleanisSetAsciiTheme()True if has "asciiTheme" attributebooleanisSetCs()True if has "cs" attributebooleanisSetCstheme()True if has "cstheme" attributebooleanisSetEastAsia()True if has "eastAsia" attributebooleanisSetEastAsiaTheme()True if has "eastAsiaTheme" attributebooleanisSetHAnsi()True if has "hAnsi" attributebooleanisSetHAnsiTheme()True if has "hAnsiTheme" attributebooleanisSetHint()True if has "hint" attributevoidsetAscii(java.lang.String ascii)Sets the "ascii" attributevoidsetAsciiTheme(STTheme.Enum asciiTheme)Sets the "asciiTheme" attributevoidsetCs(java.lang.String cs)Sets the "cs" attributevoidsetCstheme(STTheme.Enum cstheme)Sets the "cstheme" attributevoidsetEastAsia(java.lang.String eastAsia)Sets the "eastAsia" attributevoidsetEastAsiaTheme(STTheme.Enum eastAsiaTheme)Sets the "eastAsiaTheme" attributevoidsetHAnsi(java.lang.String hAnsi)Sets the "hAnsi" attributevoidsetHAnsiTheme(STTheme.Enum hAnsiTheme)Sets the "hAnsiTheme" attributevoidsetHint(STHint.Enum hint)Sets the "hint" attributevoidunsetAscii()Unsets the "ascii" attributevoidunsetAsciiTheme()Unsets the "asciiTheme" attributevoidunsetCs()Unsets the "cs" attributevoidunsetCstheme()Unsets the "cstheme" attributevoidunsetEastAsia()Unsets the "eastAsia" attributevoidunsetEastAsiaTheme()Unsets the "eastAsiaTheme" attributevoidunsetHAnsi()Unsets the "hAnsi" attributevoidunsetHAnsiTheme()Unsets the "hAnsiTheme" attributevoidunsetHint()Unsets the "hint" attributeSTStringxgetAscii()Gets (as xml) the "ascii" attributeSTThemexgetAsciiTheme()Gets (as xml) the "asciiTheme" attributeSTStringxgetCs()Gets (as xml) the "cs" attributeSTThemexgetCstheme()Gets (as xml) the "cstheme" attributeSTStringxgetEastAsia()Gets (as xml) the "eastAsia" attributeSTThemexgetEastAsiaTheme()Gets (as xml) the "eastAsiaTheme" attributeSTStringxgetHAnsi()Gets (as xml) the "hAnsi" attributeSTThemexgetHAnsiTheme()Gets (as xml) the "hAnsiTheme" attributeSTHintxgetHint()Gets (as xml) the "hint" attributevoidxsetAscii(STString ascii)Sets (as xml) the "ascii" attributevoidxsetAsciiTheme(STTheme asciiTheme)Sets (as xml) the "asciiTheme" attributevoidxsetCs(STString cs)Sets (as xml) the "cs" attributevoidxsetCstheme(STTheme cstheme)Sets (as xml) the "cstheme" attributevoidxsetEastAsia(STString eastAsia)Sets (as xml) the "eastAsia" attributevoidxsetEastAsiaTheme(STTheme eastAsiaTheme)Sets (as xml) the "eastAsiaTheme" attributevoidxsetHAnsi(STString hAnsi)Sets (as xml) the "hAnsi" attributevoidxsetHAnsiTheme(STTheme hAnsiTheme)Sets (as xml) the "hAnsiTheme" attributevoidxsetHint(STHint hint)Sets (as xml) the "hint" 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
-
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
void setHint(STHint.Enum hint)
Sets the "hint" attribute
-
xsetHint
void xsetHint(STHint hint)
Sets (as xml) the "hint" attribute
-
unsetHint
void unsetHint()
Unsets the "hint" attribute
-
getAscii
java.lang.String getAscii()
Gets the "ascii" attribute
-
xgetAscii
STString xgetAscii()
Gets (as xml) the "ascii" attribute
-
isSetAscii
boolean isSetAscii()
True if has "ascii" attribute
-
setAscii
void setAscii(java.lang.String ascii)
Sets the "ascii" attribute
-
xsetAscii
void xsetAscii(STString ascii)
Sets (as xml) the "ascii" attribute
-
unsetAscii
void unsetAscii()
Unsets the "ascii" attribute
-
getHAnsi
java.lang.String getHAnsi()
Gets the "hAnsi" attribute
-
xgetHAnsi
STString xgetHAnsi()
Gets (as xml) the "hAnsi" attribute
-
isSetHAnsi
boolean isSetHAnsi()
True if has "hAnsi" attribute
-
setHAnsi
void setHAnsi(java.lang.String hAnsi)
Sets the "hAnsi" attribute
-
xsetHAnsi
void xsetHAnsi(STString hAnsi)
Sets (as xml) the "hAnsi" attribute
-
unsetHAnsi
void unsetHAnsi()
Unsets the "hAnsi" attribute
-
getEastAsia
java.lang.String getEastAsia()
Gets the "eastAsia" attribute
-
xgetEastAsia
STString xgetEastAsia()
Gets (as xml) the "eastAsia" attribute
-
isSetEastAsia
boolean isSetEastAsia()
True if has "eastAsia" attribute
-
setEastAsia
void setEastAsia(java.lang.String eastAsia)
Sets the "eastAsia" attribute
-
xsetEastAsia
void xsetEastAsia(STString eastAsia)
Sets (as xml) the "eastAsia" attribute
-
unsetEastAsia
void unsetEastAsia()
Unsets the "eastAsia" attribute
-
getCs
java.lang.String getCs()
Gets the "cs" attribute
-
xgetCs
STString xgetCs()
Gets (as xml) the "cs" attribute
-
isSetCs
boolean isSetCs()
True if has "cs" attribute
-
setCs
void setCs(java.lang.String cs)
Sets the "cs" attribute
-
xsetCs
void xsetCs(STString cs)
Sets (as xml) 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
void setAsciiTheme(STTheme.Enum asciiTheme)
Sets the "asciiTheme" attribute
-
xsetAsciiTheme
void xsetAsciiTheme(STTheme asciiTheme)
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
void setHAnsiTheme(STTheme.Enum hAnsiTheme)
Sets the "hAnsiTheme" attribute
-
xsetHAnsiTheme
void xsetHAnsiTheme(STTheme hAnsiTheme)
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
void setEastAsiaTheme(STTheme.Enum eastAsiaTheme)
Sets the "eastAsiaTheme" attribute
-
xsetEastAsiaTheme
void xsetEastAsiaTheme(STTheme eastAsiaTheme)
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
void setCstheme(STTheme.Enum cstheme)
Sets the "cstheme" attribute
-
xsetCstheme
void xsetCstheme(STTheme cstheme)
Sets (as xml) the "cstheme" attribute
-
unsetCstheme
void unsetCstheme()
Unsets the "cstheme" attribute
-
-