Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
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 or sets the default cell text state.
|
TextState |
Row.getDefaultCellTextState()
Gets or sets default text state for row cells
|
TextState |
Table.getDefaultCellTextState()
Gets or sets the default cell text state.
|
TextState |
Table.getRepeatingRowsStyle()
Gets the style for repeating rows
|
TextState |
LevelFormat.getTextState()
Gets or sets a list level 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
|
void |
TextFragmentState.applyChangesFrom(TextState textState,
boolean groupChangesOnly)
Applies settings from another textState
|
void |
Table.setColumnTextState(int colNumber,
TextState textState)
Set height.
|
void |
Cell.setDefaultCellTextState(TextState value)
Gets or sets the default cell text state.
|
void |
Row.setDefaultCellTextState(TextState value) |
void |
Table.setDefaultCellTextState(TextState value) |
void |
Table.setRepeatingRowsStyle(TextState value) |
void |
LevelFormat.setTextState(TextState value) |
void |
TextSegment.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 © 2014 Aspose. All Rights Reserved.