com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DCrossSectionArray



  • public class PDF3DCrossSectionArray
    extends Object

    Class PDF3DCrossSectionArray.

    • Constructor Detail

      • PDF3DCrossSectionArray

        public PDF3DCrossSectionArray(IDocument doc)

        Initializes a new instance of the PDF3DCrossSectionArray class.

        Parameters:
        doc - The document.
    • Method Detail

      • getCount

        public int getCount()

        Gets the cross section count.

        Returns:
        int value: The cross section count.
      • add

        public void add(PDF3DCrossSection crossSection)

        Adds the specified cross section to views array .

        Parameters:
        crossSection - The cross section.
      • removeAt

        public void removeAt(int index)

        Removes cross section from array at specified index.

        Parameters:
        index - The index of removed cross section in array.
        Throws:
        com.aspose.ms.System.IndexOutOfRangeException - Invalid index: index should be in the range [1..n] where n equals to the cross sections count.
      • removeAll

        public void removeAll()

        Removes all cross section from array.

      • get_Item

        public PDF3DCrossSection get_Item(int index)

        Gets or sets the PDF3DCrossSection at the specified index.

        Parameters:
        index - The index.
        Returns:
        Cross section.
        Throws:
        com.aspose.ms.System.IndexOutOfRangeException - Invalid index: index should be in the range [1..n] where n equals to the cross sections count.
      • set_Item

        public void set_Item(int index,
                             PDF3DCrossSection value)

        Gets or sets the PDF3DCrossSection at the specified index.

        Parameters:
        index - The index.
        value - PDF3DCrossSection object.
        Throws:
        com.aspose.ms.System.IndexOutOfRangeException - Invalid index: index should be in the range [1..n] where n equals to the cross sections count.