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.
 
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