public final class AxisFormat extends DomObject<Axis> 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 IAxisFormatpublic final ILineFormat getLine()
Returns line style properties of an axis.
Read-only ILineFormat.
getLine in interface IAxisFormatpublic final IEffectFormat getEffect()
Returns effects used for an axis.
Read-only IEffectFormat.
getEffect in interface IAxisFormatpublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
getParent_Immediate in class DomObject<Axis>public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent.
public final long getVersion()
Version.
Read-only long.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.