Back to Devexpress

TextSpan Members

blazor-devexpress-dot-blazor-dot-richedit-dot-textspan-dot-underscore-members.md

latest4.9 KB
Original Source

TextSpan Members

A span of document content.

Properties

NameDescription
AllCapsGets whether the text span’s characters are capital letters.
BackgroundColorGets the background color of the text span’s characters.
FontBoldGets whether the text span’s characters are bold.
FontItalicGets whether the text span’s characters are italicized.
FontNameGets the font name of the text span’s characters.
FontSizeGets the font size of the text span’s characters.
ForegroundColorGets the font color of the text span’s characters.
HiddenGets whether the text span’s content is hidden.
HighlightColorGets the highlight color of the text span’s characters.
IntervalGets the text buffer interval that contains the element. Inherited from DocumentElementBase.
ScriptGets the script format of the text span’s characters.
SmallCapsGets whether the text span’s characters are small capital letters.
StrikeoutGets whether the text span’s characters are strikeout.
TextGets textual representation of the span content.
UnderlineGets whether the text span’s characters are underlined.
UnderlineColorGets the underline color of the text span’s characters.
UnderlineWordsOnlyGets whether space and tab characters are underlined in addition to other characters.

Methods

NameDescription
ChangePropertiesAsync(Action<CharacterProperties>, CancellationToken)Sets the properties of the text span’s characters.
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.
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.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TextSpan Class

DevExpress.Blazor.RichEdit Namespace