Aspose::Pdf::ParagraphPositioningMode enum

ParagraphPositioningMode enum

Specifies variant for determining the location of the element on the page.

enum class ParagraphPositioningMode

Values

NameValueDescription
Default0The location is determined by the previously placed elements. Adding an element is taken into account when determining the location of subsequent elements. Left and Top values ​​are not taken into account.
Absolute1The location is specified by the Left and Top values, does not depend on previous elements and does not affect the location of subsequent ones.

See Also