BaseParagraph

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

NameTypeAccessDescription
BaseParagraphBaseParagraphReadGets the base paragraph.

Methods

SignatureDescription
BaseParagraph()BaseParagraphCalls BaseParagraph on this BaseParagraph instance.
BaseParagraph()BaseParagraph
~BaseParagraph()Calls ~BaseParagraph on this BaseParagraph instance.
BaseParagraph()
BaseParagraph()
VerticalAlignment()Aspose::Pdf::VerticalAlignmentCalls VerticalAlignment on this BaseParagraph instance.
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment)Calls VerticalAlignment(value) on this BaseParagraph instance.
HorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls HorizontalAlignment on this BaseParagraph instance.
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment)Calls HorizontalAlignment(value) on this BaseParagraph instance.
Margin()Aspose::Pdf::MarginInfoCalls Margin on this BaseParagraph instance.
Margin(value: Aspose::Pdf::MarginInfo)Calls Margin(value) on this BaseParagraph instance.
IsFirstParagraphInColumn()boolReturns true if first paragraph in column is set.
IsFirstParagraphInColumn(value: bool)Calls IsFirstParagraphInColumn(value) on this BaseParagraph instance.
IsKeptWithNext()boolReturns true if kept with next is set.
IsKeptWithNext(value: bool)Calls IsKeptWithNext(value) on this BaseParagraph instance.
IsInNewPage()boolReturns true if in new page is set.
IsInNewPage(value: bool)Calls IsInNewPage(value) on this BaseParagraph instance.
IsInLineParagraph()boolReturns 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()intCalls ZIndex on this BaseParagraph instance.
ZIndex(value: int)Calls ZIndex(value) on this BaseParagraph instance.

See Also