Working with Tags
Get Note Tag Details from a OneNote Document
The NoteTag class provides all the properties related to a note tag in a Microsoft OneNote document. All the OneNote file’s note tags are contained by RichText nodes of the Document object. The code example given below demonstrates how to get details about each note tag from a OneNote document.
Tag Important Notes in the OneNote Document
The NoteTag class provides all the properties related to a note tag. Users can now tag text, image and tables. Aspose.Note for .NET APIs supports all these feature operations.
Add a New Text Node with a Tag
The code example given below demonstrates how to add a new text node with a tag in the OneNote document.
Add a New Image Node with a Tag
The code example given below demonstrates how to add a new Image node with a tag in the OneNote document.
Add a New Table Node with a Tag
The code example given below demonstrates how to add a new Table node with a tag in the OneNote document.