Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
static boolean |
Document.isEncrypted(InputStream stream,
LoadOptions options,
Document[] document)
Checks whether a document from a stream is encrypted.
|
static boolean |
Document.isEncrypted(String filePath,
LoadOptions options,
Document[] document)
Checks whether a document from a file is encrypted.
|
void |
Notebook.loadChildDocument(InputStream stream,
LoadOptions loadOptions)
Adds a child document node.
|
void |
Notebook.loadChildDocument(String filePath,
LoadOptions loadOptions)
Adds a child document node.
|
Constructor and Description |
---|
Document(InputStream inStream,
LoadOptions loadOptions)
Initializes a new instance of the
Document class. |
Document(String filePath,
LoadOptions loadOptions)
Initializes a new instance of the
Document class. |
Copyright (c) 2002-2022 Aspose. All Rights Reserved.