public abstract class CheckBox extends Object implements ITag
The base class for tags that can toggle their state between complete and incomplete.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getChecked()
Gets a value indicating whether the CheckBox is in the checked state.
|
Date |
getCompletedTime()
Gets or sets the completed time.
|
Date |
getCreationTime()
Gets or sets the creation time.
|
abstract int |
getIcon()
Gets or sets the icon.
|
int |
getStatus()
Gets or sets the status.
|
void |
setCompleted()
Sets the tag to completed state using current time as completed time.
|
void |
setCompleted(Date completedTime)
Sets the tag to completed state.
|
void |
setCompletedTime(Date value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
void |
setCreationTime(Date value)
Gets or sets the creation time.
|
abstract void |
setIcon(int value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
void |
setOpen()
Sets the tag to open state.
|
void |
setStatus(int value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
public final Date getCreationTime()
Gets or sets the creation time.
Value: TheDate.getCreationTime in interface ITagpublic final void setCreationTime(Date value)
Gets or sets the creation time.
Value: TheDate.setCreationTime in interface ITagpublic final Date getCompletedTime()
Gets or sets the completed time.
Value: TheNullable{DateTime}.getCompletedTime in interface ITag@Deprecated public final void setCompletedTime(Date value)
Gets or sets the completed time.
Value: TheNullable{DateTime}.setCompletedTime in interface ITagpublic final int getStatus()
Gets or sets the status.
Value: TheTagStatus.@Deprecated public final void setStatus(int value)
Gets or sets the status.
Value: TheTagStatus.public abstract int getIcon()
Gets or sets the icon.
Value: TheTagIcon.@Deprecated public abstract void setIcon(int value)
Gets or sets the icon.
Value: TheTagIcon.public final boolean getChecked()
Gets a value indicating whether the CheckBox is in the checked state.
public final void setCompleted(Date completedTime)
Sets the tag to completed state.
completedTime - The completed time.public final void setCompleted()
Sets the tag to completed state using current time as completed time.
public void setOpen()
Sets the tag to open state.
Copyright (c) 2002-2021 Aspose. All Rights Reserved.