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

Represents standard shape's formatting properties.


Method Summary
 FillFormat getFillFormat()
          Returns the FillFormat object that contains fill format properties of a shape.
 LineFormat getLineFormat()
          Returns the LineFormat object that contains line format properties of a shape.
 ShadowFormat getShadowFormat()
          Returns the ShadowFormat object that contains shadow format properties of a shape.
 ThreeDFormat getThreeDFormat()
          Returns the ThreeDFormat object that contains 3D format properties of a shape.
 

Method Detail

getLineFormat

LineFormat getLineFormat()
Returns the LineFormat object that contains line format properties of a shape.

Returns:
The LineFormat object.

getFillFormat

FillFormat getFillFormat()
Returns the FillFormat object that contains fill format properties of a shape.

Returns:
The FillFormat object.

getShadowFormat

ShadowFormat getShadowFormat()
Returns the ShadowFormat object that contains shadow format properties of a shape.

Returns:
The ShadowFormat object.

getThreeDFormat

ThreeDFormat getThreeDFormat()
Returns the ThreeDFormat object that contains 3D format properties of a shape.

Returns:
The ThreeDFormat object.