Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
PDF3DView |
PDF3DViewArray.get_Item(int index)
Gets or sets the
PDF3DView to view array at the specified index. |
PDF3DView[] |
PDF3DArtwork.getViewsArray()
Gets the views array.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> |
PDF3DArtwork.getViewsList()
Get the views as list.
|
Modifier and Type | Method and Description |
---|---|
void |
PDF3DViewArray.add(PDF3DView view)
Adds the specified view.
|
void |
PDF3DViewArray.set_Item(int index,
PDF3DView value)
Gets or sets the
PDF3DView to view array at the specified index. |
Constructor and Description |
---|
PDF3DView(IDocument doc,
PDF3DView view,
String viewName)
Initializes a new instance of the
PDF3DView class. |