com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DViewArray



  • public class PDF3DViewArray
    extends Object

    Class PDF3DViewArray.

    • Method Detail

      • getCount

        public int getCount()

        Gets the views count.

        Returns:
        int value: The views count.
      • add

        public void add(PDF3DView view)

        Adds the specified view.

        Parameters:
        view - The view.
        Throws:
        com.aspose.ms.System.ArgumentException - Only one entry of 3D view is allowed
      • removeAt

        public void removeAt(int index)

        Removes view from views array at specified index.

        Parameters:
        index - The view index.
        Throws:
        com.aspose.ms.System.IndexOutOfRangeException - Invalid index: index should be in the range [1..n] where n equals to the views count.
      • removeAll

        public void removeAll()

        Removes all views.

      • get_Item

        public PDF3DView get_Item(int index)

        Gets or sets the PDF3DView to view array at the specified index.

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

        public void set_Item(int index,
                             PDF3DView value)

        Gets or sets the PDF3DView to view array at the specified index.

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