public interface ITag
The interface for tags of all kinds.
Modifier and Type | Method and Description |
---|---|
Date |
getCompletedTime()
Gets the completed time.
|
Date |
getCreationTime()
Gets the creation time.
|
int |
getIcon()
Gets the icon.
|
String |
getLabel()
Gets the label text.
|
int |
getStatus()
Gets the status.
|
void |
setCompletedTime(Date value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
void |
setCreationTime(Date value)
Sets the creation time.
|
void |
setIcon(int value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
void |
setStatus(int value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
Date getCompletedTime()
Gets the completed time.
Value: TheNullable{DateTime}
.@Deprecated void setCompletedTime(Date value)
Sets the completed time.
Value: TheNullable{DateTime}
.int getStatus()
Gets the status.
Value: TheTagStatus
.@Deprecated void setStatus(int value)
Sets the status.
Value: TheTagStatus
.int getIcon()
Gets the icon.
Value: TheTagIcon
.@Deprecated void setIcon(int value)
Sets the icon.
Value: TheTagIcon
.String getLabel()
Gets the label text.
Copyright (c) 2002-2022 Aspose. All Rights Reserved.