TextParagraph

TextParagraph

Overview

TextParagraph is a class in Aspose.PDF FOSS for C++.

This class provides 18 methods for working with TextParagraph objects in C++ programs. Available methods include: AppendLine, FirstLineIndent, HorizontalAlignment, Margin, Position, Rectangle, SubsequentLinesIndent, VerticalAlignment. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
AppendLine(line: std::string)Calls AppendLine(line) on this TextParagraph instance.
AppendLine(line: std::string, lineSpacing: float)Calls AppendLine(line, lineSpacing) on this TextParagraph instance.
AppendLine(line: std::string, textState: Aspose::Pdf::Text::TextState)Calls AppendLine(line, textState) on this TextParagraph instance.
AppendLine(line: std::string, textState: Aspose::Pdf::Text::TextState, lineSpacing: float)Calls AppendLine(line, textState, lineSpacing) on this TextParagraph instance.
HorizontalAlignment()Aspose::Pdf::HorizontalAlignmentCalls HorizontalAlignment on this TextParagraph instance.
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment)Calls HorizontalAlignment(value) on this TextParagraph instance.
VerticalAlignment()Aspose::Pdf::VerticalAlignmentCalls VerticalAlignment on this TextParagraph instance.
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment)Calls VerticalAlignment(value) on this TextParagraph instance.
Rectangle()Aspose::Pdf::RectangleCalls Rectangle on this TextParagraph instance.
Rectangle(value: Aspose::Pdf::Rectangle)Calls Rectangle(value) on this TextParagraph instance.
Position()Aspose::Pdf::Text::PositionCalls Position on this TextParagraph instance.
Position(value: Aspose::Pdf::Text::Position)Calls Position(value) on this TextParagraph instance.
Margin()Aspose::Pdf::MarginInfoCalls Margin on this TextParagraph instance.
Margin(value: Aspose::Pdf::MarginInfo)Calls Margin(value) on this TextParagraph instance.
FirstLineIndent()floatCalls FirstLineIndent on this TextParagraph instance.
FirstLineIndent(value: float)Calls FirstLineIndent(value) on this TextParagraph instance.
SubsequentLinesIndent()floatCalls SubsequentLinesIndent on this TextParagraph instance.
SubsequentLinesIndent(value: float)Calls SubsequentLinesIndent(value) on this TextParagraph instance.

See Also