|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FormatEx
public class FormatEx
Represents chart format properties.
Method Summary | |
---|---|
EffectFormatEx |
getEffect()
Returns effects used for a chart. |
ThreeDFormatEx |
getEffect3D()
Returns 3D format of a chart. |
FillFormatEx |
getFill()
Returns fill style properties of a chart. |
LineFormatEx |
getLine()
Returns line style properties of a chart. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FillFormatEx getFill()
Returns fill style properties of a chart.
Read-only FillFormatEx
.
public LineFormatEx getLine()
Returns line style properties of a chart.
Read-only LineFormatEx
.
public EffectFormatEx getEffect()
Returns effects used for a chart.
Read-only EffectFormatEx
.
public ThreeDFormatEx getEffect3D()
Returns 3D format of a chart.
Read-only ThreeDFormatEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |