Click or drag to resize

ShapeText Class

Defines the text inside a shape and its attributes.
Inheritance Hierarchy
SystemObject
  SautinSoft.Excel.DrawingShapeText

Namespace: SautinSoft.Excel.Drawing
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.10.17
Syntax
public sealed class ShapeText

The ShapeText type exposes the following members.

Properties
 NameDescription
Public propertyAnchoring Gets or sets anchoring position of the text within the shape.
Public propertyAutoFit Gets or sets a value to determine whether Microsoft Word will grow the shape to fit text or vise versa.
Public propertyBlocks Gets the shape's blocks.
Public propertyColor Gets the shape's text color.
Public propertyHorizontalOverflow Gets or sets a value to determine whether the text can flow out of the bounding box horizontally.
Public propertyMargins Gets or sets internal margins.
Public propertyRotateWithShape Gets or sets a value to determine whether text should remain upright, regardless of the transform applied to it and the accompanying shape transform.
Public propertyTextDirection Gets or sets a text direction.
Public propertyVerticalOverflow Gets or sets a value to determine whether the text can flow out of the bounding box vertically.
Public propertyWrapText Gets or sets a value indicating whether text wraps inside a shape.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also