Create |
Overloaded Create Create(string) Create(TDrawingTextParagraphArray) Create(string, TDrawingAlignment)
|
Paragraph |
A paragraph of the text.
|
Substring |
Overloaded Substring(Integer) Substring(Integer, Integer)
|
Add |
Adds two richstrings together. If using C#, you can just use the overloaded "+" operator to contactenate rich strings.
|
Trim |
Trims all the whitespace at the beginning and end of the string.
|
RightTrim |
Trims all the whitespace at the end of the string.
|
ToString |
Returns the string without Rich text info.
|
HasFields |
Returns true if the TDrawingRichString has any fields that must be replaced by values.
|
ToRichString |
Overloaded ToRichString(TCoreExcelFile, IShapeFont) ToRichString(TCoreExcelFile, IShapeFont, TFlxFont) ToRichString(TCoreExcelFile, IShapeFont, TFlxFont, TFunc<string, TRichString>) ToRichString(TCoreExcelFile, IShapeFont, TFlxFont, TFunc<string, TRichString>, Boolean)
|
FirstRun |
Returns the first run of the text. Note that an empty TDrawingRichText can have a run anyway, while a TRichString can't. If there is no first run, the returned value will have a a negative FirstChar.
|
FromRichString |
Overloaded FromRichString(TRichString, TCoreExcelFile, TDrawingAlignment) FromRichString(TRichString, TCoreExcelFile, TDrawingRichString, TDrawingAlignment) FromRichString(TRichString, TCoreExcelFile, TDrawingRichString, TDrawingAlignment, Boolean)
|
ReplaceText |
Replaces the existing text in this struct with the text in rs, keeping the properties of the text.
|
GetTextProperties |
Modifies a TDrawingTextProperties by adding the settings from a TFxFont.
|
CompareTo |
Returns -1 if obj is bigger than this, 0 if both strings are the same, and 1 if obj is smaller than this.
|
GetHashCode |
Returns the hashcode of the object.
|
Equals |
Returns true if both instances have the same string and formatting.
|
DrawingHAlignFromAlign |
Converts a horizontal alignment from Excel alignment to Drawing alignment.
|
ReplaceParagraph |
Returns a new rich string with one paragraph of the original rich string replaced.
|
WithNewFieldIds |
Returns a new TDrawingRichString with new field ids if the DrawingRichString has field ids. While FlexCel will do this automatically when you link a shape, you can use this method when creating a new linked shape that requires new field ids.
|
IsNull |
Returns true if the record doesn't have a defined value.
|
HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |