|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartWall
public class ChartWall
Represents walls on 3d charts.
Method Summary | |
---|---|
IFormat |
getFormat()
Returns the wall fill, line, effect, 3d styles. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
int |
getPictureType()
Return or sets the picture type. |
int |
getThickness()
Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. |
void |
setPictureType(int value)
Return or sets the picture type. |
void |
setThickness(int value)
Returns or sets the walls thickness as a percentage of the largest dimension of the plot volume. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public int getThickness()
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
Read/write int
.
getThickness
in interface IChartWall
public void setThickness(int value)
Returns or sets the walls thickness as a percentage of the largest
dimension of the plot volume.
Read/write int
.
setThickness
in interface IChartWall
public IFormat getFormat()
Returns the wall fill, line, effect, 3d styles.
Read-only IFormat
.
getFormat
in interface IChartWall
public int getPictureType()
Return or sets the picture type.
Read/write PictureType
.
getPictureType
in interface IChartWall
public void setPictureType(int value)
Return or sets the picture type.
Read/write PictureType
.
setPictureType
in interface IChartWall
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |