Class PositionSettings

PositionSettings class

Position settings.

public class PositionSettings

Constructors

NameDescription
PositionSettings()The default constructor.

Properties

NameDescription
HorizontalAlignment { get; set; }Gets or sets a horizontal alignment of paragraph.
IsFirstParagraphInColumn { get; set; }Gets or sets a bool value that indicates whether this paragraph will be at next column. Default is false.
IsInLineParagraph { get; set; }Gets or sets a paragraph is inline. Default is false.
IsInNewPage { get; set; }Gets or sets a bool value that force this paragraph generates at new page. Default is false.
IsKeptWithNext { get; set; }Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.
Margin { get; set; }Gets or sets a outer margin for paragraph.
VerticalAlignment { get; set; }Gets or sets a vertical alignment of paragraph.

See Also