Class ParagraphStyle
Represents the style properties applied to a paragraph in a Word document.
Inheritance
System.Object
ParagraphStyle
Implements
IronSoftware.Abstractions.Word.IParagraphStyle
IronSoftware.Abstractions.Word.IDerivedStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty
Assembly: IronWord.dll
Syntax
public class ParagraphStyle : Object, IParagraphStyle, IParagraphStyle, IDerivedStyle, IDerivedStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Constructors
ParagraphStyle()
Create a new paragraph style
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> |
|
BaseStyle
The original base style definition a style is based off of.
Declaration
public IBaseStyle BaseStyle { get; }
Property Value
Borders
Border settings for the paragraph.
Declaration
public ParagraphBorders Borders { get; set; }
Property Value
ContextualSpacing
Declaration
public Nullable<bool> ContextualSpacing { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
DefaultStyle
The default paragraph style.
Declaration
public IParagraphStyle DefaultStyle { get; }
Property Value
Indentation
Indentation settings for the paragraph.
Declaration
public ParagraphIndentation Indentation { get; set; }
Property Value
Justification
Declaration
public Nullable<JustificationValues> Justification { get; set; }
Property Value
| Type |
Description |
| System.Nullable<IronSoftware.Abstractions.Word.JustificationValues> |
|
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.Word.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> |
|
Status
Declaration
public ElementStatus Status { get; set; }
Property Value
| Type |
Description |
| IronSoftware.Abstractions.Word.ElementStatus |
|
TextAlignment
Declaration
public Nullable<VerticalTextAlignmentValues> TextAlignment { get; set; }
Property Value
| Type |
Description |
| System.Nullable<IronSoftware.Abstractions.Word.VerticalTextAlignmentValues> |
|
WordWrap
Declaration
public Nullable<bool> WordWrap { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Implements
IronSoftware.Abstractions.Word.IParagraphStyle
IronSoftware.Abstractions.Word.IDerivedStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty