Interface CTEmbeddedFontList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EmbeddedFontList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEmbeddedFontList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "embeddedFont" elementGets array of all "embeddedFont" elementsgetEmbeddedFontArray(int i) Gets ith "embeddedFont" elementGets a List of "embeddedFont" elementsinsertNewEmbeddedFont(int i) Inserts and returns a new empty value (as xml) as the ith "embeddedFont" elementvoidremoveEmbeddedFont(int i) Removes the ith "embeddedFont" elementvoidsetEmbeddedFontArray(int i, CTEmbeddedFontListEntry embeddedFont) Sets ith "embeddedFont" elementvoidsetEmbeddedFontArray(CTEmbeddedFontListEntry[] embeddedFontArray) Sets array of all "embeddedFont" elementintReturns number of "embeddedFont" 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
-
getEmbeddedFontList
List<CTEmbeddedFontListEntry> getEmbeddedFontList()Gets a List of "embeddedFont" elements -
getEmbeddedFontArray
CTEmbeddedFontListEntry[] getEmbeddedFontArray()Gets array of all "embeddedFont" elements -
getEmbeddedFontArray
Gets ith "embeddedFont" element -
sizeOfEmbeddedFontArray
int sizeOfEmbeddedFontArray()Returns number of "embeddedFont" element -
setEmbeddedFontArray
Sets array of all "embeddedFont" element -
setEmbeddedFontArray
Sets ith "embeddedFont" element -
insertNewEmbeddedFont
Inserts and returns a new empty value (as xml) as the ith "embeddedFont" element -
addNewEmbeddedFont
CTEmbeddedFontListEntry addNewEmbeddedFont()Appends and returns a new empty value (as xml) as the last "embeddedFont" element -
removeEmbeddedFont
void removeEmbeddedFont(int i) Removes the ith "embeddedFont" element
-