Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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.
|
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.bls </b> is a namespace for PDF Logical Structure classes. |
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 caption.
|
TextFragment |
Image.getTitle()
Gets a string value that indicates the title of the image.
|
TextFragment |
TocInfo.getTitle()
Gets table of contents title.
|
Modifier and Type | Method and Description |
---|---|
List<TextFragment> |
MarkupParagraph.getFragments()
Collection of not empty
TextFragment objects of the paragraph. |
List<TextFragment> |
MarkupSection.getFragments()
Collection of not empty
TextFragment objects that are inside the section. |
List<com.aspose.ms.System.Collections.Generic.List<TextFragment>> |
MarkupParagraph.getLines()
Lines of paragraph.
|
List<TextFragment> |
PageMarkup.getTextFragments()
Gets collection of
TextFragment that was found on the page. |
Iterator<TextFragment> |
TextFragmentCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFragmentCollection.add(TextFragment fragment)
Adds the text fragment element at the specified index.
|
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.
|
boolean |
TextFragmentCollection.contains(TextFragment item)
Determines whether the collection contains a specific value.
|
void |
TextFragmentCollection.copyTo(TextFragment[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
static TextParagraph |
InternalHelper.PageGenerator_getTextParagraph(TextFragment fragment,
Rectangle rect,
Page page,
boolean isHorizontalAlignmentSet,
int alignment,
int verticalAlignment,
boolean isWordWrapped) |
boolean |
TextFragmentCollection.remove(TextFragment item)
Deletes specified item from collection.
|
static void |
InternalHelper.serialize(TextFragment bInfo,
com.aspose.ms.System.Xml.XmlTextWriter writer) |
void |
Table.setBreakText(TextFragment value)
Sets break text for table
|
void |
RadioButtonOptionField.setCaption(TextFragment value)
Sets caption.
|
abstract void |
InternalHelper.InternalLogic.TestHelper.setMarkedContentProperties(TextFragment tf1,
String name,
int id) |
void |
InternalHelper.InternalLogic.ForbidenFunctionalityForReleasedProduct.setMarkedContentProperties(TextFragment tf1,
String name,
int id) |
void |
InternalHelper.InternalLogic.TestUnitFunctional.setMarkedContentProperties(TextFragment tf1,
String name,
int id) |
void |
Image.setTitle(TextFragment value)
Sets a string value that indicates the title of the image.
|
void |
TocInfo.setTitle(TextFragment value)
Sets table of contents title.
|
static void |
InternalHelper.TextFragment_setMarkedContentProperties(TextFragment fragment,
String tag,
int mcid) |
Constructor and Description |
---|
TextFragmentState(TextFragment fragment)
Initializes new instance of the
TextFragmentState object with specified
TextFragment object. |
Modifier and Type | Method and Description |
---|---|
TextFragment |
Shape.getText()
Gets or sets a text for shape
|
TextFragment |
Graph.getTitle()
Gets string value that indicates the title of the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setText(TextFragment value)
Gets or sets a text for shape
|
void |
Graph.setTitle(TextFragment value)
Sets string value that indicates the title of the graph.
|
Modifier and Type | Method and Description |
---|---|
TextFragment |
BLSTextElement.getTextFragment() |