Enum ParagraphPositioningMode
ParagraphPositioningMode enumeration
Specifies variant for determining the location of the element on the page.
public enum 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. |
| 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
- assembly Aspose.PDF