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.
    • 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
      • 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
      • getBldGraphicArray

        @Deprecated
        CTTLGraphicalObjectBuild[] getBldGraphicArray()
        Deprecated.
        Gets array of all "bldGraphic" elements
      • 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