Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades |
Modifier and Type | Method and Description |
---|---|
TextEditOptions |
TextFragmentAbsorber.getTextEditOptions()
Gets text edit options.
|
TextEditOptions |
TextSegment.getTextEditOptions()
Gets or sets text edit options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFragmentAbsorber.setTextEditOptions(TextEditOptions value)
Sets text edit options.
|
void |
TextSegment.setTextEditOptions(TextEditOptions value) |
Constructor and Description |
---|
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.
|
Copyright © 2014 Aspose. All Rights Reserved.