com.aspose.note
namespace contains classes which represent document structure.See: Description
Interface | Description |
---|---|
ICompositeNode |
The interface for nodes that can contain other nodes.
|
ICssSavingCallback |
Implement this interface if you want to control how Aspose.Note saves CSS (Cascading Style Sheet) when saving a document to HTML.
|
IFontSavingCallback |
Implement this interface if you want to control how Aspose.Note saves fonts when saving a document to HTML.
|
IImageSavingCallback |
Implement this interface if you want to control how Aspose.Note saves images when saving a document to HTML.
|
INode |
The interface for all nodes of an Aspose.Note document.
|
INotebookChildNode |
Represents an Aspose.Note notebook's child.
|
IOutlineChildNode |
The interface for all child nodes of an outline node.
|
IOutlineElementChildNode |
The interface for all child nodes of an outline element node.
|
IPageChildNode |
The interface for all child nodes of a page node.
|
IPageSavingCallback |
Implement this interface if you want to control how Aspose.Note saves separate pages.
|
Class | Description |
---|---|
AlwaysSplitObjectsAlgorithm |
Splits an object into several parts in case it doesn't fit in original page.
|
AttachedFile |
Represents an attached file.
|
CompositeNode<T extends INode> |
The base generic class for nodes that can contain other nodes.
|
CompositeNodeBase |
The non-generic class for nodes that can contain other nodes.
|
CssSavingArgs |
Provides data for CssSaving event.
|
DisplayUnitsConverter |
The class contains the methods for converting values.
|
Document |
Represents an Aspose.Note document.
|
DocumentPrintAttributeSet |
Represents helper class with user-friednly interface to with AttributeSet.
|
DocumentVisitor |
The abstract class for iterating through subtree with root at the specified node.
|
FileFormat |
Represents OneNote file format.
|
FontSavingArgs |
Provides data for FontSaving event.
|
HtmlSaveOptions |
Allows to specify additional options when saving document to HTML format.
|
Image |
Represents an Image.
|
ImageSaveOptions |
Allows to specify additional options when rendering document pages to images.
|
ImageSavingArgs |
Provides data for ImageSaving event.
|
KeepPartAndCloneSolidObjectToNextPageAlgorithm |
Adds object's top part to the bottom of the page and clones full object to the next page in case it doesn't fit in original page.
|
KeepSolidObjectsAlgorithm |
Shifts full object to the next page in case it doesn't fit in original page.
|
License |
Provides methods to license the component.
|
LoadOptions |
Options used to load a document.
|
LocaleOptions |
LocaleOptions type specifies locale configuration for Aspose.Note.
|
Margins |
Specifies the dimensions of the margins of a node.
|
Node |
The base class for all nodes of an Aspose.Note document.
|
NodeType |
Specifies the type of the node.
|
Notebook |
Represents an Aspose.Note notebook.
|
NotebookImageSaveOptions |
Allows to specify additional options when rendering notebook pages to images.
|
NotebookLoadOptions |
Options used to load a notebook.
|
NotebookOneSaveOptions |
Allows to specify additional options when saving notebook to OneNote format.
|
NotebookPdfSaveOptions |
Allows to specify additional options when rendering notebook pages to PDF.
|
NotebookSaveOptions |
An abstract base class which represents notebook saving options for a particular format.
|
NotebookSaveOptionsGeneric<TDocumentSaveOptions extends SaveOptions> |
An abstract base class which represents notebook saving options for a particular format
and provides common saving options for all document child nodes.
|
NoteTag |
Specifies the note tag.
|
NoteTagCore |
The base class for note tag and note task.
|
NoteTask |
Specifies the note task.
|
NumberFormat |
Specifies the numbering format that can be used for a group of automatically numbered objects.
|
NumberList |
Represents the numbered or bulleted list.
|
OneSaveOptions |
Allows to specify additional options when saving document to OneNote format.
|
Outline |
Represents a Outline.
|
OutlineElement |
Represents a OutlineElement.
|
OutlineGroup |
Represents a OutlineGroup.
|
Page |
Represents a page.
|
PageHistory |
Represents the page history.
|
PageSavingArgs |
Provides data for PageSaving event.
|
PageSizeType |
Specifies the size of the page node type.
|
PageSplittingAlgorithm |
Base class for splitting an object in case it doesn't fit in original page.
|
PdfImageCompression |
Specifies the type of compression applied to images in the PDF file.
|
PdfSaveOptions |
Allows to specify additional options when rendering document pages to PDF.
|
PrintOptions |
Options used to print a document.
|
ResourceExportType | |
ResourceSavingArgs |
Provides data for ResourceSaving event.
|
RevisionSummary |
Represents a summary for node's revision.
|
RichText |
Represents a rich text.
|
SaveFormat |
Indicates the format in which the document is saved.
|
SaveOptions |
An abstract base class which represents document saving options for a particular format.
|
Table |
Represents a table.
|
TableCell |
Represents a table cell.
|
TableColumn |
Represents a table column.
|
TableRow |
Represents a table row.
|
TagStatus |
Specifies the status of the note tag node.
|
TaskType |
Specifies the type of the note task node.
|
TextStyle |
Specifies the text style.
|
Title |
Represents a title.
|
The com.aspose.note
namespace contains classes which represent document structure.