NoteCheckBox

Inheritance: java.lang.Object, com.aspose.note.TagExtended, com.aspose.note.CheckBox

All Implemented Interfaces: com.aspose.note.INoteTag, com.aspose.ms.System.IEquatable

public class NoteCheckBox extends CheckBox implements INoteTag, System.IEquatable<NoteCheckBox>

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

Methods

MethodDescription
createBlueCheckBox(String label)* Creates a new note checkbox with BlueCheckBoxEmpty icon and specified label.
createBlueCheckBox()* Creates a new note tag with BlueCheckBoxEmpty icon and default label.
createBlueCheckBox1(String label)* Creates a new note checkbox with BlueCheckBox1Empty icon and specified label.
createBlueCheckBox1()* Creates a new note tag with BlueCheckBox1Empty icon and default label.
createBlueCheckBox2(String label)* Creates a new note checkbox with BlueCheckBox2Empty icon and specified label.
createBlueCheckBox2()* Creates a new note tag with BlueCheckBox2Empty icon and default label.
createBlueCheckBox3(String label)* Creates a new note checkbox with BlueCheckBox3Empty icon and specified label.
createBlueCheckBox3()* Creates a new note tag with BlueCheckBox3Empty icon and default label.
createBlueExclamationCheckBox(String label)* Creates a new note checkbox with BlueExclamationCheckBoxEmpty icon and specified label.
createBlueExclamationCheckBox()* Creates a new note tag with BlueExclamationCheckBoxEmpty icon and default label.
createBlueFlagCheckBox(String label)* Creates a new note checkbox with BlueFlagCheckBoxEmpty icon and specified label.
createBlueFlagCheckBox()* Creates a new note tag with BlueFlagCheckBoxEmpty icon and default label.
createBluePersonCheckBox(String label)* Creates a new note checkbox with BluePersonCheckBoxEmpty icon and specified label.
createBluePersonCheckBox()* Creates a new note tag with BluePersonCheckBoxEmpty icon and default label.
createBlueRightArrowCheckBox(String label)* Creates a new note checkbox with BlueRightArrowCheckBoxEmpty icon and specified label.
createBlueRightArrowCheckBox()* Creates a new note tag with BlueRightArrowCheckBoxEmpty icon and default label.
createBlueStarCheckBox(String label)* Creates a new note checkbox with BlueStarCheckBoxEmpty icon and specified label.
createBlueStarCheckBox()* Creates a new note tag with BlueStarCheckBoxEmpty icon and default label.
createGreenCheckBox(String label)* Creates a new note checkbox with GreenCheckBoxEmpty icon and specified label.
createGreenCheckBox()* Creates a new note tag with GreenCheckBoxEmpty icon and default label.
createGreenCheckBox1(String label)* Creates a new note checkbox with GreenCheckBox1Empty icon and specified label.
createGreenCheckBox1()* Creates a new note tag with GreenCheckBox1Empty icon and default label.
createGreenCheckBox2(String label)* Creates a new note checkbox with GreenCheckBox2Empty icon and specified label.
createGreenCheckBox2()* Creates a new note tag with GreenCheckBox2Empty icon and default label.
createGreenCheckBox3(String label)* Creates a new note checkbox with GreenCheckBox3Empty icon and specified label.
createGreenCheckBox3()* Creates a new note tag with GreenCheckBox3Empty icon and default label.
createGreenExclamationCheckBox(String label)* Creates a new note checkbox with GreenExclamationCheckBoxEmpty icon and specified label.
createGreenExclamationCheckBox()* Creates a new note tag with GreenExclamationCheckBoxEmpty icon and default label.
createGreenFlagCheckBox(String label)* Creates a new note checkbox with GreenFlagCheckBoxEmpty icon and specified label.
createGreenFlagCheckBox()* Creates a new note tag with GreenFlagCheckBoxEmpty icon and default label.
createGreenPersonCheckBox(String label)* Creates a new note checkbox with GreenPersonCheckBoxEmpty icon and specified label.
createGreenPersonCheckBox()* Creates a new note tag with GreenPersonCheckBoxEmpty icon and default label.
createGreenRightArrowCheckBox(String label)* Creates a new note checkbox with GreenRightArrowCheckBoxEmpty icon and specified label.
createGreenRightArrowCheckBox()* Creates a new note tag with GreenRightArrowCheckBoxEmpty icon and default label.
createGreenStarCheckBox(String label)* Creates a new note checkbox with GreenStarCheckBoxEmpty icon and specified label.
createGreenStarCheckBox()* Creates a new note tag with GreenStarCheckBoxEmpty icon and default label.
createRedFlagCheckBox(String label)* Creates a new note checkbox with RedFlagCheckBoxEmpty icon and specified label.
createRedFlagCheckBox()* Creates a new note tag with RedFlagCheckBoxEmpty icon and default label.
createYellowCheckBox(String label)* Creates a new note checkbox with YellowCheckBoxEmpty icon and specified label.
createYellowCheckBox()* Creates a new note tag with YellowCheckBoxEmpty icon and default label.
createYellowCheckBox1(String label)* Creates a new note checkbox with YellowCheckBox1Empty icon and specified label.
createYellowCheckBox1()* Creates a new note tag with YellowCheckBox1Empty icon and default label.
createYellowCheckBox2(String label)* Creates a new note checkbox with YellowCheckBox2Empty icon and specified label.
createYellowCheckBox2()* Creates a new note tag with YellowCheckBox2Empty icon and default label.
createYellowCheckBox3(String label)* Creates a new note checkbox with YellowCheckBox3Empty icon and specified label.
createYellowCheckBox3()* Creates a new note tag with YellowCheckBox3Empty icon and default label.
createYellowExclamationCheckBox(String label)* Creates a new note checkbox with YellowExclamationCheckBoxEmpty icon and specified label.
createYellowExclamationCheckBox()* Creates a new note tag with YellowExclamationCheckBoxEmpty icon and default label.
createYellowPersonCheckBox(String label)* Creates a new note checkbox with YellowPersonCheckBoxEmpty icon and specified label.
createYellowPersonCheckBox()* Creates a new note tag with YellowPersonCheckBoxEmpty icon and default label.
createYellowRightArrowCheckBox(String label)* Creates a new note checkbox with YellowRightArrowCheckBoxEmpty icon and specified label.
createYellowRightArrowCheckBox()* Creates a new note tag with YellowRightArrowCheckBoxEmpty icon and default label.
createYellowStarCheckBox(String label)* Creates a new note checkbox with YellowStarCheckBoxEmpty icon and specified label.
createYellowStarCheckBox()* Creates a new note tag with YellowStarCheckBoxEmpty icon and default label.
getIcon()Gets or sets the icon.
getLabel()Gets or sets the label text.
setLabel(String value)Gets or sets the label text.
getFontColor()Gets or sets the font color.
setFontColor(Color value)Gets or sets the font color.
getHighlight()Gets or sets the highlight color.
setHighlight(Color value)Gets or sets the highlight color.
equals(Object obj)Determines whether the specified object is equal to the current object.
equals(NoteCheckBox other)Determines whether the specified object is equal to the current object.
hashCode()Serves as a hash function for the type.

createBlueCheckBox(String label)

public static NoteCheckBox createBlueCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox()

public static NoteCheckBox createBlueCheckBox()

* Creates a new note tag with BlueCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox1(String label)

public static NoteCheckBox createBlueCheckBox1(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox1()

public static NoteCheckBox createBlueCheckBox1()

* Creates a new note tag with BlueCheckBox1Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox2(String label)

public static NoteCheckBox createBlueCheckBox2(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox2()

public static NoteCheckBox createBlueCheckBox2()

* Creates a new note tag with BlueCheckBox2Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox3(String label)

public static NoteCheckBox createBlueCheckBox3(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueCheckBox3()

public static NoteCheckBox createBlueCheckBox3()

* Creates a new note tag with BlueCheckBox3Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueExclamationCheckBox(String label)

public static NoteCheckBox createBlueExclamationCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueExclamationCheckBox()

public static NoteCheckBox createBlueExclamationCheckBox()

* Creates a new note tag with BlueExclamationCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueFlagCheckBox(String label)

public static NoteCheckBox createBlueFlagCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueFlagCheckBox()

public static NoteCheckBox createBlueFlagCheckBox()

* Creates a new note tag with BlueFlagCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBluePersonCheckBox(String label)

public static NoteCheckBox createBluePersonCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBluePersonCheckBox()

public static NoteCheckBox createBluePersonCheckBox()

* Creates a new note tag with BluePersonCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueRightArrowCheckBox(String label)

public static NoteCheckBox createBlueRightArrowCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueRightArrowCheckBox()

public static NoteCheckBox createBlueRightArrowCheckBox()

* Creates a new note tag with BlueRightArrowCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueStarCheckBox(String label)

public static NoteCheckBox createBlueStarCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createBlueStarCheckBox()

public static NoteCheckBox createBlueStarCheckBox()

* Creates a new note tag with BlueStarCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox(String label)

public static NoteCheckBox createGreenCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox()

public static NoteCheckBox createGreenCheckBox()

* Creates a new note tag with GreenCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox1(String label)

public static NoteCheckBox createGreenCheckBox1(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox1()

public static NoteCheckBox createGreenCheckBox1()

* Creates a new note tag with GreenCheckBox1Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox2(String label)

public static NoteCheckBox createGreenCheckBox2(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox2()

public static NoteCheckBox createGreenCheckBox2()

* Creates a new note tag with GreenCheckBox2Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox3(String label)

public static NoteCheckBox createGreenCheckBox3(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenCheckBox3()

public static NoteCheckBox createGreenCheckBox3()

* Creates a new note tag with GreenCheckBox3Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenExclamationCheckBox(String label)

public static NoteCheckBox createGreenExclamationCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenExclamationCheckBox()

public static NoteCheckBox createGreenExclamationCheckBox()

* Creates a new note tag with GreenExclamationCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenFlagCheckBox(String label)

public static NoteCheckBox createGreenFlagCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenFlagCheckBox()

public static NoteCheckBox createGreenFlagCheckBox()

* Creates a new note tag with GreenFlagCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenPersonCheckBox(String label)

public static NoteCheckBox createGreenPersonCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenPersonCheckBox()

public static NoteCheckBox createGreenPersonCheckBox()

* Creates a new note tag with GreenPersonCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenRightArrowCheckBox(String label)

public static NoteCheckBox createGreenRightArrowCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenRightArrowCheckBox()

public static NoteCheckBox createGreenRightArrowCheckBox()

* Creates a new note tag with GreenRightArrowCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenStarCheckBox(String label)

public static NoteCheckBox createGreenStarCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createGreenStarCheckBox()

public static NoteCheckBox createGreenStarCheckBox()

* Creates a new note tag with GreenStarCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createRedFlagCheckBox(String label)

public static NoteCheckBox createRedFlagCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createRedFlagCheckBox()

public static NoteCheckBox createRedFlagCheckBox()

* Creates a new note tag with RedFlagCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox(String label)

public static NoteCheckBox createYellowCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox()

public static NoteCheckBox createYellowCheckBox()

* Creates a new note tag with YellowCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox1(String label)

public static NoteCheckBox createYellowCheckBox1(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox1()

public static NoteCheckBox createYellowCheckBox1()

* Creates a new note tag with YellowCheckBox1Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox2(String label)

public static NoteCheckBox createYellowCheckBox2(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox2()

public static NoteCheckBox createYellowCheckBox2()

* Creates a new note tag with YellowCheckBox2Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox3(String label)

public static NoteCheckBox createYellowCheckBox3(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowCheckBox3()

public static NoteCheckBox createYellowCheckBox3()

* Creates a new note tag with YellowCheckBox3Empty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowExclamationCheckBox(String label)

public static NoteCheckBox createYellowExclamationCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowExclamationCheckBox()

public static NoteCheckBox createYellowExclamationCheckBox()

* Creates a new note tag with YellowExclamationCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowPersonCheckBox(String label)

public static NoteCheckBox createYellowPersonCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowPersonCheckBox()

public static NoteCheckBox createYellowPersonCheckBox()

* Creates a new note tag with YellowPersonCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowRightArrowCheckBox(String label)

public static NoteCheckBox createYellowRightArrowCheckBox(String label)

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

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowRightArrowCheckBox()

public static NoteCheckBox createYellowRightArrowCheckBox()

* Creates a new note tag with YellowRightArrowCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowStarCheckBox(String label)

public static NoteCheckBox createYellowStarCheckBox(String label)

* Creates a new note checkbox with YellowStarCheckBoxEmpty icon and specified label.

Parameters:

ParameterTypeDescription
labeljava.lang.StringThe tag’s label.

Returns: NoteCheckBox - The NoteCheckBox.

createYellowStarCheckBox()

public static NoteCheckBox createYellowStarCheckBox()

* Creates a new note tag with YellowStarCheckBoxEmpty icon and default label.

Returns: NoteCheckBox - The NoteCheckBox.

getIcon()

public int getIcon()

Gets or sets the icon.

Value: The TagIcon.

Returns: int

getLabel()

public final String getLabel()

Gets or sets the label text.

Returns: java.lang.String

setLabel(String value)

public final void setLabel(String value)

Gets or sets the label text.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getFontColor()

public final Color getFontColor()

Gets or sets the font color.

Returns: java.awt.Color

setFontColor(Color value)

public final void setFontColor(Color value)

Gets or sets the font color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

getHighlight()

public final Color getHighlight()

Gets or sets the highlight color.

Returns: java.awt.Color

setHighlight(Color value)

public final void setHighlight(Color value)

Gets or sets the highlight color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe object.

Returns: boolean - The boolean .

equals(NoteCheckBox other)

public final boolean equals(NoteCheckBox other)

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

Parameters:

ParameterTypeDescription
otherNoteCheckBoxThe object.

Returns: boolean - The boolean .

hashCode()

public int hashCode()

Serves as a hash function for the type.

Returns: int - The int .