| Package | Description |
|---|---|
| com.groupdocs.watermark | |
| com.groupdocs.watermark.common | |
| com.groupdocs.watermark.contents | |
| com.groupdocs.watermark.internal | |
| com.groupdocs.watermark.options |
| 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(com.aspose.ms.System.IO.Stream document,
LoadOptions options,
WatermarkerSettings settings) |
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.
|
| Constructor and Description |
|---|
Content(StreamContainer stream,
IStrategyManager strategyManager,
LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings) |
| Modifier and Type | Method and Description |
|---|---|
protected GifImageLoadOptions |
GifImageContentDescriptor.checkLoadOptions(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
PresentationLoadOptions |
PresentationContentDescriptor.checkLoadOptions(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
SpreadsheetLoadOptions |
SpreadsheetContentDescriptor.checkLoadOptions(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
protected TiffImageLoadOptions |
TiffImageContentDescriptor.checkLoadOptions(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
WordProcessingLoadOptions |
WordProcessingContentDescriptor.checkLoadOptions(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
Content |
ContentDescriptor.createInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of the content.
|
Content |
IContentDescriptor.createInstance(LoadOptions options,
WatermarkerSettings settings)
Creates an instance of content.
|
Content |
OoxmlContentDescriptor.createInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of the content.
|
<TDocument extends Content> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified stream.
|
<TDocument extends Content> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified stream.
|
<TDocument extends Content> |
DocumentFactory.load(Class<TDocument> documentType,
com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions,
WatermarkerSettings settings) |
<TDocument extends Content> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified file.
|
<TDocument extends Content> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified file.
|
Content |
DocumentFactory.load(InputStream stream,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified stream.
|
Content |
IDocumentFactory.load(InputStream stream,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified stream.
|
Content |
DocumentFactory.load(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions,
WatermarkerSettings settings) |
Content |
DocumentFactory.load(String filePath,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified file.
|
Content |
IDocumentFactory.load(String filePath,
LoadOptions loadOptions,
WatermarkerSettings settings)
Loads a new content from the specified file.
|
protected abstract TDocument |
ContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of content.
|
protected DiagramContent |
DiagramContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
protected EmailContent |
EmailContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings) |
protected GifImageContent |
GifImageContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
GifImageContent with default parameters. |
protected ImageContent |
ImageContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
ImageContent with default parameters. |
protected PdfContent |
PdfContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
PdfContent with default parameters. |
protected PresentationContent |
PresentationContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
PresentationContent with default parameters. |
protected SpreadsheetContent |
SpreadsheetContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
SpreadsheetContent with default parameters. |
protected TiffImageContent |
TiffImageContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
TiffImageContent with default parameters. |
protected WordProcessingContent |
WordProcessingContentDescriptor.performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of
WordProcessingContent with default parameters. |
| 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.
|
Copyright © 2026. All rights reserved.