Back to Devexpress

TextArea Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-textarea-dot-underscore-members.md

latest9.3 KB
Original Source

TextArea Members

Allows you to access and manipulate text.

Constructors

NameDescription
TextArea()Initializes a new instance of the TextArea class.
TextArea(String, ParagraphProperties)Initializes a new instance of the TextArea class with specified settings.
TextArea(String)Initializes a new instance of the TextArea class with specified settings.

Properties

NameDescription
Level1ParagraphPropertiesGets or sets the paragraph properties for level 1 paragraphs in the text area. Inherited from TextAreaBase.
Level2ParagraphPropertiesGets or sets the paragraph properties for level 2 paragraphs in the text area. Inherited from TextAreaBase.
Level3ParagraphPropertiesGets or sets the paragraph properties for level 3 paragraphs in the text area. Inherited from TextAreaBase.
Level4ParagraphPropertiesGets or sets the paragraph properties for level 4 paragraphs in the text area. Inherited from TextAreaBase.
Level5ParagraphPropertiesGets or sets the paragraph properties for level 5 paragraphs in the text area. Inherited from TextAreaBase.
Level6ParagraphPropertiesGets or sets the paragraph properties for level 6 paragraphs in the text area. Inherited from TextAreaBase.
Level7ParagraphPropertiesGets or sets the paragraph properties for level 7 paragraphs in the text area. Inherited from TextAreaBase.
Level8ParagraphPropertiesGets or sets the paragraph properties for level 8 paragraphs in the text area. Inherited from TextAreaBase.
Level9ParagraphPropertiesGets or sets the paragraph properties for level 9 paragraphs in the text area. Inherited from TextAreaBase.
ParagraphPropertiesGets or sets paragraph properties for paragraphs in the text area. Inherited from TextAreaBase.
ParagraphsReturns a collection of paragraphs in the text area. Inherited from TextAreaBase.
PropertiesGets or sets the text area properties.
TextGets or sets the text displayed in the text area. Inherited from TextAreaBase.

Methods

NameDescription
Clone()Creates a copy of the current object.
Equals(Object, Object) staticDetermines 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)Finds all occurrences of the specified text in the text area with given search options. Inherited from TextAreaBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates 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 TextAreaBase.
ModifyTextProperties(IList<TextRange>, TextProperties)Applies text properties to the specified text ranges. Properties to apply should not be null. Inherited from TextAreaBase.
ReferenceEquals(Object, Object) staticDetermines 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 TextAreaBase.
RemoveText(IList<TextRange>)Removes the specified text ranges from the text area. Inherited from TextAreaBase.
ReplaceText(TextRange, String)Replaces the specified text range with new text. Inherited from TextAreaBase.
ReplaceText(IList<TextRange>, String)Replaces the specified text ranges with new text. Inherited from TextAreaBase.
ReplaceText(String, String, TextSearchOptions)Replaces all occurrences of the specified text with new text. You can also specify search options. Inherited from TextAreaBase.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TextArea Class

DevExpress.Docs.Presentation Namespace