Aspose::Pdf::Tagged::PositionSettings class

PositionSettings class

Position settings.

class PositionSettings : public System::Object

Methods

MethodDescription
get_HorizontalAlignment() constGets a horizontal alignment of paragraph.
get_IsFirstParagraphInColumn() constGets a bool value that indicates whether this paragraph will be at next column. Default is false.
get_IsInLineParagraph() constGets a paragraph is inline. Default is false.
get_IsInNewPage() constGets a bool value that force this paragraph generates at new page. Default is false.
get_IsKeptWithNext() constGets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.
get_Margin() constGets a outer margin for paragraph.
get_VerticalAlignment() constGets a vertical alignment of paragraph.
PositionSettings()
set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment)Sets a horizontal alignment of paragraph.
set_IsFirstParagraphInColumn(bool)Sets a bool value that indicates whether this paragraph will be at next column. Default is false.
set_IsInLineParagraph(bool)Sets a paragraph is inline. Default is false.
set_IsInNewPage(bool)Sets a bool value that force this paragraph generates at new page. Default is false.
set_IsKeptWithNext(bool)Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.
set_Margin(System::SharedPtr<MarginInfo>)Sets a outer margin for paragraph.
set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets a vertical alignment of paragraph.

See Also