|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.Format
public class Format
Method Summary | |
---|---|
IEffectFormat |
getEffect()
Returns effects used for a chart. |
IThreeDFormat |
getEffect3D()
Returns 3D format of a chart. |
IFillFormat |
getFill()
Returns fill style properties of a chart. |
ILineFormat |
getLine()
Returns line style properties of a chart. |
Methods inherited from class com.aspose.slides.PVIObject |
---|
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final IFillFormat getFill()
IFormat
Returns fill style properties of a chart.
Read-only IFillFormat
.
getFill
in interface IFormat
public final ILineFormat getLine()
IFormat
Returns line style properties of a chart.
Read-only ILineFormat
.
getLine
in interface IFormat
public final IEffectFormat getEffect()
IFormat
Returns effects used for a chart.
Read-only IEffectFormat
.
getEffect
in interface IFormat
public final IThreeDFormat getEffect3D()
IFormat
Returns 3D format of a chart.
Read-only IThreeDFormat
.
getEffect3D
in interface IFormat
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |