Class ParagraphStyle
Inheritance
System.Object
ParagraphStyle
Assembly: IronWord.dll
Syntax
public class ParagraphStyle : DocumentStyle
Constructors
ParagraphStyle()
Declaration
Properties
AdjustRightIndent
Declaration
public Nullable<bool> AdjustRightIndent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
AutoSpaceEastAndNumbers
Declaration
public Nullable<bool> AutoSpaceEastAndNumbers { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
AutoSpaceLatinAndEast
Declaration
public Nullable<bool> AutoSpaceLatinAndEast { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Borders
Declaration
public ParagraphBorders Borders { get; set; }
Property Value
ContextualSpacing
Declaration
public Nullable<bool> ContextualSpacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Indentation
Declaration
public ParagraphIndentation Indentation { get; set; }
Property Value
Justification
Declaration
public Nullable<JustificationValues> Justification { get; set; }
Property Value
KeepLinesOnPage
Declaration
public Nullable<bool> KeepLinesOnPage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
KeepWithNextParagraph
Declaration
public Nullable<bool> KeepWithNextParagraph { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Kinsoku
Declaration
public Nullable<bool> Kinsoku { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MirrorIndents
Declaration
public Nullable<bool> MirrorIndents { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
OutlineLevel
Declaration
public Nullable<int> OutlineLevel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OverflowPunctuation
Declaration
public Nullable<bool> OverflowPunctuation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PageBreakBefore
Declaration
public Nullable<bool> PageBreakBefore { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
RightToLeft
Declaration
public Nullable<bool> RightToLeft { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SpacingBetweenLines
Declaration
public SpacingBetweenLines SpacingBetweenLines { get; set; }
Property Value
TextAlignment
Declaration
public Nullable<VerticalTextAlignmentValues> TextAlignment { get; set; }
Property Value
WordWrap
Declaration
public Nullable<bool> WordWrap { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|