BaseParagraph
Overview
BaseParagraph is a class in Aspose.PDF FOSS for C++.
This class provides 23 methods for working with BaseParagraph objects in C++ programs.
Available methods include: BaseParagraph, HorizontalAlignment, Hyperlink, IsFirstParagraphInColumn, IsInLineParagraph, IsInNewPage, IsKeptWithNext, Margin, VerticalAlignment, ZIndex, ~BaseParagraph.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: BaseParagraph.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
BaseParagraph | BaseParagraph | Read | Gets the base paragraph. |
Methods
| Signature | Description |
|---|---|
BaseParagraph() → BaseParagraph | Calls BaseParagraph on this BaseParagraph instance. |
BaseParagraph() → BaseParagraph | |
~BaseParagraph() | Calls ~BaseParagraph on this BaseParagraph instance. |
BaseParagraph() | |
BaseParagraph() | |
VerticalAlignment() → Aspose::Pdf::VerticalAlignment | Calls VerticalAlignment on this BaseParagraph instance. |
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment) | Calls VerticalAlignment(value) on this BaseParagraph instance. |
HorizontalAlignment() → Aspose::Pdf::HorizontalAlignment | Calls HorizontalAlignment on this BaseParagraph instance. |
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment) | Calls HorizontalAlignment(value) on this BaseParagraph instance. |
Margin() → Aspose::Pdf::MarginInfo | Calls Margin on this BaseParagraph instance. |
Margin(value: Aspose::Pdf::MarginInfo) | Calls Margin(value) on this BaseParagraph instance. |
IsFirstParagraphInColumn() → bool | Returns true if first paragraph in column is set. |
IsFirstParagraphInColumn(value: bool) | Calls IsFirstParagraphInColumn(value) on this BaseParagraph instance. |
IsKeptWithNext() → bool | Returns true if kept with next is set. |
IsKeptWithNext(value: bool) | Calls IsKeptWithNext(value) on this BaseParagraph instance. |
IsInNewPage() → bool | Returns true if in new page is set. |
IsInNewPage(value: bool) | Calls IsInNewPage(value) on this BaseParagraph instance. |
IsInLineParagraph() → bool | Returns true if in line paragraph is set. |
IsInLineParagraph(value: bool) | Calls IsInLineParagraph(value) on this BaseParagraph instance. |
Hyperlink() → std::shared_ptr<Aspose::Pdf::Hyperlink> | Calls Hyperlink on this BaseParagraph instance. |
Hyperlink(value: std::shared_ptr<Aspose::Pdf::Hyperlink>) | Calls Hyperlink(value) on this BaseParagraph instance. |
ZIndex() → int | Calls ZIndex on this BaseParagraph instance. |
ZIndex(value: int) | Calls ZIndex(value) on this BaseParagraph instance. |