Aspose::Pdf::FormattedFragment class
Contents
[
Hide
]FormattedFragment class
Represents abstract formatted fragment.
class FormattedFragment : public Aspose::Pdf::BaseParagraph
Methods
Method | Description |
---|---|
BaseParagraph() | |
Clone() override | Clones this instance. Virtual method. Always return null. |
virtual get_HorizontalAlignment() | Gets a horizontal alignment of paragraph. |
virtual get_Hyperlink() | Gets the fragment hyperlink(for pdf generator). |
get_IsFirstParagraphInColumn() const | Gets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) |
get_IsInLineParagraph() const | Gets a paragraph is inline. Default is false.(for pdf generation) |
get_IsInNewPage() const | Gets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) |
get_IsKeptWithNext() const | Gets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) |
get_Margin() | Gets a outer margin for paragraph (for pdf generation) |
virtual get_VerticalAlignment() | Gets a vertical alignment of paragraph. |
get_ZIndex() const | Gets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. |
virtual set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment) | Sets a horizontal alignment of paragraph. |
virtual set_Hyperlink(System::SharedPtr<Aspose::Pdf::Hyperlink>) | Sets the fragment hyperlink(for pdf generator). |
set_IsFirstParagraphInColumn(bool) | Sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) |
set_IsInLineParagraph(bool) | Sets a paragraph is inline. Default is false.(for pdf generation) |
set_IsInNewPage(bool) | Sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) |
set_IsKeptWithNext(bool) | Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) |
set_Margin(System::SharedPtr<MarginInfo>) | Sets a outer margin for paragraph (for pdf generation) |
virtual set_VerticalAlignment(Aspose::Pdf::VerticalAlignment) | Sets a vertical alignment of paragraph. |
set_ZIndex(int32_t) | Sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. |
See Also
- Class BaseParagraph
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++