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. |
com.aspose.pdf.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
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 caption.
|
TextFragment |
Image.getTitle()
Gets a string value that indicates the title of the image.
|
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
|
static void |
InternalHelper.serialize(TextFragment bInfo,
com.aspose.ms.System.Xml.XmlTextWriter writer) |
void |
RadioButtonOptionField.setCaption(TextFragment value)
Sets caption.
|
void |
Image.setTitle(TextFragment value)
Sets a string value that indicates the title of the image.
|
void |
TocInfo.setTitle(TextFragment value)
Set table of contents title.
|
Constructor and Description |
---|
TextFragmentState(TextFragment fragment)
Initializes new instance of the
TextFragmentState object with specified
TextFragment object. |
Modifier and Type | Method and Description |
---|---|
TextFragment |
Graph.getTitle()
Gets string value that indicates the title of the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setTitle(TextFragment value)
Sets string value that indicates the title of the graph.
|
Copyright © 2016 Aspose. All Rights Reserved.