Class PositionSettings
Contents
[
Hide
]PositionSettings class
Position settings.
public class PositionSettings
Constructors
| Name | Description |
|---|---|
| PositionSettings() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Pdf.Tagged
- assembly Aspose.PDF