Interface CTBuildList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBuildList extends XmlObject
An XML CT_BuildList(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBuildList.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 Deprecated Methods Modifier and Type Method Description CTTLBuildDiagramaddNewBldDgm()Appends and returns a new empty value (as xml) as the last "bldDgm" elementCTTLGraphicalObjectBuildaddNewBldGraphic()Appends and returns a new empty value (as xml) as the last "bldGraphic" elementCTTLOleBuildChartaddNewBldOleChart()Appends and returns a new empty value (as xml) as the last "bldOleChart" elementCTTLBuildParagraphaddNewBldP()Appends and returns a new empty value (as xml) as the last "bldP" elementCTTLBuildDiagram[]getBldDgmArray()Deprecated.CTTLBuildDiagramgetBldDgmArray(int i)Gets ith "bldDgm" elementjava.util.List<CTTLBuildDiagram>getBldDgmList()Gets a List of "bldDgm" elementsCTTLGraphicalObjectBuild[]getBldGraphicArray()Deprecated.CTTLGraphicalObjectBuildgetBldGraphicArray(int i)Gets ith "bldGraphic" elementjava.util.List<CTTLGraphicalObjectBuild>getBldGraphicList()Gets a List of "bldGraphic" elementsCTTLOleBuildChart[]getBldOleChartArray()Deprecated.CTTLOleBuildChartgetBldOleChartArray(int i)Gets ith "bldOleChart" elementjava.util.List<CTTLOleBuildChart>getBldOleChartList()Gets a List of "bldOleChart" elementsCTTLBuildParagraph[]getBldPArray()Deprecated.CTTLBuildParagraphgetBldPArray(int i)Gets ith "bldP" elementjava.util.List<CTTLBuildParagraph>getBldPList()Gets a List of "bldP" elementsCTTLBuildDiagraminsertNewBldDgm(int i)Inserts and returns a new empty value (as xml) as the ith "bldDgm" elementCTTLGraphicalObjectBuildinsertNewBldGraphic(int i)Inserts and returns a new empty value (as xml) as the ith "bldGraphic" elementCTTLOleBuildChartinsertNewBldOleChart(int i)Inserts and returns a new empty value (as xml) as the ith "bldOleChart" elementCTTLBuildParagraphinsertNewBldP(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" elementintsizeOfBldDgmArray()Returns number of "bldDgm" elementintsizeOfBldGraphicArray()Returns number of "bldGraphic" elementintsizeOfBldOleChartArray()Returns number of "bldOleChart" elementintsizeOfBldPArray()Returns number of "bldP" element-
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
-
getBldPList
java.util.List<CTTLBuildParagraph> getBldPList()
Gets a List of "bldP" elements
-
getBldPArray
@Deprecated CTTLBuildParagraph[] getBldPArray()
Deprecated.Gets array of all "bldP" elements
-
getBldPArray
CTTLBuildParagraph getBldPArray(int i)
Gets ith "bldP" element
-
sizeOfBldPArray
int sizeOfBldPArray()
Returns number of "bldP" element
-
setBldPArray
void setBldPArray(CTTLBuildParagraph[] bldPArray)
Sets array of all "bldP" element
-
setBldPArray
void setBldPArray(int i, CTTLBuildParagraph bldP)Sets ith "bldP" element
-
insertNewBldP
CTTLBuildParagraph insertNewBldP(int i)
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
java.util.List<CTTLBuildDiagram> getBldDgmList()
Gets a List of "bldDgm" elements
-
getBldDgmArray
@Deprecated CTTLBuildDiagram[] getBldDgmArray()
Deprecated.Gets array of all "bldDgm" elements
-
getBldDgmArray
CTTLBuildDiagram getBldDgmArray(int i)
Gets ith "bldDgm" element
-
sizeOfBldDgmArray
int sizeOfBldDgmArray()
Returns number of "bldDgm" element
-
setBldDgmArray
void setBldDgmArray(CTTLBuildDiagram[] bldDgmArray)
Sets array of all "bldDgm" element
-
setBldDgmArray
void setBldDgmArray(int i, CTTLBuildDiagram bldDgm)Sets ith "bldDgm" element
-
insertNewBldDgm
CTTLBuildDiagram insertNewBldDgm(int i)
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
java.util.List<CTTLOleBuildChart> getBldOleChartList()
Gets a List of "bldOleChart" elements
-
getBldOleChartArray
@Deprecated CTTLOleBuildChart[] getBldOleChartArray()
Deprecated.Gets array of all "bldOleChart" elements
-
getBldOleChartArray
CTTLOleBuildChart getBldOleChartArray(int i)
Gets ith "bldOleChart" element
-
sizeOfBldOleChartArray
int sizeOfBldOleChartArray()
Returns number of "bldOleChart" element
-
setBldOleChartArray
void setBldOleChartArray(CTTLOleBuildChart[] bldOleChartArray)
Sets array of all "bldOleChart" element
-
setBldOleChartArray
void setBldOleChartArray(int i, CTTLOleBuildChart bldOleChart)Sets ith "bldOleChart" element
-
insertNewBldOleChart
CTTLOleBuildChart insertNewBldOleChart(int i)
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
java.util.List<CTTLGraphicalObjectBuild> getBldGraphicList()
Gets a List of "bldGraphic" elements
-
getBldGraphicArray
@Deprecated CTTLGraphicalObjectBuild[] getBldGraphicArray()
Deprecated.Gets array of all "bldGraphic" elements
-
getBldGraphicArray
CTTLGraphicalObjectBuild getBldGraphicArray(int i)
Gets ith "bldGraphic" element
-
sizeOfBldGraphicArray
int sizeOfBldGraphicArray()
Returns number of "bldGraphic" element
-
setBldGraphicArray
void setBldGraphicArray(CTTLGraphicalObjectBuild[] bldGraphicArray)
Sets array of all "bldGraphic" element
-
setBldGraphicArray
void setBldGraphicArray(int i, CTTLGraphicalObjectBuild bldGraphic)Sets ith "bldGraphic" element
-
insertNewBldGraphic
CTTLGraphicalObjectBuild insertNewBldGraphic(int i)
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
-
-