VDocs.NET
HomeAPI Reference
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.