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
| Signature | Description |
|---|---|
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::HorizontalAlignment | Calls HorizontalAlignment on this TextParagraph instance. |
HorizontalAlignment(value: Aspose::Pdf::HorizontalAlignment) | Calls HorizontalAlignment(value) on this TextParagraph instance. |
VerticalAlignment() → Aspose::Pdf::VerticalAlignment | Calls VerticalAlignment on this TextParagraph instance. |
VerticalAlignment(value: Aspose::Pdf::VerticalAlignment) | Calls VerticalAlignment(value) on this TextParagraph instance. |
Rectangle() → Aspose::Pdf::Rectangle | Calls Rectangle on this TextParagraph instance. |
Rectangle(value: Aspose::Pdf::Rectangle) | Calls Rectangle(value) on this TextParagraph instance. |
Position() → Aspose::Pdf::Text::Position | Calls Position on this TextParagraph instance. |
Position(value: Aspose::Pdf::Text::Position) | Calls Position(value) on this TextParagraph instance. |
Margin() → Aspose::Pdf::MarginInfo | Calls Margin on this TextParagraph instance. |
Margin(value: Aspose::Pdf::MarginInfo) | Calls Margin(value) on this TextParagraph instance. |
FirstLineIndent() → float | Calls FirstLineIndent on this TextParagraph instance. |
FirstLineIndent(value: float) | Calls FirstLineIndent(value) on this TextParagraph instance. |
SubsequentLinesIndent() → float | Calls SubsequentLinesIndent on this TextParagraph instance. |
SubsequentLinesIndent(value: float) | Calls SubsequentLinesIndent(value) on this TextParagraph instance. |