[]
Represents the text frame in the IShape.
public interface ITextRange : IEnumerable
Public Interface ITextRange
Inherits IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection (read-only). |
Font | Returns the IFontFormat object that represents character formatting for the IFontFormat object (read-only). |
Index | Returns the index in the collection (read-only). |
this[int] | Gets the ITextRange with the specified index. |
Paragraphs | Get the paragraphs of ITextRange |
Runs | Get the runs of ITextRange |
Text | Gets or sets a String value that represents the text in a text range (read/write). |
TextAlignment | Gets or sets the horizontal alignment of the text. |
Type | Returns the type of ITextRange, such as TextRangeType.Body, TextRangeType.Paragrapsh, or TextRangeType.Run. |
Name | Description |
---|---|
Add(string, int) | Adds text to the specified collection. |
Delete() | Deletes from parent. |