Package | Description |
---|---|
com.aspose.pdf |
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 |
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
|
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 © 2014 Aspose. All Rights Reserved.