Interface IParagraphStyle
Styling for paragraphs.
Inherited Members
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public interface IParagraphStyle : IParagraphStyle, IDerivedStyle, IDerivedStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Properties
Borders
Border settings for the paragraph.
Declaration
ParagraphBorders Borders { get; }
Property Value
| Type | Description |
|---|---|
| ParagraphBorders |
DefaultStyle
The default paragraph style.
Declaration
IParagraphStyle DefaultStyle { get; }
Property Value
| Type | Description |
|---|---|
| IParagraphStyle |
Indentation
Indentation settings for the paragraph.
Declaration
ParagraphIndentation Indentation { get; }
Property Value
| Type | Description |
|---|---|
| ParagraphIndentation |