Aspose::Pdf::Text::TextParagraph class
Contents
[
Hide
]TextParagraph class
Represents text paragraphs as multiline text object.
class TextParagraph : public System::Object
Methods
Method | Description |
---|---|
AppendLine(System::String) | Appends text line. |
AppendLine(System::String, float) | Appends text line. |
AppendLine(System::String, System::SharedPtr<TextState>) | Appends text line with text state parameters. |
AppendLine(System::String, System::SharedPtr<TextState>, float) | Appends text line with text state parameters. |
AppendLine(System::SharedPtr<TextFragment>) | Appends text line with text state parameters. |
AppendLine(System::SharedPtr<TextFragment>, System::SharedPtr<TextState>) | Appends text line with text state parameters. |
AppendLine(System::SharedPtr<TextFragment>, System::SharedPtr<TextState>, float) | Appends text line with text state parameters. |
BeginEdit() | Begins the editing of the TextParagraph. |
EndEdit() | Ends the editing of the TextParagraph. |
get_FirstLineIndent() const | Gets subsequent lines indent value. If set to a non-zero value, it has an advantage over the FormattingOptions.SubsequentLinesIndent value. |
get_FormattingOptions() const | Gets formatting options. |
get_HorizontalAlignment() const | Gets horizontal alignment for the text inside paragrph’s Rectangle. |
get_Justify() | Gets value whether text is justified. |
get_Margin() const | Gets the padding. |
get_Position() const | Gets position of the paragraph. |
get_Rectangle() const | Gets rectangle of the paragraph. |
get_Rotation() const | Gets rotation angle in degrees. |
get_SubsequentLinesIndent() const | Gets subsequent lines indent value. If set to a non-zero value, it has an advantage over the FormattingOptions.SubsequentLinesIndent value. |
get_TextRectangle() | Gets rectangle of the text placed to the paragraph. |
get_VerticalAlignment() const | Gets vertical alignment for the text inside paragrph’s Rectangle. |
set_FirstLineIndent(float) | Sets subsequent lines indent value. If set to a non-zero value, it has an advantage over the FormattingOptions.SubsequentLinesIndent value. |
set_FormattingOptions(System::SharedPtr<TextFormattingOptions>) | Sets formatting options. |
set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment) | Sets horizontal alignment for the text inside paragrph’s Rectangle. |
set_Justify(bool) | Sets value whether text is justified. |
set_Margin(System::SharedPtr<MarginInfo>) | Sets the padding. |
set_Position(System::SharedPtr<Aspose::Pdf::Text::Position>) | Sets position of the paragraph. |
set_Rectangle(System::SharedPtr<Aspose::Pdf::Rectangle>) | Sets rectangle of the paragraph. |
set_Rotation(double) | Sets rotation angle in degrees. |
set_SubsequentLinesIndent(float) | Sets subsequent lines indent value. If set to a non-zero value, it has an advantage over the FormattingOptions.SubsequentLinesIndent value. |
set_VerticalAlignment(Aspose::Pdf::VerticalAlignment) | Sets vertical alignment for the text inside paragrph’s Rectangle. |
TextParagraph() | Creates TextParagraph object. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++