|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeDrawingOptions
public class ShapeDrawingOptions
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 |
---|
public ShapeDrawingOptions()
Default constructor.
Method Detail |
---|
public boolean getDisable3D()
Determines whether the 3D rendering is disabled. It's <b>false</b>
by default.
Read/write bool
public void setDisable3D(boolean value)
public boolean getDisableShadow()
Determines whether the shadow rendering is disabled. It's <b>false</b>
by default.
Read/write bool
public void setDisableShadow(boolean value)
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
public void setHighPolyExtrusion(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |