public interface CTBuildList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTBuildList.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTTLBuildDiagram |
addNewBldDgm()
Appends and returns a new empty value (as xml) as the last "bldDgm" element
|
CTTLGraphicalObjectBuild |
addNewBldGraphic()
Appends and returns a new empty value (as xml) as the last "bldGraphic" element
|
CTTLOleBuildChart |
addNewBldOleChart()
Appends and returns a new empty value (as xml) as the last "bldOleChart" element
|
CTTLBuildParagraph |
addNewBldP()
Appends and returns a new empty value (as xml) as the last "bldP" element
|
CTTLBuildDiagram[] |
getBldDgmArray()
Deprecated.
|
CTTLBuildDiagram |
getBldDgmArray(int i)
Gets ith "bldDgm" element
|
List<CTTLBuildDiagram> |
getBldDgmList()
Gets a List of "bldDgm" elements
|
CTTLGraphicalObjectBuild[] |
getBldGraphicArray()
Deprecated.
|
CTTLGraphicalObjectBuild |
getBldGraphicArray(int i)
Gets ith "bldGraphic" element
|
List<CTTLGraphicalObjectBuild> |
getBldGraphicList()
Gets a List of "bldGraphic" elements
|
CTTLOleBuildChart[] |
getBldOleChartArray()
Deprecated.
|
CTTLOleBuildChart |
getBldOleChartArray(int i)
Gets ith "bldOleChart" element
|
List<CTTLOleBuildChart> |
getBldOleChartList()
Gets a List of "bldOleChart" elements
|
CTTLBuildParagraph[] |
getBldPArray()
Deprecated.
|
CTTLBuildParagraph |
getBldPArray(int i)
Gets ith "bldP" element
|
List<CTTLBuildParagraph> |
getBldPList()
Gets a List of "bldP" elements
|
CTTLBuildDiagram |
insertNewBldDgm(int i)
Inserts and returns a new empty value (as xml) as the ith "bldDgm" element
|
CTTLGraphicalObjectBuild |
insertNewBldGraphic(int i)
Inserts and returns a new empty value (as xml) as the ith "bldGraphic" element
|
CTTLOleBuildChart |
insertNewBldOleChart(int i)
Inserts and returns a new empty value (as xml) as the ith "bldOleChart" element
|
CTTLBuildParagraph |
insertNewBldP(int i)
Inserts and returns a new empty value (as xml) as the ith "bldP" element
|
void |
removeBldDgm(int i)
Removes the ith "bldDgm" element
|
void |
removeBldGraphic(int i)
Removes the ith "bldGraphic" element
|
void |
removeBldOleChart(int i)
Removes the ith "bldOleChart" element
|
void |
removeBldP(int i)
Removes the ith "bldP" element
|
void |
setBldDgmArray(CTTLBuildDiagram[] bldDgmArray)
Sets array of all "bldDgm" element
|
void |
setBldDgmArray(int i,
CTTLBuildDiagram bldDgm)
Sets ith "bldDgm" element
|
void |
setBldGraphicArray(CTTLGraphicalObjectBuild[] bldGraphicArray)
Sets array of all "bldGraphic" element
|
void |
setBldGraphicArray(int i,
CTTLGraphicalObjectBuild bldGraphic)
Sets ith "bldGraphic" element
|
void |
setBldOleChartArray(CTTLOleBuildChart[] bldOleChartArray)
Sets array of all "bldOleChart" element
|
void |
setBldOleChartArray(int i,
CTTLOleBuildChart bldOleChart)
Sets ith "bldOleChart" element
|
void |
setBldPArray(CTTLBuildParagraph[] bldPArray)
Sets array of all "bldP" element
|
void |
setBldPArray(int i,
CTTLBuildParagraph bldP)
Sets ith "bldP" element
|
int |
sizeOfBldDgmArray()
Returns number of "bldDgm" element
|
int |
sizeOfBldGraphicArray()
Returns number of "bldGraphic" element
|
int |
sizeOfBldOleChartArray()
Returns number of "bldOleChart" element
|
int |
sizeOfBldPArray()
Returns number of "bldP" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTTLBuildParagraph> getBldPList()
@Deprecated CTTLBuildParagraph[] getBldPArray()
CTTLBuildParagraph getBldPArray(int i)
int sizeOfBldPArray()
void setBldPArray(CTTLBuildParagraph[] bldPArray)
void setBldPArray(int i,
CTTLBuildParagraph bldP)
CTTLBuildParagraph insertNewBldP(int i)
CTTLBuildParagraph addNewBldP()
void removeBldP(int i)
List<CTTLBuildDiagram> getBldDgmList()
@Deprecated CTTLBuildDiagram[] getBldDgmArray()
CTTLBuildDiagram getBldDgmArray(int i)
int sizeOfBldDgmArray()
void setBldDgmArray(CTTLBuildDiagram[] bldDgmArray)
void setBldDgmArray(int i,
CTTLBuildDiagram bldDgm)
CTTLBuildDiagram insertNewBldDgm(int i)
CTTLBuildDiagram addNewBldDgm()
void removeBldDgm(int i)
List<CTTLOleBuildChart> getBldOleChartList()
@Deprecated CTTLOleBuildChart[] getBldOleChartArray()
CTTLOleBuildChart getBldOleChartArray(int i)
int sizeOfBldOleChartArray()
void setBldOleChartArray(CTTLOleBuildChart[] bldOleChartArray)
void setBldOleChartArray(int i,
CTTLOleBuildChart bldOleChart)
CTTLOleBuildChart insertNewBldOleChart(int i)
CTTLOleBuildChart addNewBldOleChart()
void removeBldOleChart(int i)
List<CTTLGraphicalObjectBuild> getBldGraphicList()
@Deprecated CTTLGraphicalObjectBuild[] getBldGraphicArray()
CTTLGraphicalObjectBuild getBldGraphicArray(int i)
int sizeOfBldGraphicArray()
void setBldGraphicArray(CTTLGraphicalObjectBuild[] bldGraphicArray)
void setBldGraphicArray(int i,
CTTLGraphicalObjectBuild bldGraphic)
CTTLGraphicalObjectBuild insertNewBldGraphic(int i)
CTTLGraphicalObjectBuild addNewBldGraphic()
void removeBldGraphic(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved