PositionSettings
Overview
PositionSettings is a class in Aspose.PDF FOSS for .NET.
Layout/position settings for a structure element.
Properties: HorizontalAlignment, IsFirstParagraphInColumn, IsInLineParagraph, IsInNewPage, IsKeptWithNext, Margin, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HorizontalAlignment | HorizontalAlignment | Read/Write | Horizontal alignment. |
VerticalAlignment | VerticalAlignment | Read/Write | Vertical alignment. |
Margin | MarginInfo? | Read/Write | Margin information. |
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. |