Interface CTBuildList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_BuildList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBuildList> 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 "bldDgm" elementAppends and returns a new empty value (as xml) as the last "bldGraphic" elementAppends and returns a new empty value (as xml) as the last "bldOleChart" elementAppends and returns a new empty value (as xml) as the last "bldP" elementGets array of all "bldDgm" elementsgetBldDgmArray(int i) Gets ith "bldDgm" elementGets a List of "bldDgm" elementsGets array of all "bldGraphic" elementsgetBldGraphicArray(int i) Gets ith "bldGraphic" elementGets a List of "bldGraphic" elementsGets array of all "bldOleChart" elementsgetBldOleChartArray(int i) Gets ith "bldOleChart" elementGets a List of "bldOleChart" elementsGets array of all "bldP" elementsgetBldPArray(int i) Gets ith "bldP" elementGets a List of "bldP" elementsinsertNewBldDgm(int i) Inserts and returns a new empty value (as xml) as the ith "bldDgm" elementinsertNewBldGraphic(int i) Inserts and returns a new empty value (as xml) as the ith "bldGraphic" elementinsertNewBldOleChart(int i) Inserts and returns a new empty value (as xml) as the ith "bldOleChart" elementinsertNewBldP(int i) Inserts and returns a new empty value (as xml) as the ith "bldP" elementvoidremoveBldDgm(int i) Removes the ith "bldDgm" elementvoidremoveBldGraphic(int i) Removes the ith "bldGraphic" elementvoidremoveBldOleChart(int i) Removes the ith "bldOleChart" elementvoidremoveBldP(int i) Removes the ith "bldP" elementvoidsetBldDgmArray(int i, CTTLBuildDiagram bldDgm) Sets ith "bldDgm" elementvoidsetBldDgmArray(CTTLBuildDiagram[] bldDgmArray) Sets array of all "bldDgm" elementvoidsetBldGraphicArray(int i, CTTLGraphicalObjectBuild bldGraphic) Sets ith "bldGraphic" elementvoidsetBldGraphicArray(CTTLGraphicalObjectBuild[] bldGraphicArray) Sets array of all "bldGraphic" elementvoidsetBldOleChartArray(int i, CTTLOleBuildChart bldOleChart) Sets ith "bldOleChart" elementvoidsetBldOleChartArray(CTTLOleBuildChart[] bldOleChartArray) Sets array of all "bldOleChart" elementvoidsetBldPArray(int i, CTTLBuildParagraph bldP) Sets ith "bldP" elementvoidsetBldPArray(CTTLBuildParagraph[] bldPArray) Sets array of all "bldP" elementintReturns number of "bldDgm" elementintReturns number of "bldGraphic" elementintReturns number of "bldOleChart" elementintReturns number of "bldP" 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
-
getBldPList
List<CTTLBuildParagraph> getBldPList()Gets a List of "bldP" elements -
getBldPArray
CTTLBuildParagraph[] getBldPArray()Gets array of all "bldP" elements -
getBldPArray
Gets ith "bldP" element -
sizeOfBldPArray
int sizeOfBldPArray()Returns number of "bldP" element -
setBldPArray
Sets array of all "bldP" element -
setBldPArray
Sets ith "bldP" element -
insertNewBldP
Inserts and returns a new empty value (as xml) as the ith "bldP" element -
addNewBldP
CTTLBuildParagraph addNewBldP()Appends and returns a new empty value (as xml) as the last "bldP" element -
removeBldP
void removeBldP(int i) Removes the ith "bldP" element -
getBldDgmList
List<CTTLBuildDiagram> getBldDgmList()Gets a List of "bldDgm" elements -
getBldDgmArray
CTTLBuildDiagram[] getBldDgmArray()Gets array of all "bldDgm" elements -
getBldDgmArray
Gets ith "bldDgm" element -
sizeOfBldDgmArray
int sizeOfBldDgmArray()Returns number of "bldDgm" element -
setBldDgmArray
Sets array of all "bldDgm" element -
setBldDgmArray
Sets ith "bldDgm" element -
insertNewBldDgm
Inserts and returns a new empty value (as xml) as the ith "bldDgm" element -
addNewBldDgm
CTTLBuildDiagram addNewBldDgm()Appends and returns a new empty value (as xml) as the last "bldDgm" element -
removeBldDgm
void removeBldDgm(int i) Removes the ith "bldDgm" element -
getBldOleChartList
List<CTTLOleBuildChart> getBldOleChartList()Gets a List of "bldOleChart" elements -
getBldOleChartArray
CTTLOleBuildChart[] getBldOleChartArray()Gets array of all "bldOleChart" elements -
getBldOleChartArray
Gets ith "bldOleChart" element -
sizeOfBldOleChartArray
int sizeOfBldOleChartArray()Returns number of "bldOleChart" element -
setBldOleChartArray
Sets array of all "bldOleChart" element -
setBldOleChartArray
Sets ith "bldOleChart" element -
insertNewBldOleChart
Inserts and returns a new empty value (as xml) as the ith "bldOleChart" element -
addNewBldOleChart
CTTLOleBuildChart addNewBldOleChart()Appends and returns a new empty value (as xml) as the last "bldOleChart" element -
removeBldOleChart
void removeBldOleChart(int i) Removes the ith "bldOleChart" element -
getBldGraphicList
List<CTTLGraphicalObjectBuild> getBldGraphicList()Gets a List of "bldGraphic" elements -
getBldGraphicArray
CTTLGraphicalObjectBuild[] getBldGraphicArray()Gets array of all "bldGraphic" elements -
getBldGraphicArray
Gets ith "bldGraphic" element -
sizeOfBldGraphicArray
int sizeOfBldGraphicArray()Returns number of "bldGraphic" element -
setBldGraphicArray
Sets array of all "bldGraphic" element -
setBldGraphicArray
Sets ith "bldGraphic" element -
insertNewBldGraphic
Inserts and returns a new empty value (as xml) as the ith "bldGraphic" element -
addNewBldGraphic
CTTLGraphicalObjectBuild addNewBldGraphic()Appends and returns a new empty value (as xml) as the last "bldGraphic" element -
removeBldGraphic
void removeBldGraphic(int i) Removes the ith "bldGraphic" element
-