VDocs.NET
Back to DOM

DOM.Styles.ParagraphIndentation

Namespace: DOM.Styles

Specifies indentation measurements for a paragraph.

centralizes paragraph-level indentation settings. Each property is nullable to allow callers to indicate "not specified" so consumers can fall back to parent or document defaults. Values are expressed withallowing absolute units (points, EMU, mm, etc.) or relative percentages where supported.

8 members

Properties

AutoAdjustRightIndent

Gets or sets a value that indicates whether the right indent should be auto-adjusted.

Gets or sets the indentation at the end edge of the paragraph.

FirstLineDocumentUnit

Gets or sets the first-line indentation for the paragraph.

Gets or sets the hanging indentation.

Gets or sets the physical left indentation for the paragraph.

MirrorIndents

Gets or sets a value that indicates whether start/end indents are mirrored on facing pages.

Gets or sets the physical right indentation for the paragraph.

Gets or sets the indentation at the start edge of the paragraph.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.