Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Class and Description |
---|---|
class |
Heading
Represents heading.
|
Modifier and Type | Method and Description |
---|---|
TextFragment |
TextFragmentCollection.get_Item(int index)
Gets the text fragment element at the specified index.
|
TextFragment |
Table.getBreakText()
Gets break text for table
|
TextFragment |
RadioButtonOptionField.getCaption()
Gets or sets caption.
|
TextFragment |
TocInfo.getTitle()
Get table of contents title.
|
Modifier and Type | Method and Description |
---|---|
void |
TextParagraph.appendLine(TextFragment line)
Appends text line with text state parameters.
|
void |
TextParagraph.appendLine(TextFragment line,
TextState textState)
Appends text line with text state parameters.
|
void |
TextParagraph.appendLine(TextFragment line,
TextState textState,
float lineSpacing)
Appends text line with text state parameters
|
void |
TextBuilder.appendText(TextFragment textFragment)
Appends text fragment to Pdf page
The example demonstrates how to create text fragment object, customize it's text segments and append it to the Pdf page.
|
void |
Table.setBreakText(TextFragment value)
Sets break text for table
|
void |
RadioButtonOptionField.setCaption(TextFragment value) |
void |
TocInfo.setTitle(TextFragment value) |
Constructor and Description |
---|
TextFragmentState(TextFragment fragment)
Initializes new instance of the
TextFragmentState object with specified TextFragment object. |
Copyright © 2017 Aspose. All Rights Reserved.