NoteTag Class

Aspose.Note for .NET API

NoteTag Class

Specifies the note tag.
Inheritance Hierarchy
SystemObject  Aspose.NoteNoteTagCore
    Aspose.NoteNoteTag

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public class NoteTag : NoteTagCore
Public Class NoteTag
	Inherits NoteTagCore
public ref class NoteTag : public NoteTagCore
type NoteTag =  
    class
        inherit NoteTagCore
    end

The NoteTag type exposes the following members.

Constructors
  NameDescription
Public methodNoteTag
Initializes a new instance of the NoteTag class
Top
Properties
  NameDescription
Public propertyCompletedTime
Gets or sets the completed time.
(Inherited from NoteTagCore.)
Public propertyCreationTime
Gets or sets the creation time.
(Inherited from NoteTagCore.)
Public propertyFontColor
Gets or sets the font color.
Public propertyHighlight
Gets or sets the highlight color.
Public propertyIcon
Gets or sets the icon.
(Inherited from NoteTagCore.)
Public propertyLabel
Gets or sets the label text.
Public propertyStatus
Gets or sets the status.
(Inherited from NoteTagCore.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(NoteTag)
Determines whether the specified object is equal to the current object.
Public methodEquals(NoteTagCore)
Determines whether the specified object is equal to the current object.
(Inherited from NoteTagCore.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for the type.
(Overrides NoteTagCoreGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also