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.
|
com.groupdocs.watermark.options |
The namespace provides classes to specify additional options when working with documents and watermarks.
|
Constructor and Description |
---|
Watermarker(InputStream document,
LoadOptions options)
Creates a new Watermarker class for a document from the specified stream.
|
Watermarker(InputStream document,
LoadOptions options,
WatermarkerSettings settings)
Creates a new Watermarker class for a document from the specified stream.
|
Watermarker(String filePath,
LoadOptions options)
Creates a new Watermarker class for a document from the specified file.
|
Watermarker(String filePath,
LoadOptions options,
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)
Loads a content from the attached file.
|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
Loads a content from the attached file.
|
Modifier and Type | Class and Description |
---|---|
class |
DiagramLoadOptions
Represents document loading options for a Visio document.
|
class |
EmailLoadOptions
Represents 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.
|
Copyright © 2020. All rights reserved.