Package | Description |
---|---|
com.groupdocs.watermark |
The package provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.common |
The package provides helper classes.
|
com.groupdocs.watermark.options |
The package provides classes to specify additional options when working with documents and watermarks.
|
Constructor and Description |
---|
Watermarker(InputStream document,
LoadOptions options)
Initializes a new instance of the
class with the specified stream
and load options. |
Watermarker(InputStream document,
LoadOptions options,
WatermarkerSettings settings)
Initializes a new instance of the
|
Watermarker(String filePath,
LoadOptions options)
Initializes a new instance of the
class with the specified
document path and load options. |
Watermarker(String filePath,
LoadOptions options,
WatermarkerSettings settings)
Initializes a new instance of the
class with the specified
document path, load options and settings. |
Modifier and Type | Method and Description |
---|---|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions)
Loads a content from the attached file with the specified load options.
|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
Loads a content from the attached file with the specified load options and settings.
|
Modifier and Type | Class and Description |
---|---|
class |
DiagramLoadOptions
Represents document loading options for a Visio document.
|
class |
EmailLoadOptions
Represents the document loading options for an email message.
|
class |
GifImageLoadOptions
Represents image loading options for a GIF image.
|
class |
ImageLoadOptions
Represents image loading options when loading an image.
|
class |
MultiframeImageLoadOptions
Represents image loading options when loading a multiframe image.
|
class |
OoxmlLoadOptions
Represents document loading options for a OOXML document.
|
class |
PdfLoadOptions
Represents document loading options for a pdf document.
|
class |
PresentationLoadOptions
Represents document loading options for a Presentation document.
|
class |
SpreadsheetLoadOptions
Represents document loading options for a Spreadsheet document.
|
class |
TiffImageLoadOptions
Represents image loading options for a TIFF image.
|
class |
WordProcessingLoadOptions
Represents document loading options for a Word document.
|