com.aspose.note
namespace contains classes which represent document structure.See: Description
Interface | Description |
---|---|
ICompositeNode |
The interface for nodes that can contain other nodes.
|
ICompositeNodeT<T extends INode> |
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.
|
IIndentatedNode |
The interface for nodes with relative indentation for child nodes.
|
INode |
The interface for all nodes of an Aspose.Note document.
|
INotebookChildNode |
Represents an Aspose.Note notebook's child.
|
INoteTag |
The interface for note tags(i.e.
|
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.
|
ITag |
The interface for tags of all kinds.
|
ITaggable |
The interface for nodes that can be marked by tags.
|
Class | Description |
---|---|
AlwaysSplitObjectsAlgorithm |
Splits an object into several parts in case it doesn't fit in original page.
|
AttachedFile |
Represents an attached file.
|
CheckBox |
The base class for tags that can toggle their state between complete and incomplete.
|
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.
|
ExtendedApsDocument |
Represents a full one-note document, consisted from Pages translated into page sets.
|
ExtendedApsGlyphs |
Represents wrapper for standard ApsGlyphs, which extends some of the drawing behavior.
|
ExtendedApsImage |
Represents a wrapper for the standard ApsImage, which extends some of the drawing behavior.
|
ExtendedApsNode |
Represents wrapper for a standard ApsNode, which extends some of the drawing behavior.
|
ExtendedApsPage |
Represents a wrapper for the standard ApsGlyphs, which extends some of the drawing behavior.
|
ExtendedApsPath |
Represents a wrapper for the standard ApsPath, which extends some of the drawing behavior.
|
ExtendedCompositeNode |
Combines several
IExtendedApsNode instances. |
FileFormat |
Represents OneNote file format.
|
FontSavingArgs |
Provides data for FontSaving event.
|
Image |
Represents an Image.
|
ImageSavingArgs |
Provides data for ImageSaving event.
|
IndentatedNode<T extends INode,Self extends IndentatedNode<T,Self>> |
The base class for nodes with relative indentation for child nodes.
|
InkDrawing |
Represents a ink node containing any drawn content.
|
InkNode |
Represents a common interface for all ink nodes.
|
InkParagraph |
Represents a ink node containing handwritten text with additional properties like slanted writing.
|
InkWord |
Represents a ink node containing handwritten text.
|
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.
|
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.
|
Metered |
Provides methods to set metered key.
|
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.
|
NotebookLoadOptions |
Options used to load a notebook.
|
NoteCheckBox |
Represents a note tag that can toggle their state between complete and incomplete.
|
NoteTag |
Represents a note tag.
|
NoteTask |
Represents a 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.
|
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.
|
PageSettings |
Represents the layout settings for a page.
|
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.
|
ParagraphStyle |
Text style settings to be used if there is no matching TextStyle object in
RichText.getStyles() collection either this object doesn't specify a needed setting. |
PdfImageCompression |
Specifies the type of compression applied to images in the PDF file.
|
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.
|
SaveFormatConverter |
The save format converter.
|
Style<T extends Style> |
This class contains common properties of
ParagraphStyle and TextStyle classes. |
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.
|
TextRun |
The class representing a piece of text with associated style.
|
TextStyle |
Specifies the text style.
|
TiffCompression |
Specifies what type of compression to use when saving a document to the TIFF format.
|
Title |
Represents a title.
|
The com.aspose.note
namespace contains classes which represent document structure.