com.aspose.slides
Interface IShapeFormat

All Known Implementing Classes:
AudioFrame, AutoShape, Background, Connector, Ellipse, GroupShape, Line, OleObjectFrame, PictureFrame, Placeholder, Polyline, Rectangle, Shape, Table, TextFrame, TextHolder, VideoFrame

public interface IShapeFormat

The interface which defines shape formatting properties.


Method Summary
 FillFormat getFillFormat()
          Returns the fill properties of a shape.
 LineFormat getLineFormat()
          Returns the border properties of a shape.
 ShadowFormat getShadowFormat()
          Returns the shadow properties of a shape.
 ThreeDFormat getThreeDFormat()
          Returns the 3D properties of a shape.
 

Method Detail

getLineFormat

LineFormat getLineFormat()
Returns the border properties of a shape.


getFillFormat

FillFormat getFillFormat()
Returns the fill properties of a shape.


getShadowFormat

ShadowFormat getShadowFormat()
Returns the shadow properties of a shape.


getThreeDFormat

ThreeDFormat getThreeDFormat()
Returns the 3D properties of a shape.