| Package | Description |
|---|---|
| com.groupdocs.watermark | |
| com.groupdocs.watermark.contents | |
| com.groupdocs.watermark.options |
| Modifier and Type | Method and Description |
|---|---|
void |
Watermarker.save(OutputStream document,
SaveOptions options)
Saves the document to the specified stream using save options.
|
void |
Watermarker.save(String filePath,
SaveOptions options)
Saves the document to the specified file location using save options.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Content.performSave(OutputStream stream,
SaveOptions saveOptions) |
void |
DiagramContent.performSave(OutputStream stream,
SaveOptions saveOptions) |
void |
EmailContent.performSave(OutputStream stream,
SaveOptions saveOptions) |
void |
ImageContent.performSave(OutputStream stream,
SaveOptions saveOptions)
Saves the content to the specified stream.
|
void |
PdfContent.performSave(OutputStream stream,
SaveOptions saveOptions)
Saves the document data to the specified stream.
|
void |
PresentationContent.performSave(OutputStream stream,
SaveOptions saveOptions) |
void |
SpreadsheetContent.performSave(OutputStream stream,
SaveOptions saveOptions) |
void |
WordProcessingContent.performSave(OutputStream stream,
SaveOptions saveOptions) |
abstract void |
Content.performSave(String filePath,
SaveOptions saveOptions) |
void |
DiagramContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
EmailContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
ImageContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
PdfContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
PresentationContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
SpreadsheetContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
WordProcessingContent.performSave(String filePath,
SaveOptions saveOptions) |
void |
Content.save(OutputStream stream,
SaveOptions saveOptions) |
void |
Content.save(String filePath,
SaveOptions saveOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagramSaveOptions
Represents document saving options when saving a Visio document.
|
class |
EmailSaveOptions
Represents the document saving options when saving an email message.
|
class |
GifImageSaveOptions
Represents image saving options when saving a GIF image.
|
class |
ImageSaveOptions
Represents image saving options when saving an image.
|
class |
PdfSaveOptions
Represents document saving options when saving a pdf document.
|
class |
PresentationSaveOptions
Represents document saving options when saving a Presentation document.
|
class |
SpreadsheetSaveOptions
Represents document saving options when saving a Spreadsheet document.
|
class |
TiffImageSaveOptions
Represents image saving options when saving a TIFF image.
|
class |
WordProcessingSaveOptions
Represents document saving options when saving a Word document.
|
Copyright © 2026. All rights reserved.