public class AxisFormat extends java.lang.Object implements IAxisFormat
Represents chart format properties.
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffect()
Returns effects used for an axis.
|
IFillFormat |
getFill()
Returns fill style properties of an axis.
|
ILineFormat |
getLine()
Returns line style properties of an axis.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
long |
getVersion()
Version.
|
public final IFillFormat getFill()
Returns fill style properties of an axis.
Read-only IFillFormat
.
getFill
in interface IAxisFormat
public final ILineFormat getLine()
Returns line style properties of an axis.
Read-only ILineFormat
.
getLine
in interface IAxisFormat
public final IEffectFormat getEffect()
Returns effects used for an axis.
Read-only IEffectFormat
.
getEffect
in interface IAxisFormat
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public final long getVersion()
Version.
Read-only long
.