Interface IOfficeShape
Represents an object in the drawing layer, such as an AutoShape.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeShape
Properties
Fill
Gets an IOfficeShapeFill instance that represents the fill formatting options of the shape. Read-only.
Declaration
IOfficeShapeFill Fill { get; }
Property Value
Type |
---|
IOfficeShapeFill |
LineFormat
Gets an IOfficeShapeLineFormat instance that represents the line and arrowhead properties of the shape. Read-only.
Declaration
IOfficeShapeLineFormat LineFormat { get; }
Property Value
Type | Description |
---|---|
IOfficeShapeLineFormat | The IOfficeShapeLineFormat object of the shape. |
TextBody
Gets an IOfficeSmartArtTextBody instance that represents the text in the shape. Read-only.
Declaration
IOfficeSmartArtTextBody TextBody { get; }