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.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Class and Description |
---|---|
class |
TextFragmentState
Represents a text state of a text fragment.
|
Modifier and Type | Method and Description |
---|---|
TextState |
Table.getDefaultCellTextState()
Gets the default cell text state.
|
TextState |
Row.getDefaultCellTextState()
Gets or sets default text state for row cells
Gets default text state for row cells
|
TextState |
Cell.getDefaultCellTextState()
Gets the default cell text state.
|
TextState |
PageInfo.getDefaultTextState()
Gets default font.
|
TextState |
Table.getRepeatingRowsStyle()
Gets the style for repeating rows
|
TextState |
TextStamp.getTextState()
Gets text properties of the stamp.
|
TextState |
TextSegment.getTextState()
Gets or sets text state for the text that
TextSegment object represents. |
TextState |
LevelFormat.getTextState()
Gets or sets a list level text state
|
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 |
TextState.applyChangesFrom(TextState textState)
Applies settings from another textState
|
void |
TextFragmentState.applyChangesFrom(TextState textState)
Applies settings from another textState
|
void |
TextFragmentState.applyChangesFrom(TextState textState,
boolean groupChangesOnly)
Applies settings from another textState
|
static float |
InternalHelper.getCharacterSpacing(TextState value) |
static double |
InternalHelper.getfontSize(TextState textState) |
static Matrix |
InternalHelper.getTextMatrix(TextState value) |
void |
Table.setColumnTextState(int colNumber,
TextState textState)
Set height.
|
void |
Table.setDefaultCellTextState(TextState value)
Sets the default cell text state.
|
void |
Row.setDefaultCellTextState(TextState value)
Sets default text state for row cells
|
void |
Cell.setDefaultCellTextState(TextState value)
Sets the default cell text state.
|
void |
PageInfo.setDefaultTextState(TextState value)
Sets default font.
|
void |
Table.setRepeatingRowsStyle(TextState value)
Sets the style for repeating rows
|
static void |
InternalHelper.setTextMatrix(TextState value,
Matrix m) |
void |
TextSegment.setTextState(TextState value) |
void |
LevelFormat.setTextState(TextState value) |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2019 Aspose. All Rights Reserved.