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,
String path)
Initializes a new instance of the
AttachedFile class. |
AttachedFile(Document document,
String fileName,
InputStream attachedFileStream)
Initializes a new instance of the
AttachedFile class. |
AttachedFile(Document document,
String path,
InputStream icon,
com.aspose.ms.System.Drawing.Imaging.ImageFormat iconFormat)
Initializes a new instance of the
AttachedFile class. |
AttachedFile(Document document,
String fileName,
InputStream attachedFileStream,
InputStream icon,
com.aspose.ms.System.Drawing.Imaging.ImageFormat iconFormat)
Initializes a new instance of the
AttachedFile class. |
Image(Document document,
String path)
Initializes a new instance of the
Image class. |
Image(Document document,
String fileName,
InputStream imageStream)
Initializes a new instance of the
Image class. |
Outline(Document document)
Initializes a new instance of the
Outline class. |
OutlineElement(Document document)
Initializes a new instance of the
OutlineElement class. |
OutlineGroup(Document document)
Initializes a new instance of the
OutlineGroup class. |
Page(Document document)
Initializes a new instance of the
Page class. |
RichText(Document document)
Initializes a new instance of the
RichText class. |
Table(Document document)
Initializes a new instance of the
Table class. |
TableCell(Document document)
Initializes a new instance of the
TableCell class. |
TableRow(Document document)
Initializes a new instance of the
TableRow class. |
Title(Document document)
Initializes a new instance of the
Title class. |
Copyright (c) 2002-2021 Aspose. All Rights Reserved.