Class TextRun
Inheritance
System.Object
TextRun
Assembly: IronXL.dll
Syntax
public class TextRun : Object
Constructors
TextRun()
Declaration
Properties
End
Declaration
public int End { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Font
Declaration
public Font Font { get; set; }
Property Value
Start
Declaration
public int Start { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TextAttributes
Declaration
public TextAttributes TextAttributes { get; set; }
Property Value
TextDecorations
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Methods
Slice(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>)
Declaration
public < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >Slice( < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >text)
Parameters
Type |
Name |
Description |
System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
text |
|
Returns
Type |
Description |
System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|