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. |
Modifier and Type | Method and Description |
---|---|
TextEditOptions |
TextFragmentAbsorber.getTextEditOptions()
Gets text edit options.
|
TextEditOptions |
TextSegment.getTextEditOptions()
Gets text edit options.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
InternalHelper.isMassOperation(TextEditOptions editOptions) |
void |
TextFragmentAbsorber.setTextEditOptions(TextEditOptions value)
Sets text edit options.
|
void |
TextSegment.setTextEditOptions(TextEditOptions value)
Sets text edit options.
|
Constructor and Description |
---|
TextFragmentAbsorber(Pattern regex,
TextEditOptions textEditOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text phrase and text edit options. |
TextFragmentAbsorber(String phrase,
TextEditOptions textEditOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text
phrase and text edit options. |
TextFragmentAbsorber(String phrase,
TextSearchOptions textSearchOptions,
TextEditOptions textEditOptions)
Initializes a new instance of the
TextFragmentAbsorber class for the specified text
phrase, text search options and text edit options. |
TextFragmentAbsorber(TextEditOptions textEditOptions)
Initializes a new instance of the
TextFragmentAbsorber with text edit options, that
performs search of all text segments of the document or page. |
Modifier and Type | Method and Description |
---|---|
TextEditOptions |
PdfContentEditor.getTextEditOptions()
Gets text edit options.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentEditor.setTextEditOptions(TextEditOptions value)
Sets text edit options.
|