PDF3DStream

Inheritance: java.lang.Object

public class PDF3DStream

Class PDF3DStream.

Constructors

ConstructorDescription
PDF3DStream(IDocument doc, PDF3DArtwork pdf3DArtwork)Initializes a new instance of the PDF3DStream class.

Methods

MethodDescription
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:

ParameterTypeDescription
docIDocumentThe document.
pdf3DArtworkPDF3DArtworkThe 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:

ParameterTypeDescription
valuePDF3DContent: The PDF3DContent object content.