Aspose::Pdf::Tagged::PositionSettings class
Contents
[
Hide
]PositionSettings class
Position settings.
class PositionSettings : public System::Object
Methods
| Method | Description |
|---|---|
| get_HorizontalAlignment() const | Gets a horizontal alignment of paragraph. |
| get_IsFirstParagraphInColumn() const | Gets a bool value that indicates whether this paragraph will be at next column. Default is false. |
| get_IsInLineParagraph() const | Gets a paragraph is inline. Default is false. |
| get_IsInNewPage() const | Gets a bool value that force this paragraph generates at new page. Default is false. |
| get_IsKeptWithNext() const | Gets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false. |
| get_Margin() const | Gets a outer margin for paragraph. |
| get_VerticalAlignment() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Tagged
- Library Aspose.PDF for C++