Aspose::Pdf::ParagraphPositioningMode enum
ParagraphPositioningMode enum
Specifies variant for determining the location of the element on the page.
enum class ParagraphPositioningMode
Values
Name | Value | Description |
---|---|---|
Default | 0 | The 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. |
Absolute | 1 | The 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
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++