PDF3DArtwork
Inheritance: java.lang.Object
public class PDF3DArtwork
Class PDF3DArtwork.
Constructors
Constructor | Description |
---|---|
PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode) | Initializes a new instance of the PDF3DArtwork class. |
PDF3DArtwork(Document doc, PDF3DContent content) | Initializes a new instance of the PDF3DArtwork class. |
Methods
Method | Description |
---|---|
getLightingScheme() | Gets or sets the lighting scheme. |
setLightingScheme(PDF3DLightingScheme value) | Gets or sets the lighting scheme. |
getRenderMode() | Gets or sets the render mode. |
setRenderMode(PDF3DRenderMode value) | Gets or sets the render mode. |
getViewArray() | Gets the view array. |
getViewsList() | Get the views as list. |
getViewsArray() | Gets the views array. |
PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)
public PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)
Initializes a new instance of the PDF3DArtwork class.
Parameters:
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
content | PDF3DContent | The content. |
lightingScheme | PDF3DLightingScheme | The lighting scheme. |
renderMode | PDF3DRenderMode | The render mode. |
PDF3DArtwork(Document doc, PDF3DContent content)
public PDF3DArtwork(Document doc, PDF3DContent content)
Initializes a new instance of the PDF3DArtwork class.
Parameters:
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
content | PDF3DContent | The content. |
getLightingScheme()
public PDF3DLightingScheme getLightingScheme()
Gets or sets the lighting scheme.
Returns: PDF3DLightingScheme - PDF3DLightingScheme object. : The lighting scheme.
setLightingScheme(PDF3DLightingScheme value)
public void setLightingScheme(PDF3DLightingScheme value)
Gets or sets the lighting scheme.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PDF3DLightingScheme | PDF3DLightingScheme object. : The lighting scheme. |
getRenderMode()
public PDF3DRenderMode getRenderMode()
Gets or sets the render mode.
Returns: PDF3DRenderMode - PDF3DRenderMode object: The render mode.
setRenderMode(PDF3DRenderMode value)
public void setRenderMode(PDF3DRenderMode value)
Gets or sets the render mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PDF3DRenderMode | PDF3DRenderMode object: The render mode. |
getViewArray()
public PDF3DViewArray getViewArray()
Gets the view array.
Returns: PDF3DViewArray - PDF3DViewArray object: The view array.
getViewsList()
public System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> getViewsList()
Get the views as list.
Returns:
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<com.aspose.pdf.PDF3DView> - ReadOnlyCollection
getViewsArray()
public PDF3DView[] getViewsArray()
Gets the views array.
Returns: com.aspose.pdf.PDF3DView[] - Array of views.