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 class
CTFonts.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 java.lang.String
getAscii()
Gets the "ascii" attributeSTTheme.Enum
getAsciiTheme()
Gets the "asciiTheme" attributejava.lang.String
getCs()
Gets the "cs" attributeSTTheme.Enum
getCstheme()
Gets the "cstheme" attributejava.lang.String
getEastAsia()
Gets the "eastAsia" attributeSTTheme.Enum
getEastAsiaTheme()
Gets the "eastAsiaTheme" attributejava.lang.String
getHAnsi()
Gets the "hAnsi" attributeSTTheme.Enum
getHAnsiTheme()
Gets the "hAnsiTheme" attributeSTHint.Enum
getHint()
Gets the "hint" attributeboolean
isSetAscii()
True if has "ascii" attributeboolean
isSetAsciiTheme()
True if has "asciiTheme" attributeboolean
isSetCs()
True if has "cs" attributeboolean
isSetCstheme()
True if has "cstheme" attributeboolean
isSetEastAsia()
True if has "eastAsia" attributeboolean
isSetEastAsiaTheme()
True if has "eastAsiaTheme" attributeboolean
isSetHAnsi()
True if has "hAnsi" attributeboolean
isSetHAnsiTheme()
True if has "hAnsiTheme" attributeboolean
isSetHint()
True if has "hint" attributevoid
setAscii(java.lang.String ascii)
Sets the "ascii" attributevoid
setAsciiTheme(STTheme.Enum asciiTheme)
Sets the "asciiTheme" attributevoid
setCs(java.lang.String cs)
Sets the "cs" attributevoid
setCstheme(STTheme.Enum cstheme)
Sets the "cstheme" attributevoid
setEastAsia(java.lang.String eastAsia)
Sets the "eastAsia" attributevoid
setEastAsiaTheme(STTheme.Enum eastAsiaTheme)
Sets the "eastAsiaTheme" attributevoid
setHAnsi(java.lang.String hAnsi)
Sets the "hAnsi" attributevoid
setHAnsiTheme(STTheme.Enum hAnsiTheme)
Sets the "hAnsiTheme" attributevoid
setHint(STHint.Enum hint)
Sets the "hint" attributevoid
unsetAscii()
Unsets the "ascii" attributevoid
unsetAsciiTheme()
Unsets the "asciiTheme" attributevoid
unsetCs()
Unsets the "cs" attributevoid
unsetCstheme()
Unsets the "cstheme" attributevoid
unsetEastAsia()
Unsets the "eastAsia" attributevoid
unsetEastAsiaTheme()
Unsets the "eastAsiaTheme" attributevoid
unsetHAnsi()
Unsets the "hAnsi" attributevoid
unsetHAnsiTheme()
Unsets the "hAnsiTheme" attributevoid
unsetHint()
Unsets the "hint" attributeSTString
xgetAscii()
Gets (as xml) the "ascii" attributeSTTheme
xgetAsciiTheme()
Gets (as xml) the "asciiTheme" attributeSTString
xgetCs()
Gets (as xml) the "cs" attributeSTTheme
xgetCstheme()
Gets (as xml) the "cstheme" attributeSTString
xgetEastAsia()
Gets (as xml) the "eastAsia" attributeSTTheme
xgetEastAsiaTheme()
Gets (as xml) the "eastAsiaTheme" attributeSTString
xgetHAnsi()
Gets (as xml) the "hAnsi" attributeSTTheme
xgetHAnsiTheme()
Gets (as xml) the "hAnsiTheme" attributeSTHint
xgetHint()
Gets (as xml) the "hint" attributevoid
xsetAscii(STString ascii)
Sets (as xml) the "ascii" attributevoid
xsetAsciiTheme(STTheme asciiTheme)
Sets (as xml) the "asciiTheme" attributevoid
xsetCs(STString cs)
Sets (as xml) the "cs" attributevoid
xsetCstheme(STTheme cstheme)
Sets (as xml) the "cstheme" attributevoid
xsetEastAsia(STString eastAsia)
Sets (as xml) the "eastAsia" attributevoid
xsetEastAsiaTheme(STTheme eastAsiaTheme)
Sets (as xml) the "eastAsiaTheme" attributevoid
xsetHAnsi(STString hAnsi)
Sets (as xml) the "hAnsi" attributevoid
xsetHAnsiTheme(STTheme hAnsiTheme)
Sets (as xml) the "hAnsiTheme" attributevoid
xsetHint(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
-
-