Aspose.Note Namespace

The Aspose.Note namespace contains classes which represent document structure.
Classes
  ClassDescription
Public classCode exampleAttachedFile
Represents an attached file.
Public classCode exampleCheckBox
The base class for tags that can toggle their state between complete and incomplete.
Public classCompositeNodeT
The base generic class for nodes that can contain other nodes.
Public classCompositeNodeBase
The non-generic class for nodes that can contain other nodes.
Public classDisplayUnitsConverter
The class contains the methods for converting values.
Public classCode exampleDocument
Represents an Aspose.Note document.
Public classCode exampleDocumentVisitor
The abstract class for iterating through subtree with root at the specified node.
Public classFileCorruptedException
Thrown during document load, when the document appears to be corrupted and impossible to load.
Public classCode exampleImage
Represents an Image.
Public classIncorrectDocumentStructureException
Thrown if a user created document has incorrect structure.
Public classIncorrectPasswordException
Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect or missing.
Public classIndentatedNodeT
The base class for nodes with relative indentation for child nodes.
Public classCode exampleLicense
Provides methods to license the component.
Public classCode exampleLoadOptions
Options used to load a document.
Public classCode exampleMergeOptions
The options for merging a collection of pages.
Public classCode exampleMetered
Provides methods to set metered key.
Public classNode
The base class for all nodes of an Aspose.Note document.
Public classCode exampleNotebook
Represents an Aspose.Note notebook.
Public classCode exampleNotebookLoadOptions
Options used to load a notebook.
Public classNoteCheckBox
Represents a note tag that can toggle their state between complete and incomplete.
Public classCode exampleNoteTag
Represents a note tag.
Public classCode exampleNoteTask
Represents a note task.
Public classCode exampleNumberList
Represents the numbered or bulleted list.
Public classCode exampleOutline
Represents a Outline.
Public classCode exampleOutlineElement
Represents a OutlineElement.
Public classOutlineGroup
Represents a OutlineGroup.
Public classCode examplePage
Represents a page.
Public classPageHistory
Represents the page history.
Public classCode exampleParagraphStyle
Text style settings to be used if there is no matching TextStyle object in Styles collection either this object doesn't specify a needed setting.
Public classCode exampleRevisionSummary
Represents a summary for node's revision.
Public classCode exampleRichText
Represents a rich text.
Public classStyle
This class contains common properties of ParagraphStyle and TextStyle classes.
Public classCode exampleTable
Represents a table.
Public classCode exampleTableCell
Represents a table cell.
Public classCode exampleTableColumn
Represents a table column.
Public classCode exampleTableRow
Represents a table row.
Public classTextRun
The class representing a piece of text with associated style.
Public classCode exampleTextStyle
Specifies the text style.
Public classCode exampleTitle
Represents a title.
Public classCode exampleUnsupportedFileFormatException
Thrown during document load, when the file format is not recognized or not supported by Aspose.Note.
Public classUnsupportedSaveFormatException
Thrown if requested save format is not supported.
Structures
  StructureDescription
Public structureMargins
Specifies the dimensions of the margins of a node.
Interfaces
  InterfaceDescription
Public interfaceICompositeNode
The interface for nodes that can contain other nodes.
Public interfaceICompositeNodeT
The interface for nodes that can contain other nodes.
Public interfaceIIndentatedNode
The interface for nodes with relative indentation for child nodes.
Public interfaceINode
The interface for all nodes of an Aspose.Note document.
Public interfaceINotebookChildNode
Represents an Aspose.Note notebook's child.
Public interfaceCode exampleINoteTag
The interface for note tags(i.e. tags that are not associated with Outlook tasks).
Public interfaceIOutlineChildNode
The interface for all child nodes of an outline node.
Public interfaceIOutlineElementChildNode
The interface for all child nodes of an outline element node.
Public interfaceIPageChildNode
The interface for all child nodes of a page node.
Public interfaceCode exampleITag
The interface for tags of all kinds.
Public interfaceCode exampleITaggable
The interface for nodes that can be marked by tags.
Enumerations
  EnumerationDescription
Public enumerationCode exampleFileFormat
Represents OneNote file format.
Public enumerationHorizontalAlignment
Specifies the alignment.
Public enumerationNodeType
Specifies the type of the node.
Public enumerationNumberFormat
Specifies the numbering format that can be used for a group of automatically numbered objects. Full list is specified on MSDN
Public enumerationPageSizeType
Specifies the size of the page node type.
Public enumerationCode exampleSaveFormat
Indicates the format in which the document is saved.
Public enumerationTagIcon
Specifies the icon of tag or task icon.
Public enumerationTagStatus
Specifies the status of the note tag node.