Class NoteCheckBox

Class NoteCheckBox

Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)

Represents a note tag that can toggle their state between complete and incomplete.

public sealed class NoteCheckBox : CheckBox, INoteTag, ITag, IEquatable<notecheckbox>

Inheritance

objectCheckBoxNoteCheckBox

Implements

INoteTag, ITag, IEquatable<notecheckbox>

Inherited Members

CheckBox.SetCompleted(DateTime), CheckBox.SetCompleted(), CheckBox.SetOpen(), CheckBox.CreationTime, CheckBox.CompletedTime, CheckBox.Status, CheckBox.Icon, CheckBox.Label, CheckBox.Checked, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

FontColor

Gets or sets the font color.

public Color FontColor { get; set; }

Property Value

Color

Highlight

Gets or sets the highlight color.

public Color Highlight { get; set; }

Property Value

Color

Icon

Gets or sets the icon.

public override TagIcon Icon { get; }

Property Value

TagIcon

Label

Gets or sets the label text.

public string Label { get; set; }

Property Value

string

Methods

CreateBlueCheckBox(string)

Creates a new note checkbox with BlueCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueCheckBox(string label = "To Do")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueCheckBox1(string)

Creates a new note checkbox with BlueCheckBox1Empty icon and specified label.

public static NoteCheckBox CreateBlueCheckBox1(string label = "To Do priority 1")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueCheckBox2(string)

Creates a new note checkbox with BlueCheckBox2Empty icon and specified label.

public static NoteCheckBox CreateBlueCheckBox2(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueCheckBox3(string)

Creates a new note checkbox with BlueCheckBox3Empty icon and specified label.

public static NoteCheckBox CreateBlueCheckBox3(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueExclamationCheckBox(string)

Creates a new note checkbox with BlueExclamationCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueExclamationCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueFlagCheckBox(string)

Creates a new note checkbox with BlueFlagCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueFlagCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBluePersonCheckBox(string)

Creates a new note checkbox with BluePersonCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBluePersonCheckBox(string label = "Discuss with <person a="">")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueRightArrowCheckBox(string)

Creates a new note checkbox with BlueRightArrowCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueRightArrowCheckBox(string label = "Call back")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateBlueStarCheckBox(string)

Creates a new note checkbox with BlueStarCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueStarCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenCheckBox(string)

Creates a new note checkbox with GreenCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenCheckBox1(string)

Creates a new note checkbox with GreenCheckBox1Empty icon and specified label.

public static NoteCheckBox CreateGreenCheckBox1(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenCheckBox2(string)

Creates a new note checkbox with GreenCheckBox2Empty icon and specified label.

public static NoteCheckBox CreateGreenCheckBox2(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenCheckBox3(string)

Creates a new note checkbox with GreenCheckBox3Empty icon and specified label.

public static NoteCheckBox CreateGreenCheckBox3(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenExclamationCheckBox(string)

Creates a new note checkbox with GreenExclamationCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenExclamationCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenFlagCheckBox(string)

Creates a new note checkbox with GreenFlagCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenFlagCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenPersonCheckBox(string)

Creates a new note checkbox with GreenPersonCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenPersonCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenRightArrowCheckBox(string)

Creates a new note checkbox with GreenRightArrowCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenRightArrowCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateGreenStarCheckBox(string)

Creates a new note checkbox with GreenStarCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateGreenStarCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateRedFlagCheckBox(string)

Creates a new note checkbox with RedFlagCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateRedFlagCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowCheckBox(string)

Creates a new note checkbox with YellowCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateYellowCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowCheckBox1(string)

Creates a new note checkbox with YellowCheckBox1Empty icon and specified label.

public static NoteCheckBox CreateYellowCheckBox1(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowCheckBox2(string)

Creates a new note checkbox with YellowCheckBox2Empty icon and specified label.

public static NoteCheckBox CreateYellowCheckBox2(string label = "To Do priority 2")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowCheckBox3(string)

Creates a new note checkbox with YellowCheckBox3Empty icon and specified label.

public static NoteCheckBox CreateYellowCheckBox3(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowExclamationCheckBox(string)

Creates a new note checkbox with YellowExclamationCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateYellowExclamationCheckBox(string label = "Client request")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowPersonCheckBox(string)

Creates a new note checkbox with YellowPersonCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateYellowPersonCheckBox(string label = "Discuss with manager")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

CreateYellowRightArrowCheckBox(string)

Creates a new note checkbox with YellowRightArrowCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateYellowRightArrowCheckBox(string label = "")

Parameters

label string

The tag’s label.

Returns

NoteCheckBox

The Aspose.Note.NoteCheckBox.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object.

Returns

bool

The System.Boolean.

Equals(NoteCheckBox)

Determines whether the specified object is equal to the current object.

public bool Equals(NoteCheckBox other)

Parameters

other NoteCheckBox

The object.

Returns

bool

The System.Boolean.

GetHashCode()

Serves as a hash function for the type.

public override int GetHashCode()

Returns

int

The System.Int32. </notecheckbox>