public class PDF3DViewArray extends Object
Class PDF3DViewArray.
Modifier and Type | Method and Description |
---|---|
void |
add(PDF3DView view)
Adds the specified view.
|
PDF3DView |
get_Item(int index)
Gets or sets the
PDF3DView to view array at the specified index. |
int |
getCount()
Gets the views count.
|
void |
removeAll()
Removes all views.
|
void |
removeAt(int index)
Removes view from views array at specified index.
|
void |
set_Item(int index,
PDF3DView value)
Gets or sets the
PDF3DView to view array at the specified index. |
public int getCount()
Gets the views count.
public void add(PDF3DView view)
Adds the specified view.
view
- The view.com.aspose.ms.System.ArgumentException
- Only one entry of 3D view is allowedpublic void removeAt(int index)
Removes view from views array at specified index.
index
- The view index.com.aspose.ms.System.IndexOutOfRangeException
- Invalid index: index should be in the range [1..n] where n equals to the views count.public void removeAll()
Removes all views.
public PDF3DView get_Item(int index)
Gets or sets the PDF3DView
to view array at the specified index.
index
- The index.com.aspose.ms.System.IndexOutOfRangeException
- Invalid index: index should be in the range [1..n] where n equals to the views count.public void set_Item(int index, PDF3DView value)
Gets or sets the PDF3DView
to view array at the specified index.
index
- The index.value
- PDF3DView objectcom.aspose.ms.System.IndexOutOfRangeException
- Invalid index: index should be in the range [1..n] where n equals to the views count.