Class RichTextObject
public class RichTextObject : IRichTextString, IExcelApplication, IOptimizedUpdate
- Inheritance
-
RichTextObject
- Implements
- Derived
- Inherited Members
Properties
IsFormatted
Indicates whether rich text string contains formatting Read-only.
public bool IsFormatted { get; }
Property Value
Parent
public object Parent { get; }
Property Value
RtfText
Gets Rtf Text. Read-Only.
public string RtfText { get; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
Append(string, IFont)
public void Append(string text, IFont font)
Parameters
BeginUpdate()
public void BeginUpdate()
Clear()
Clears all.
public void Clear()
ClearFormatting()
Clears formatting.
public void ClearFormatting()
EndUpdate()
public void EndUpdate()
GetFont(int)
public IFont GetFont(int position)
Parameters
position
int
Returns
SetFont(int, int, IFont)
public void SetFont(int startPos, int endPos, IFont font)