Class DrawingTextRun
Formatted text run in a drawing object.
Inheritance
System.Object
DrawingTextRun
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DrawingTextRun : object
Properties
Effects
Gets the effects for the run.
Declaration
public TextRunEffects Effects { get; }
Property Value
Type | Description |
---|---|
TextRunEffects |
Fill
Gets the text fill of the run.
Declaration
public Fill Fill { get; }
Property Value
Type | Description |
---|---|
Fill |
Font
Declaration
public DrawingFont Font { get; set; }
Property Value
Type | Description |
---|---|
DrawingFont |
Text
Gets or sets the text of the run.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextOutline
Gets the text outline of the run.
Declaration
public Line TextOutline { get; }
Property Value
Type | Description |
---|---|
Line |