Interface CTFontCollection
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FontCollection(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFontCollection> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewCs()Appends and returns a new empty "cs" elementaddNewEa()Appends and returns a new empty "ea" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty value (as xml) as the last "font" elementAppends and returns a new empty "latin" elementgetCs()Gets the "cs" elementgetEa()Gets the "ea" elementGets the "extLst" elementGets array of all "font" elementsgetFontArray(int i) Gets ith "font" elementGets a List of "font" elementsgetLatin()Gets the "latin" elementinsertNewFont(int i) Inserts and returns a new empty value (as xml) as the ith "font" elementbooleanTrue if has "extLst" elementvoidremoveFont(int i) Removes the ith "font" elementvoidsetCs(CTTextFont cs) Sets the "cs" elementvoidsetEa(CTTextFont ea) Sets the "ea" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetFontArray(int i, CTSupplementalFont font) Sets ith "font" elementvoidsetFontArray(CTSupplementalFont[] fontArray) Sets array of all "font" elementvoidsetLatin(CTTextFont latin) Sets the "latin" elementintReturns number of "font" elementvoidUnsets the "extLst" elementMethods 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
-
getLatin
CTTextFont getLatin()Gets the "latin" element -
setLatin
Sets the "latin" element -
addNewLatin
CTTextFont addNewLatin()Appends and returns a new empty "latin" element -
getEa
CTTextFont getEa()Gets the "ea" element -
setEa
Sets the "ea" element -
addNewEa
CTTextFont addNewEa()Appends and returns a new empty "ea" element -
getCs
CTTextFont getCs()Gets the "cs" element -
setCs
Sets the "cs" element -
addNewCs
CTTextFont addNewCs()Appends and returns a new empty "cs" element -
getFontList
List<CTSupplementalFont> getFontList()Gets a List of "font" elements -
getFontArray
CTSupplementalFont[] getFontArray()Gets array of all "font" elements -
getFontArray
Gets ith "font" element -
sizeOfFontArray
int sizeOfFontArray()Returns number of "font" element -
setFontArray
Sets array of all "font" element -
setFontArray
Sets ith "font" element -
insertNewFont
Inserts and returns a new empty value (as xml) as the ith "font" element -
addNewFont
CTSupplementalFont addNewFont()Appends and returns a new empty value (as xml) as the last "font" element -
removeFont
void removeFont(int i) Removes the ith "font" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-