PDF3DStream
Contents
[
Hide
]Inheritance: java.lang.Object
public class PDF3DStream
Class PDF3DStream.
Constructors
| Constructor | Description |
|---|---|
| PDF3DStream(IDocument doc, PDF3DArtwork pdf3DArtwork) | Initializes a new instance of the PDF3DStream class. |
Methods
| Method | Description |
|---|---|
| getContent() | Gets or sets the content. |
| setContent(PDF3DContent value) | Gets or sets the content. |
PDF3DStream(IDocument doc, PDF3DArtwork pdf3DArtwork)
public PDF3DStream(IDocument doc, PDF3DArtwork pdf3DArtwork)
Initializes a new instance of the PDF3DStream class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| doc | IDocument | The document. |
| pdf3DArtwork | PDF3DArtwork | The 3D Artwork. |
getContent()
public PDF3DContent getContent()
Gets or sets the content.
Returns: PDF3DContent - PDF3DContent object: The content.
setContent(PDF3DContent value)
public void setContent(PDF3DContent value)
Gets or sets the content.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PDF3DContent | : The PDF3DContent object content. |