DOM.Elements.TableElements.PlacementPosition
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
Gets or sets the vertical offset from the bottom edge of the reference text or anchor.
Gets or sets the horizontal alignment applied to the element when positioned within its horizontal anchor frame.
Gets or sets the horizontal anchoring behavior that determines whether the element is anchored to margins, page, column, or text boundaries.
Gets or sets the horizontal offset from the left edge of the reference text or anchor.
Gets or sets the positioning mode applied to the element, such as relative or absolute placement.
Gets or sets the horizontal offset from the right edge of the reference text or anchor.
Gets or sets the vertical offset from the top edge of the reference text or anchor.
Gets or sets the vertical alignment applied to the element when positioned within its vertical anchor frame.
Gets or sets the vertical anchoring behavior that determines whether the element is anchored to margins, page, paragraph, or line boundaries.