com.aspose.slides
Class FormatEx

java.lang.Object
  extended by com.aspose.slides.FormatEx

public class FormatEx
extends java.lang.Object

Represents chart format properties.


Method Summary
 EffectFormatEx getEffect()
           Returns effects used for a chart.
 ThreeDFormatEx getEffect3D()
           Returns 3D format of a chart.
 FillFormatEx getFill()
           Returns fill style properties of a chart.
 LineFormatEx getLine()
           Returns line style properties of a chart.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFill

public FillFormatEx getFill()

Returns fill style properties of a chart. Read-only FillFormatEx.


getLine

public LineFormatEx getLine()

Returns line style properties of a chart. Read-only LineFormatEx.


getEffect

public EffectFormatEx getEffect()

Returns effects used for a chart. Read-only EffectFormatEx.


getEffect3D

public ThreeDFormatEx getEffect3D()

Returns 3D format of a chart. Read-only ThreeDFormatEx.