Class SpacingBetweenLines
Inheritance
System.Object
SpacingBetweenLines
Assembly: IronWord.dll
Syntax
public class SpacingBetweenLines : Object
Constructors
SpacingBetweenLines()
Declaration
public SpacingBetweenLines()
Properties
After
Declaration
public Nullable<int> After { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AfterAutoSpacing
Declaration
public Nullable<bool> AfterAutoSpacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
AfterLines
Declaration
public Nullable<int> AfterLines { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Before
Declaration
public Nullable<int> Before { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BeforeAutoSpacing
Declaration
public Nullable<bool> BeforeAutoSpacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
BeforeLines
Declaration
public Nullable<int> BeforeLines { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Line
Declaration
public Nullable<int> Line { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LineRule
Declaration
public Nullable<LineSpacingRuleValues> LineRule { get; set; }
Property Value