Class ParagraphStyle
Inheritance
System.Object
ParagraphStyle
Implements
System.ICloneable
IronSoftware.Abstractions.Styling.ITextStyle
Assembly: IronWord.dll
Syntax
public class ParagraphStyle : DocumentStyle, ICloneable, ITextStyle
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> |
|
LineSpacing
Declaration
public LineSpacing LineSpacing { get; set; }
Property Value
Type |
Description |
IronSoftware.Abstractions.Styling.LineSpacing |
|
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> |
|
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> |
|
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
Implements
System.ICloneable
IronSoftware.Abstractions.Styling.ITextStyle