PositionSettings

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

NameTypeAccessDescription
HorizontalAlignmentHorizontalAlignmentRead/WriteHorizontal alignment.
VerticalAlignmentVerticalAlignmentRead/WriteVertical alignment.
MarginMarginInfo?Read/WriteMargin information.
IsFirstParagraphInColumnboolRead/WriteWhether the element starts a new column.
IsKeptWithNextboolRead/WriteWhether the element is kept with the next one.
IsInNewPageboolRead/WriteWhether the element starts on a new page.
IsInLineParagraphboolRead/WriteWhether the element flows inline within a paragraph.

See Also