com.aspose.slides
Class ShapeDrawingOptions

java.lang.Object
  extended by com.aspose.slides.ShapeDrawingOptions

public class ShapeDrawingOptions
extends java.lang.Object

Represents options for CreateShapeElements function. See Shape.CreateShapeElements(Aspose.Slides.ShapeDrawingOptions).


Constructor Summary
ShapeDrawingOptions()
           Default constructor.
 
Method Summary
 boolean getDisable3D()
           Determines whether the 3D rendering is disabled.
 boolean getDisableShadow()
           Determines whether the shadow rendering is disabled.
 boolean getHighPolyExtrusion()
           Determines whether the smoother and high quality gradients used to draw 3D extrusion.
 void setDisable3D(boolean value)
           
 void setDisableShadow(boolean value)
           
 void setHighPolyExtrusion(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeDrawingOptions

public ShapeDrawingOptions()

Default constructor.

Method Detail

getDisable3D

public boolean getDisable3D()

Determines whether the 3D rendering is disabled. It's <b>false</b> by default. Read/write bool


setDisable3D

public void setDisable3D(boolean value)

getDisableShadow

public boolean getDisableShadow()

Determines whether the shadow rendering is disabled. It's <b>false</b> by default. Read/write bool


setDisableShadow

public void setDisableShadow(boolean value)

getHighPolyExtrusion

public boolean getHighPolyExtrusion()

Determines whether the smoother and high quality gradients used to draw 3D extrusion. Affects only 3D shapes with ThreeDRenderingType == ThreeDRenderingType.Solid. It's <b>true</b> by default. Read/write bool


setHighPolyExtrusion

public void setHighPolyExtrusion(boolean value)