Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The package provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsDocument
Deprecated.
|
class |
DiagramDocument
Deprecated.
|
class |
EmailDocument
Deprecated.
|
class |
GifImageDocument
Deprecated.
|
class |
ImageDocument
Deprecated.
|
class |
MultiframeImageDocument
Deprecated.
|
class |
PdfDocument
Deprecated.
|
class |
SlidesDocument
Deprecated.
|
class |
TiffImageDocument
Deprecated.
|
class |
WordsDocument
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
String filePath)
Deprecated.
Loads a new document from the specified file.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath)
Deprecated.
Loads a new document from the specified file.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath)
Deprecated.
Loads a new document from the specified file.
|
static <TDocument extends Document> |
Document.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
<TDocument extends Document> |
DocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
<TDocument extends Document> |
IDocumentFactory.load(Class<TDocument> documentType,
String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
<TDocument extends Document> |
Attachment.loadDocument(Class<TDocument> documentType)
Deprecated.
Loads a document from the attached file.
|
<TDocument extends Document> |
Attachment.loadDocument(Class<TDocument> documentType,
LoadOptions loadOptions)
Deprecated.
Loads a document from the attached file.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Document.load(InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
Document |
DocumentFactory.load(InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
Document |
IDocumentFactory.load(InputStream stream)
Deprecated.
Loads a new document from the specified stream.
|
static Document |
Document.load(InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
Document |
DocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
Document |
IDocumentFactory.load(InputStream stream,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified stream.
|
static Document |
Document.load(String filePath)
Deprecated.
Loads a new document from the specified file.
|
Document |
DocumentFactory.load(String filePath)
Deprecated.
Loads a new document from the specified file.
|
Document |
IDocumentFactory.load(String filePath)
Deprecated.
Loads a new document from the specified file.
|
static Document |
Document.load(String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
Document |
DocumentFactory.load(String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
Document |
IDocumentFactory.load(String filePath,
LoadOptions loadOptions)
Deprecated.
Loads a new document from the specified file.
|
Document |
Attachment.loadDocument()
Deprecated.
Loads a document from the attached file.
|
Document |
Attachment.loadDocument(LoadOptions loadOptions)
Deprecated.
Loads a document from the attached file.
|
Modifier and Type | Method and Description |
---|---|
void |
Attachment.updateDocument(Document updatedVersion)
Deprecated.
Updates the attached document.
|