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 | Method and Description |
---|---|
TextEditOptions |
TextSegment.getTextEditOptions()
Gets or sets text edit options.
|
TextEditOptions |
TextFragmentAbsorber.getTextEditOptions()
Gets text edit options.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSegment.setTextEditOptions(TextEditOptions value) |
void |
TextFragmentAbsorber.setTextEditOptions(TextEditOptions value)
Sets text edit options.
|
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 © 2018 Aspose. All Rights Reserved.