Back to Devexpress

ShapeTextRange Members

officefileapi-devexpress-dot-spreadsheet-dot-shapetextrange-dot-underscore-members.md

latest3.0 KB
Original Source

ShapeTextRange Members

Represents a text range within a shape.

Properties

NameDescription
FillProvides access to fill options for the specified drawing object. Inherited from ShapeFormatBase.
FontProvides access to the text range’s font settings.
IsMixedFillGets a value indicating whether the current range of a shape’s text has different fill settings applied.
IsMixedFontGets a value indicating whether the current range of a shape’s text has different fonts applied.
IsMixedOutlineGets a value indicating whether the current range of a shape’s text has different outline settings applied.
IsMixedParagraphGets a value indicating whether the current range of a shape’s text contains multiple paragraphs with mixed properties.
OutlineProvides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase.
ParagraphFormatProvides access to the text range’s paragraph options.
StartGets the position from which the shape text range starts.
TextGets or sets the text in a text range.

Methods

NameDescription
AddAfter(String)Inserts a new text range after the current ShapeTextRange object.
AddBefore(String)Inserts a new text range before the current ShapeTextRange object.
Delete()Deletes the current ShapeTextRange object.
GetParagraphs()Returns an array of all paragraphs that compose a shape’s text.
GetRuns()Returns an array of all text runs that compose a shape’s text.

See Also

ShapeTextRange Interface

DevExpress.Spreadsheet Namespace