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.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
com.aspose.pdf.tagged.logicalstructure.elements |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements </b> is a namespace for PDF Logical Structure classes. |
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 |
TextFragmentState
Represents a text state of a text fragment.
|
Modifier and Type | Method and Description |
---|---|
TextState |
Cell.getDefaultCellTextState()
Gets the default cell text state.
|
TextState |
Row.getDefaultCellTextState()
Gets or sets default text state for row getCells()
Gets default text state for row getCells()
|
TextState |
Table.getDefaultCellTextState()
Gets the default cell text state.
|
TextState |
PageInfo.getDefaultTextState()
Gets default font.
|
TextState |
Table.getRepeatingRowsStyle()
Gets the style for repeating rows
|
TextState |
HtmlFragment.getTextState()
Gets or sets font
|
TextState |
LevelFormat.getTextState()
Gets a list level text state
|
TextState |
Note.getTextState()
Gets or sets a note text state.
|
TextState |
TextSegment.getTextState()
Gets or sets text state for the text that
TextSegment object represents. |
TextState |
TextStamp.getTextState()
Gets text properties of the stamp.
|
Modifier and Type | Method and Description |
---|---|
Cell |
Cells.add(String text,
TextState ts)
Add cell to collection.
|
void |
TextParagraph.appendLine(String line,
TextState textState)
Appends text line with text state parameters.
|
void |
TextParagraph.appendLine(String line,
TextState textState,
float lineSpacing)
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 |
TextFragmentState.applyChangesFrom(TextState textState)
Applies settings from another textState
|
void |
TextState.applyChangesFrom(TextState textState)
Applies settings from another textState
Only those properties will be copied that were changed explicitly.
|
void |
TextFragmentState.applyChangesFrom(TextState textState,
boolean groupChangesOnly)
Applies settings from another textState
|
static double |
InternalHelper.getfontSize(TextState textState) |
static Matrix |
InternalHelper.getTextMatrix(TextState value) |
void |
Table.setColumnTextState(int colNumber,
TextState textState)
Set height.
|
void |
Cell.setDefaultCellTextState(TextState value)
Sets the default cell text state.
|
void |
Row.setDefaultCellTextState(TextState value)
Sets default text state for row getCells()
|
void |
Table.setDefaultCellTextState(TextState value)
Sets the default cell text state.
|
void |
PageInfo.setDefaultTextState(TextState value)
Sets default font.
|
void |
Artifact.setLinesAndState(String[] text,
TextState textState)
Set text and text properties of the artifact.
|
void |
Table.setRepeatingRowsStyle(TextState value)
Gets the style for repeating rows
|
void |
WatermarkAnnotation.setTextAndState(String[] text,
TextState textState)
Set text of the annotation.
|
void |
Artifact.setTextAndState(String text,
TextState textState)
Set text and text properties of the artifact.
|
static void |
InternalHelper.setTextMatrix(TextState value,
Matrix m) |
void |
HtmlFragment.setTextState(TextState value)
Gets or sets font
|
void |
LevelFormat.setTextState(TextState value)
Sets a list level text state
|
void |
Note.setTextState(TextState value)
Gets or sets a note text state.
|
void |
TextSegment.setTextState(TextState value)
Sets text state for the text that
TextSegment object represents. |
Constructor and Description |
---|
TextStamp(String value,
TextState textState)
Initializes a new instance of the
TextStamp class. |
Modifier and Type | Method and Description |
---|---|
void |
Stamp.bindTextState(TextState textState)
Sets text state of stamp text.
|
boolean |
PdfContentEditor.replaceText(String srcString,
int thePage,
String destString,
TextState textState)
Replaces text in the PDF file on the specified page.
|
boolean |
PdfContentEditor.replaceText(String srcString,
String destString,
TextState textState)
Replaces text in the PDF file using specified
TextState object. |
Modifier and Type | Method and Description |
---|---|
TextState |
StructureTextState.createTextState()
Create Text State
|
Modifier and Type | Method and Description |
---|---|
TextState |
TableCellElement.getDefaultCellTextState()
Gets or sets the default cell text state.
|
TextState |
TableElement.getDefaultCellTextState()
Gets or sets the default cell text state.
|
TextState |
TableTRElement.getDefaultCellTextState()
Gets or sets default text state for row cells
|
TextState |
TableElement.getRepeatingRowsStyle()
Gets the style for repeating rows.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellElement.setDefaultCellTextState(TextState value)
Gets or sets the default cell text state.
|
void |
TableElement.setDefaultCellTextState(TextState value)
Gets or sets the default cell text state.
|
void |
TableTRElement.setDefaultCellTextState(TextState value)
Gets or sets default text state for row cells
|
void |
TableElement.setRepeatingRowsStyle(TextState value)
Gets the style for repeating rows.
|