com.aspose.slides
Class AxisFormat

java.lang.Object
  extended by com.aspose.slides.AxisFormat
All Implemented Interfaces:
IAxisFormat

public class AxisFormat
extends java.lang.Object
implements IAxisFormat

Represents chart format properties.


Method Summary
 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.
 long getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFill

public IFillFormat getFill()

Returns fill style properties of an axis. Read-only IFillFormat.

Specified by:
getFill in interface IAxisFormat

getLine

public ILineFormat getLine()

Returns line style properties of an axis. Read-only ILineFormat.

Specified by:
getLine in interface IAxisFormat

getEffect

public IEffectFormat getEffect()

Returns effects used for an axis. Read-only IEffectFormat.

Specified by:
getEffect in interface IAxisFormat

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getVersion

public long getVersion()


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.