VDocs.NET
Back to DOM

DOM.Elements.DocumentGrid

Namespace: DOM.Elements

Represents grid settings used by a section or document to align characters and lines.

The document grid controls typographic alignment and snapping behavior. It is used by layout engines to determine character spacing, line pitch and how content snaps to a grid. This class derives from and implements.

3 members

Properties

CharacterSpaceDocumentUnit

Gets or sets the horizontal space reserved per character when character-based grid modes are used.

LinePitchDocumentUnit

Gets or sets the vertical distance between baselines of consecutive lines.

TypeDocGridValues

Gets or sets the document grid type which defines grid behaviour.

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.