VDocs.NET
Back to DOM

DOM.Elements.TableElements.PlacementPosition

Namespace: DOM.Elements.TableElements

Represents positional and anchoring information for an element within the document layout.defines how an element is positioned relative to surrounding text, page boundaries, margins, or other reference frames, including alignment, offsets, and anchor settings.

9 members

Properties

BottomFromText

Gets or sets the vertical offset from the bottom edge of the reference text or anchor.

HorizantalAlignment

Gets or sets the horizontal alignment applied to the element when positioned within its horizontal anchor frame.

HorizantalAnchor

Gets or sets the horizontal anchoring behavior that determines whether the element is anchored to margins, page, column, or text boundaries.

LeftFromText

Gets or sets the horizontal offset from the left edge of the reference text or anchor.

Position

Gets or sets the positioning mode applied to the element, such as relative or absolute placement.

RightFromText

Gets or sets the horizontal offset from the right edge of the reference text or anchor.

TopFromText

Gets or sets the vertical offset from the top edge of the reference text or anchor.

VerticalAlignment

Gets or sets the vertical alignment applied to the element when positioned within its vertical anchor frame.

VerticalAnchor

Gets or sets the vertical anchoring behavior that determines whether the element is anchored to margins, page, paragraph, or line boundaries.

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.