Interface CTGuideList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GuideList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGuideList> 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 "guide" elementCTGuide[]Gets array of all "guide" elementsgetGuideArray(int i) Gets ith "guide" elementGets a List of "guide" elementsinsertNewGuide(int i) Inserts and returns a new empty value (as xml) as the ith "guide" elementvoidremoveGuide(int i) Removes the ith "guide" elementvoidsetGuideArray(int i, CTGuide guide) Sets ith "guide" elementvoidsetGuideArray(CTGuide[] guideArray) Sets array of all "guide" elementintReturns number of "guide" 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
-
getGuideList
Gets a List of "guide" elements -
getGuideArray
CTGuide[] getGuideArray()Gets array of all "guide" elements -
getGuideArray
Gets ith "guide" element -
sizeOfGuideArray
int sizeOfGuideArray()Returns number of "guide" element -
setGuideArray
Sets array of all "guide" element -
setGuideArray
Sets ith "guide" element -
insertNewGuide
Inserts and returns a new empty value (as xml) as the ith "guide" element -
addNewGuide
CTGuide addNewGuide()Appends and returns a new empty value (as xml) as the last "guide" element -
removeGuide
void removeGuide(int i) Removes the ith "guide" element
-