TextParagraph.AppendLine
Contents
[
Hide
]AppendLine(string)
Appends text line
public void AppendLine(string line)
Parameter | Type | Description |
---|---|---|
line | String | The new line’s text. |
See Also
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(string, float)
Appends text line.
public void AppendLine(string line, float lineSpacing)
Parameter | Type | Description |
---|---|---|
line | String | The new line’s text. |
lineSpacing | Single | Additional spacing (0.0 is default and corresponds to default text line height). The spacing value is added to default line spacing for the particular line, so you may specify 12.0 to get empty row AFTER a text line drawn with 12pt font. |
See Also
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(string, TextState)
Appends text line with text state parameters.
public void AppendLine(string line, TextState textState)
Parameter | Type | Description |
---|---|---|
line | String | The new line’s text. |
textState | TextState | Text state of the new line. |
See Also
- class TextState
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(string, TextState, float)
Appends text line with text state parameters
public void AppendLine(string line, TextState textState, float lineSpacing)
Parameter | Type | Description |
---|---|---|
line | String | The new line’s text. |
textState | TextState | Text state of the new line. |
lineSpacing | Single | Additional spacing (0.0 is default and corresponds to default text line height). The spacing value is added to default line spacing for the particular line, so you may specify 12.0 to get empty row AFTER a text line drawn with 12pt font. |
See Also
- class TextState
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(TextFragment)
Appends text line with text state parameters.
public void AppendLine(TextFragment line)
Parameter | Type | Description |
---|---|---|
line | TextFragment | The new line’s text. |
See Also
- class TextFragment
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(TextFragment, TextState)
Appends text line with text state parameters.
public void AppendLine(TextFragment line, TextState textState)
Parameter | Type | Description |
---|---|---|
line | TextFragment | The new line’s text. |
textState | TextState | Text state of the new line. |
See Also
- class TextFragment
- class TextState
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
AppendLine(TextFragment, TextState, float)
Appends text line with text state parameters
public void AppendLine(TextFragment line, TextState textState, float lineSpacing)
Parameter | Type | Description |
---|---|---|
line | TextFragment | The new line’s text. |
textState | TextState | Text state of the new line. |
lineSpacing | Single | Additional spacing (0.0 is default and corresponds to default text line height). The spacing value is added to default line spacing for the particular line, so you may specify 12.0 to get empty row AFTER a text line drawn with 12pt font. |
See Also
- class TextFragment
- class TextState
- class TextParagraph
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF