Package | Description |
---|---|
com.groupdocs.watermark |
The package provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.contents |
The package provides classes for working with documents of any supported types.
|
Modifier and Type | Method and Description |
---|---|
<T extends Content> |
Watermarker.getContent(Class<T> contentType)
Returns the
object for the loaded document. |
Modifier and Type | Class and Description |
---|---|
class |
DiagramContent
Represents a Visio document.
|
class |
EmailContent
Represents an email message.
|
class |
GifImageContent
Represents a gif image where a watermark can be placed.
|
class |
ImageContent
Represents an image where a watermark can be placed.
|
class |
MultiframeImageContent
Represents a multiframe image where a watermark can be placed.
|
class |
PdfContent
Represents a pdf document where a watermark can be placed.
|
class |
PresentationContent
Represents a PowerPoint document where a watermark can be placed.
|
class |
SpreadsheetContent
Represents an Excel document where a watermark can be placed.
|
class |
TiffImageContent
Represents a tiff image where a watermark can be placed.
|
class |
WordProcessingContent
Class representing Word document (doc, docx etc) where watermark should be placed.
|