Interface CTFont
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFont extends XmlObject
An XML CT_Font(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFont.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 CTStringaddNewAltName()Appends and returns a new empty "altName" elementCTUcharHexNumberaddNewCharset()Appends and returns a new empty "charset" elementCTFontReladdNewEmbedBold()Appends and returns a new empty "embedBold" elementCTFontReladdNewEmbedBoldItalic()Appends and returns a new empty "embedBoldItalic" elementCTFontReladdNewEmbedItalic()Appends and returns a new empty "embedItalic" elementCTFontReladdNewEmbedRegular()Appends and returns a new empty "embedRegular" elementCTFontFamilyaddNewFamily()Appends and returns a new empty "family" elementCTOnOffaddNewNotTrueType()Appends and returns a new empty "notTrueType" elementCTPanoseaddNewPanose1()Appends and returns a new empty "panose1" elementCTPitchaddNewPitch()Appends and returns a new empty "pitch" elementCTFontSigaddNewSig()Appends and returns a new empty "sig" elementCTStringgetAltName()Gets the "altName" elementCTUcharHexNumbergetCharset()Gets the "charset" elementCTFontRelgetEmbedBold()Gets the "embedBold" elementCTFontRelgetEmbedBoldItalic()Gets the "embedBoldItalic" elementCTFontRelgetEmbedItalic()Gets the "embedItalic" elementCTFontRelgetEmbedRegular()Gets the "embedRegular" elementCTFontFamilygetFamily()Gets the "family" elementjava.lang.StringgetName()Gets the "name" attributeCTOnOffgetNotTrueType()Gets the "notTrueType" elementCTPanosegetPanose1()Gets the "panose1" elementCTPitchgetPitch()Gets the "pitch" elementCTFontSiggetSig()Gets the "sig" elementbooleanisSetAltName()True if has "altName" elementbooleanisSetCharset()True if has "charset" elementbooleanisSetEmbedBold()True if has "embedBold" elementbooleanisSetEmbedBoldItalic()True if has "embedBoldItalic" elementbooleanisSetEmbedItalic()True if has "embedItalic" elementbooleanisSetEmbedRegular()True if has "embedRegular" elementbooleanisSetFamily()True if has "family" elementbooleanisSetNotTrueType()True if has "notTrueType" elementbooleanisSetPanose1()True if has "panose1" elementbooleanisSetPitch()True if has "pitch" elementbooleanisSetSig()True if has "sig" elementvoidsetAltName(CTString altName)Sets the "altName" elementvoidsetCharset(CTUcharHexNumber charset)Sets the "charset" elementvoidsetEmbedBold(CTFontRel embedBold)Sets the "embedBold" elementvoidsetEmbedBoldItalic(CTFontRel embedBoldItalic)Sets the "embedBoldItalic" elementvoidsetEmbedItalic(CTFontRel embedItalic)Sets the "embedItalic" elementvoidsetEmbedRegular(CTFontRel embedRegular)Sets the "embedRegular" elementvoidsetFamily(CTFontFamily family)Sets the "family" elementvoidsetName(java.lang.String name)Sets the "name" attributevoidsetNotTrueType(CTOnOff notTrueType)Sets the "notTrueType" elementvoidsetPanose1(CTPanose panose1)Sets the "panose1" elementvoidsetPitch(CTPitch pitch)Sets the "pitch" elementvoidsetSig(CTFontSig sig)Sets the "sig" elementvoidunsetAltName()Unsets the "altName" elementvoidunsetCharset()Unsets the "charset" elementvoidunsetEmbedBold()Unsets the "embedBold" elementvoidunsetEmbedBoldItalic()Unsets the "embedBoldItalic" elementvoidunsetEmbedItalic()Unsets the "embedItalic" elementvoidunsetEmbedRegular()Unsets the "embedRegular" elementvoidunsetFamily()Unsets the "family" elementvoidunsetNotTrueType()Unsets the "notTrueType" elementvoidunsetPanose1()Unsets the "panose1" elementvoidunsetPitch()Unsets the "pitch" elementvoidunsetSig()Unsets the "sig" elementSTStringxgetName()Gets (as xml) the "name" attributevoidxsetName(STString name)Sets (as xml) the "name" 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
-
getAltName
CTString getAltName()
Gets the "altName" element
-
isSetAltName
boolean isSetAltName()
True if has "altName" element
-
setAltName
void setAltName(CTString altName)
Sets the "altName" element
-
addNewAltName
CTString addNewAltName()
Appends and returns a new empty "altName" element
-
unsetAltName
void unsetAltName()
Unsets the "altName" element
-
getPanose1
CTPanose getPanose1()
Gets the "panose1" element
-
isSetPanose1
boolean isSetPanose1()
True if has "panose1" element
-
setPanose1
void setPanose1(CTPanose panose1)
Sets the "panose1" element
-
addNewPanose1
CTPanose addNewPanose1()
Appends and returns a new empty "panose1" element
-
unsetPanose1
void unsetPanose1()
Unsets the "panose1" element
-
getCharset
CTUcharHexNumber getCharset()
Gets the "charset" element
-
isSetCharset
boolean isSetCharset()
True if has "charset" element
-
setCharset
void setCharset(CTUcharHexNumber charset)
Sets the "charset" element
-
addNewCharset
CTUcharHexNumber addNewCharset()
Appends and returns a new empty "charset" element
-
unsetCharset
void unsetCharset()
Unsets the "charset" element
-
getFamily
CTFontFamily getFamily()
Gets the "family" element
-
isSetFamily
boolean isSetFamily()
True if has "family" element
-
setFamily
void setFamily(CTFontFamily family)
Sets the "family" element
-
addNewFamily
CTFontFamily addNewFamily()
Appends and returns a new empty "family" element
-
unsetFamily
void unsetFamily()
Unsets the "family" element
-
getNotTrueType
CTOnOff getNotTrueType()
Gets the "notTrueType" element
-
isSetNotTrueType
boolean isSetNotTrueType()
True if has "notTrueType" element
-
setNotTrueType
void setNotTrueType(CTOnOff notTrueType)
Sets the "notTrueType" element
-
addNewNotTrueType
CTOnOff addNewNotTrueType()
Appends and returns a new empty "notTrueType" element
-
unsetNotTrueType
void unsetNotTrueType()
Unsets the "notTrueType" element
-
getPitch
CTPitch getPitch()
Gets the "pitch" element
-
isSetPitch
boolean isSetPitch()
True if has "pitch" element
-
setPitch
void setPitch(CTPitch pitch)
Sets the "pitch" element
-
addNewPitch
CTPitch addNewPitch()
Appends and returns a new empty "pitch" element
-
unsetPitch
void unsetPitch()
Unsets the "pitch" element
-
getSig
CTFontSig getSig()
Gets the "sig" element
-
isSetSig
boolean isSetSig()
True if has "sig" element
-
setSig
void setSig(CTFontSig sig)
Sets the "sig" element
-
addNewSig
CTFontSig addNewSig()
Appends and returns a new empty "sig" element
-
unsetSig
void unsetSig()
Unsets the "sig" element
-
getEmbedRegular
CTFontRel getEmbedRegular()
Gets the "embedRegular" element
-
isSetEmbedRegular
boolean isSetEmbedRegular()
True if has "embedRegular" element
-
setEmbedRegular
void setEmbedRegular(CTFontRel embedRegular)
Sets the "embedRegular" element
-
addNewEmbedRegular
CTFontRel addNewEmbedRegular()
Appends and returns a new empty "embedRegular" element
-
unsetEmbedRegular
void unsetEmbedRegular()
Unsets the "embedRegular" element
-
getEmbedBold
CTFontRel getEmbedBold()
Gets the "embedBold" element
-
isSetEmbedBold
boolean isSetEmbedBold()
True if has "embedBold" element
-
setEmbedBold
void setEmbedBold(CTFontRel embedBold)
Sets the "embedBold" element
-
addNewEmbedBold
CTFontRel addNewEmbedBold()
Appends and returns a new empty "embedBold" element
-
unsetEmbedBold
void unsetEmbedBold()
Unsets the "embedBold" element
-
getEmbedItalic
CTFontRel getEmbedItalic()
Gets the "embedItalic" element
-
isSetEmbedItalic
boolean isSetEmbedItalic()
True if has "embedItalic" element
-
setEmbedItalic
void setEmbedItalic(CTFontRel embedItalic)
Sets the "embedItalic" element
-
addNewEmbedItalic
CTFontRel addNewEmbedItalic()
Appends and returns a new empty "embedItalic" element
-
unsetEmbedItalic
void unsetEmbedItalic()
Unsets the "embedItalic" element
-
getEmbedBoldItalic
CTFontRel getEmbedBoldItalic()
Gets the "embedBoldItalic" element
-
isSetEmbedBoldItalic
boolean isSetEmbedBoldItalic()
True if has "embedBoldItalic" element
-
setEmbedBoldItalic
void setEmbedBoldItalic(CTFontRel embedBoldItalic)
Sets the "embedBoldItalic" element
-
addNewEmbedBoldItalic
CTFontRel addNewEmbedBoldItalic()
Appends and returns a new empty "embedBoldItalic" element
-
unsetEmbedBoldItalic
void unsetEmbedBoldItalic()
Unsets the "embedBoldItalic" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STString name)
Sets (as xml) the "name" attribute
-
-