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<T> | 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. |
| DefaultMsOneNoteValuesAccessor | |
| 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. |
| 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. |
| LicenseExceptions | |
| LoadOptions | Options used to load a document. |
| LocaleOptions | LocaleOptions type specifies locale configuration for Aspose.Note. |
| Loop | Represents a loop. |
| 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<TDocumentSaveOptions> | 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. |
| SaveFormatConverter | The save format converter. |
| SaveOptions | An abstract base class which represents document saving options for a particular format. |
| Style<T> | 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<T> | 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. |
| 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. |