Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Method and Description |
---|---|
Document |
Node.getDocument()
Gets the document of the node.
|
Document |
ResourceSavingArgs.getDocument()
Gets the saving document.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Document.isEncrypted(InputStream stream,
Document[] document)
Checks whether a document from a stream is encrypted.
|
static boolean |
Document.isEncrypted(InputStream stream,
LoadOptions options,
Document[] document)
Checks whether a document from a stream is encrypted.
|
static boolean |
Document.isEncrypted(InputStream stream,
String password,
Document[] document)
Checks whether a document from a stream is encrypted.
|
static boolean |
Document.isEncrypted(String filePath,
Document[] document)
Checks whether a document from a file is encrypted.
|
static boolean |
Document.isEncrypted(String filePath,
LoadOptions options,
Document[] document)
Checks whether a document from a file is encrypted.
|
static boolean |
Document.isEncrypted(String filePath,
String password,
Document[] document)
Checks whether a document from a file is encrypted.
|
void |
DocumentVisitor.visitDocumentEnd(Document document)
End to visit the
Document node. |
void |
DocumentVisitor.visitDocumentStart(Document document)
Start to visit the
Document node. |
Constructor and Description |
---|
AttachedFile(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
AttachedFile(Document document,
String path)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
AttachedFile(Document document,
String fileName,
InputStream attachedFileStream)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
AttachedFile(Document document,
String path,
InputStream icon,
com.aspose.ms.System.Drawing.Imaging.ImageFormat iconFormat)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
AttachedFile(Document document,
String fileName,
InputStream attachedFileStream,
InputStream icon,
com.aspose.ms.System.Drawing.Imaging.ImageFormat iconFormat)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Image(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Image(Document document,
String path)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Image(Document document,
String fileName,
InputStream imageStream)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Outline(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
OutlineElement(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
OutlineGroup(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Page(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
RichText(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Table(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
TableCell(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
TableRow(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|
Title(Document document)
Deprecated.
Obsolete since 22.1 release. Use other constructors instead.
|