Package | Description |
---|---|
com.groupdocs.watermark |
The namespace provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.common |
The namespace provides helper classes.
|
Constructor and Description |
---|
Watermarker(InputStream document,
LoadOptions options,
WatermarkerSettings settings)
Creates a new Watermarker class for a document from the specified stream.
|
Watermarker(InputStream document,
WatermarkerSettings settings)
Creates a new Watermarker class for a document from the specified stream.
|
Watermarker(String filePath,
LoadOptions options,
WatermarkerSettings settings)
Creates a new Watermarker class for a document from the specified file.
|
Watermarker(String filePath,
WatermarkerSettings settings)
Creates a new Watermarker class for a document from the specified file.
|
Modifier and Type | Method and Description |
---|---|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
Loads a content from the attached file.
|
Copyright © 2020. All rights reserved.