Skip to main content
All docs
V26.1
  • TextArea Methods

    Allows you to access and manipulate text.
    Name Description
    Clone() Creates a copy of the current object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    FindText(String, TextSearchOptions) Inherited from OfficeTextArea.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ModifyTextProperties(TextRange, TextProperties) Creates a text run that matches to the given text range and applies the specified text properties to it. Properties to apply should not be null. Inherited from OfficeTextArea.
    ModifyTextProperties(IList<TextRange>, TextProperties) Applies text properties to the specified text ranges. Properties to apply should not be null. Inherited from OfficeTextArea.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    RemoveText(TextRange) Removes the specified text range from the text area. Inherited from OfficeTextArea.
    RemoveText(IList<TextRange>) Removes the specified text ranges from the text area. Inherited from OfficeTextArea.
    ReplaceText(TextRange, String) Replaces the specified text range with new text. Inherited from OfficeTextArea.
    ReplaceText(IList<TextRange>, String) Replaces the specified text ranges with new text. Inherited from OfficeTextArea.
    ReplaceText(String, String, TextSearchOptions) Replaces all occurrences of the specified text with new text. You can also specify search options. Inherited from OfficeTextArea.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also