| Package | Description |
|---|---|
| com.groupdocs.annotation |
The namespace provides classes
to annotate documents for all popular document formats.
|
| Constructor and Description |
|---|
Annotator(InputStream inputStream,
LoadOptions loadOptions)
Initialise annotator class which accept document stream
|
Annotator(InputStream inputStream,
LoadOptions loadOptions,
AnnotatorSettings settings)
Initialise annotator class which accept inputStream stream
|
Annotator(String filePath,
LoadOptions loadOptions)
Initialise annotator class which accept document path
|
Annotator(String filePath,
LoadOptions loadOptions,
AnnotatorSettings settings)
Initialise annotator class which accept document path
|
Copyright © 2024. All rights reserved.