com.aspose.slides
Class Format

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.Format
All Implemented Interfaces:
IFormat

public class Format
extends PVIObject
implements IFormat


Method Summary
 IEffectFormat getEffect()
           Returns effects used for a chart.
 IThreeDFormat getEffect3D()
           Returns 3D format of a chart.
 IFillFormat getFill()
           Returns fill style properties of a chart.
 ILineFormat getLine()
           Returns line style properties of a chart.
 
Methods inherited from class com.aspose.slides.PVIObject
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFill

public final IFillFormat getFill()
Description copied from interface: IFormat

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

Specified by:
getFill in interface IFormat

getLine

public final ILineFormat getLine()
Description copied from interface: IFormat

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

Specified by:
getLine in interface IFormat

getEffect

public final IEffectFormat getEffect()
Description copied from interface: IFormat

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

Specified by:
getEffect in interface IFormat

getEffect3D

public final IThreeDFormat getEffect3D()
Description copied from interface: IFormat

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

Specified by:
getEffect3D in interface IFormat


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