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 |
---|---|
PDF3DContent |
PDF3DAnnotation.getContent()
Gets or sets the content.
|
PDF3DContent |
PDF3DStream.getContent()
Gets or sets the content.
|
Modifier and Type | Method and Description |
---|---|
void |
PDF3DAnnotation.setContent(PDF3DContent value)
Gets or sets the content.
|
void |
PDF3DStream.setContent(PDF3DContent value)
Gets or sets the content.
|
Constructor and Description |
---|
PDF3DArtwork(Document doc,
PDF3DContent content)
Initializes a new instance of the
PDF3DArtwork class. |
PDF3DArtwork(Document doc,
PDF3DContent content,
PDF3DLightingScheme lightingScheme,
PDF3DRenderMode renderMode)
Initializes a new instance of the
PDF3DArtwork class. |