com.aspose.slides
Interface IFormat

All Known Implementing Classes:
Format

public interface IFormat

Represents chart format properties.


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.
 

Method Detail

getFill

IFillFormat getFill()

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


getLine

ILineFormat getLine()

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


getEffect

IEffectFormat getEffect()

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


getEffect3D

IThreeDFormat getEffect3D()

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



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