Package | Description |
---|---|
com.groupdocs.watermark |
The namespace provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.contents |
The namespace provides classes for working with documents of any supported types.
|
com.groupdocs.watermark.options |
The namespace provides classes to specify additional options when working with documents and watermarks.
|
Modifier and Type | Method and Description |
---|---|
void |
Watermarker.save(OutputStream document,
SaveOptions options)
Saves the document to the specified stream.
|
void |
Watermarker.save(String filePath,
SaveOptions options)
Saves the document to the specified file location.
|
Modifier and Type | Method and Description |
---|---|
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)
Saves the document data to the specified stream.
|
void |
SpreadsheetContent.performSave(OutputStream stream,
SaveOptions saveOptions)
Saves the document to the specified stream.
|
void |
WordProcessingContent.performSave(OutputStream stream,
SaveOptions saveOptions)
Saves the document data to the specified stream.
|
Modifier and Type | Class and Description |
---|---|
class |
DiagramSaveOptions
Represents document saving options when saving a Visio document.
|
class |
EmailSaveOptions
Represents 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 © 2020. All rights reserved.