Class DrawingTextParagraph
Inheritance
System.Object
DrawingTextParagraph
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DrawingTextParagraph : object
Constructors
DrawingTextParagraph()
Declaration
public DrawingTextParagraph()
Fields
fontAlgn
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Alignment
Declaration
public TextAlignType Alignment { get; set; }
Property Value
ExactlyAt
Declaration
public double? ExactlyAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
IndentationBeforeText
Declaration
public DoubleUnit IndentationBeforeText { get; set; }
Property Value
LineSpacing
Declaration
public LineSpacing LineSpacing { get; set; }
Property Value
MultipleAt
Declaration
public double? MultipleAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Runs
Declaration
public List<DrawingTextRun> Runs { get; }
Property Value
SpacingAfterPoints
Declaration
public double SpacingAfterPoints { get; set; }
Property Value
Type |
Description |
System.Double |
|
SpacingBeforePoints
Declaration
public double SpacingBeforePoints { get; set; }
Property Value
Type |
Description |
System.Double |
|
Special
Declaration
public SpecialIndentation Special { get; set; }
Property Value
SpecialByInches
Declaration
public double SpecialByInches { get; set; }
Property Value
Type |
Description |
System.Double |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|