| Package | Description |
|---|---|
| com.groupdocs.watermark | |
| com.groupdocs.watermark.common | |
| com.groupdocs.watermark.contents | |
| com.groupdocs.watermark.internal |
| Constructor and Description |
|---|
Watermarker(InputStream document,
LoadOptions options,
WatermarkerSettings settings)
Initializes a new instance of the
|
Watermarker(InputStream document,
WatermarkerSettings settings)
Initializes a new instance of the
class with the specified stream
and settings. |
Watermarker(com.aspose.ms.System.IO.Stream document,
LoadOptions options,
WatermarkerSettings settings) |
Watermarker(String filePath,
LoadOptions options,
WatermarkerSettings settings)
Initializes a new instance of the
class with the specified
document path, load options and settings. |
Watermarker(String filePath,
WatermarkerSettings settings)
Initializes a new instance of the
class with the specified
document path and settings. |
| Modifier and Type | Method and Description |
|---|---|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
Loads a content from the attached file with the specified load options and settings.
|
| Modifier and Type | Method and Description |
|---|---|
WatermarkerSettings |
Content.getWatermarkerSettings() |
WatermarkerSettings |
ContentPart.tryGetWatermarkerSettings() |
| Constructor and Description |
|---|
Content(StreamContainer stream,
IStrategyManager strategyManager,
LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings) |
DiagramContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
com.aspose.diagram.FileFormatInfo formatInfo,
DiagramLoadOptions diagramLoadOptions,
WatermarkerSettings watermarkerSettings) |
EmailContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
com.aspose.email.FileFormatInfo fileFormatInfo,
EmailLoadOptions emailLoadOptions,
WatermarkerSettings watermarkerSettings) |
GifImageContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
GifImageLoadOptions gifImageLoadOptions,
WatermarkerSettings watermarkerSettings) |
ImageContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
FileType fileType,
ImageLoadOptions imageLoadOptions,
WatermarkerSettings watermarkerSettings) |
PdfContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
PdfLoadOptions pdfLoadOptions,
WatermarkerSettings watermarkerSettings) |
PresentationContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
PresentationLoadOptions presentationLoadOptions,
com.aspose.slides.IPresentationInfo presentationInfo,
WatermarkerSettings watermarkerSettings) |
SpreadsheetContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
com.aspose.cells.FileFormatInfo fileFormatInfo,
SpreadsheetLoadOptions spreadsheetLoadOptions,
WatermarkerSettings watermarkerSettings) |
TiffImageContent(StreamContainer stream,
StrategyManager<Integer> strategyManager,
TiffImageLoadOptions tiffImageLoadOptions,
WatermarkerSettings watermarkerSettings) |
WordProcessingContent(StreamContainer stream,
IStrategyManager strategyManager,
com.aspose.words.FileFormatInfo fileFormatInfo,
WordProcessingLoadOptions wordProcessingLoadOptions,
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.
|
static com.aspose.words.Document |
AsposeWords.loadDocument(InputStream stream,
com.aspose.words.LoadOptions loadOptions,
WatermarkerSettings settings) |
static com.aspose.words.Document |
AsposeWords.loadDocument(InputStream stream,
WatermarkerSettings settings) |
static com.aspose.words.Document |
AsposeWords.loadDocument(String filePath,
com.aspose.words.LoadOptions loadOptions,
WatermarkerSettings settings) |
static com.aspose.words.Document |
AsposeWords.loadDocument(String filePath,
WatermarkerSettings settings) |
static com.aspose.cells.Workbook |
AsposeCells.loadWorkbook(InputStream stream,
com.aspose.cells.LoadOptions loadOptions,
WatermarkerSettings settings) |
static com.aspose.cells.Workbook |
AsposeCells.loadWorkbook(InputStream stream,
WatermarkerSettings settings) |
static com.aspose.cells.Workbook |
AsposeCells.loadWorkbook(String filePath,
com.aspose.cells.LoadOptions loadOptions,
WatermarkerSettings settings) |
static com.aspose.cells.Workbook |
AsposeCells.loadWorkbook(String filePath,
WatermarkerSettings settings) |
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. |
Copyright © 2026. All rights reserved.