Modifier and Type | Class and Description |
---|---|
class |
CellsDocument
Represents an Excel document where a watermark can be placed.
|
class |
DiagramDocument
Represents a Visio document where a watermark can be placed.
|
class |
EmailDocument
Represents an email message.
|
class |
GifImageDocument
Represents a gif image where a watermark can be placed.
|
class |
ImageDocument
Represents an image where a watermark can be placed.
|
class |
MultiframeImageDocument
Represents a multiframe image where a watermark can be placed.
|
class |
PdfDocument
Represents a pdf document where a watermark can be placed.
|
class |
SlidesDocument
Represents a PowerPoint document where a watermark can be placed.
|
class |
TiffImageDocument
Represents a tiff image where a watermark can be placed.
|
class |
WordsDocument
Class representing Word document (doc, docx etc) where watermark should be placed.
|
Modifier and Type | Method and Description |
---|---|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
InputStream stream)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream)
Loads a new document from the specified stream.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
String filePath)
Loads a new document from the specified file.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath)
Loads a new document from the specified file.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath)
Loads a new document from the specified file.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
<TDocument extends Document> |
Attachment.loadDocument(Class<TDocument> documentType)
Loads a document from the attached file.
|
<TDocument extends Document> |
Attachment.loadDocument(Class<TDocument> documentType,
LoadOptions loadOptions)
Loads a document from the attached file.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Document.load(InputStream stream)
Loads a new document from the specified stream.
|
Document |
DocumentFactory.load(InputStream stream)
Loads a new document from the specified stream.
|
Document |
IDocumentFactory.load(InputStream stream)
Loads a new document from the specified stream.
|
static Document |
Document.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
Document |
DocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
Document |
IDocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Loads a new document from the specified stream.
|
static Document |
Document.load(String filePath)
Loads a new document from the specified file.
|
Document |
DocumentFactory.load(String filePath)
Loads a new document from the specified file.
|
Document |
IDocumentFactory.load(String filePath)
Loads a new document from the specified file.
|
static Document |
Document.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
Document |
DocumentFactory.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
Document |
IDocumentFactory.load(String filePath,
LoadOptions loadOptions)
Loads a new document from the specified file.
|
Document |
Attachment.loadDocument()
Loads a document from the attached file.
|
Document |
Attachment.loadDocument(LoadOptions loadOptions)
Loads a document from the attached file.
|
Modifier and Type | Method and Description |
---|---|
void |
Attachment.updateDocument(Document updatedVersion)
Updates the attached document.
|
Copyright © 2018. All rights reserved.