PositionSettings
Overview
PositionSettings is a class in Aspose.PDF FOSS for .NET.
Layout/position settings for a tagged structure element, passed to AdjustPosition.
Properties: HorizontalAlignment, IsFirstParagraphInColumn, IsInLineParagraph, IsInNewPage, IsKeptWithNext, Margin, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HorizontalAlignment | HorizontalAlignment | Read/Write | Horizontal alignment of the element within its column. |
VerticalAlignment | VerticalAlignment | Read/Write | Vertical alignment of the element. |
Margin | MarginInfo? | Read/Write | Margin around the element (Left, Bottom, Right, Top). |
IsFirstParagraphInColumn | bool | Read/Write | Whether the element starts a new column. |
IsKeptWithNext | bool | Read/Write | Whether the element is kept with the next one. |
IsInNewPage | bool | Read/Write | Whether the element starts on a new page. |
IsInLineParagraph | bool | Read/Write | Whether the element flows inline within a paragraph. |