AxisFormat
Inheritance: java.lang.Object, com.aspose.slides.DomObject
All Implemented Interfaces: com.aspose.slides.IAxisFormat, com.aspose.slides.IPVIObject
public final class AxisFormat extends DomObject<Axis> implements IAxisFormat, IPVIObject
Represents chart format properties.
Methods
Method | Description |
---|---|
getFill() | Returns fill style properties of an axis. |
getLine() | Returns line style properties of an axis. |
getEffect() | Returns effects used for an axis. |
getParent_Immediate() | |
getParent_IPresentationComponent() | |
getVersion() |
getFill()
public final IFillFormat getFill()
Returns fill style properties of an axis. Read-only IFillFormat.
Returns: IFillFormat
getLine()
public final ILineFormat getLine()
Returns line style properties of an axis. Read-only ILineFormat.
Returns: ILineFormat
getEffect()
public final IEffectFormat getEffect()
Returns effects used for an axis. Read-only IEffectFormat.
Returns: IEffectFormat
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject
getParent_IPresentationComponent()
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent. Read-only IPresentationComponent.
Returns: IPresentationComponent
getVersion()
public final long getVersion()
Version. Read-only long.
Returns: long