Show / Hide Table of Contents

Class DrawingTextParagraph

Inheritance
System.Object
DrawingTextParagraph
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DrawingTextParagraph : object

Constructors

DrawingTextParagraph()

Declaration
public DrawingTextParagraph()

Fields

fontAlgn

Declaration
public string fontAlgn
Field Value
Type Description
System.String

Properties

Alignment

Declaration
public TextAlignType Alignment { get; set; }
Property Value
Type Description
TextAlignType

ExactlyAt

Declaration
public double? ExactlyAt { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

IndentationBeforeText

Declaration
public DoubleUnit IndentationBeforeText { get; set; }
Property Value
Type Description
DoubleUnit

LineSpacing

Declaration
public LineSpacing LineSpacing { get; set; }
Property Value
Type Description
LineSpacing

MultipleAt

Declaration
public double? MultipleAt { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Runs

Declaration
public List<DrawingTextRun> Runs { get; }
Property Value
Type Description
List<DrawingTextRun>

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
Type Description
SpecialIndentation

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
Back to top Generated by DocFX