com.aspose.note
Contents
[
Hide
]The com.aspose.note namespace contains classes which represent document structure.
Classes
Class | Description |
---|---|
AlwaysSplitObjectsAlgorithm | Splits an object into several parts in case it doesn’t fit in original page. |
AttachedFile | Represents an attached file. |
BinarizationMethod | Specifies binarization method for an image. |
CheckBox | The base class for tags that can toggle their state between complete and incomplete. |
ColorMode | The color mode of the image. |
CompositeNode | 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. |
ImageBinarizationOptions | Options for image’s binarization. |
ImageSaveOptions | Allows to specify additional options when rendering document pages to images. |
ImageSavingArgs | Provides data for ImageSaving event. |
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. |
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. |
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. |
NoteCheckBox | Represents a note tag that can toggle their state between complete and incomplete. |
NoteTag | Represents a note tag. |
NoteTask | Represents a note task. |
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 | An abstract base class which represents notebook saving options for a particular format and provides common saving options for all document child nodes. |
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. |
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. |
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. |
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. |
Interfaces
Interface | Description |
---|---|
ICompositeNode | The interface for nodes that can contain other nodes. |
ICompositeNodeT | 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. |
INoteTag | The interface for note tags(i.e. tags that are not associated with Outlook tasks). |
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. |
ITag | The interface for tags of all kinds. |
ITaggable | The interface for nodes that can be marked by tags. |