public class NoteTagSharedDefinitionContainer extends HierarchyNode<ExtendedGuid>
Gets the shared properties of a normal note tag.
Constructor and Description |
---|
NoteTagSharedDefinitionContainer(ExtendedGuid nodeId)
Initializes a new instance of the
NoteTagSharedDefinitionContainer class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
byte |
getActionItemSchemaVersion()
It is reserved for future use.
|
int |
getActionItemType()
Gets the identity of the note tag.
|
com.aspose.ms.System.Drawing.Color |
getNoteTagHighlightColor()
Gets the highlight color to apply to the note tag.
|
String |
getNoteTagLabel()
Gets the label for a normal note tag.
|
NoteTagPropertyStatus |
getNoteTagPropertyStatus()
Gets the status of the note tag.
|
int |
getNoteTagShape()
Gets the type of icon to display for the note tag.
|
com.aspose.ms.System.Drawing.Color |
getNoteTagTextColor()
Gets the color of the text in the note tag.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(NoteTagSharedDefinitionContainer left,
NoteTagSharedDefinitionContainer right)
The ==.
|
static boolean |
op_Inequality(NoteTagSharedDefinitionContainer left,
NoteTagSharedDefinitionContainer right)
The !=.
|
void |
setActionItemSchemaVersion(byte value)
It is reserved for future use.
|
void |
setActionItemType(int value)
Gets the identity of the note tag.
|
void |
setNoteTagHighlightColor(com.aspose.ms.System.Drawing.Color value)
Gets the highlight color to apply to the note tag.
|
void |
setNoteTagLabel(String value)
Gets the label for a normal note tag.
|
void |
setNoteTagPropertyStatus(NoteTagPropertyStatus value)
Gets the status of the note tag.
|
void |
setNoteTagShape(int value)
Gets the type of icon to display for the note tag.
|
void |
setNoteTagTextColor(com.aspose.ms.System.Drawing.Color value)
Gets the color of the text in the note tag.
|
getNodeId, getType
public NoteTagSharedDefinitionContainer(ExtendedGuid nodeId)
Initializes a new instance of the NoteTagSharedDefinitionContainer
class.
nodeId
- The node id.public String getNoteTagLabel()
Gets the label for a normal note tag.
public void setNoteTagLabel(String value)
Gets the label for a normal note tag.
public NoteTagPropertyStatus getNoteTagPropertyStatus()
Gets the status of the note tag.
public void setNoteTagPropertyStatus(NoteTagPropertyStatus value)
Gets the status of the note tag.
public int getNoteTagShape()
Gets the type of icon to display for the note tag.
public void setNoteTagShape(int value)
Gets the type of icon to display for the note tag.
public byte getActionItemSchemaVersion()
It is reserved for future use.
public void setActionItemSchemaVersion(byte value)
It is reserved for future use.
public com.aspose.ms.System.Drawing.Color getNoteTagHighlightColor()
Gets the highlight color to apply to the note tag.
public void setNoteTagHighlightColor(com.aspose.ms.System.Drawing.Color value)
Gets the highlight color to apply to the note tag.
public com.aspose.ms.System.Drawing.Color getNoteTagTextColor()
Gets the color of the text in the note tag.
public void setNoteTagTextColor(com.aspose.ms.System.Drawing.Color value)
Gets the color of the text in the note tag.
public int getActionItemType()
Gets the identity of the note tag.
public void setActionItemType(int value)
Gets the identity of the note tag.
public static boolean op_Equality(NoteTagSharedDefinitionContainer left, NoteTagSharedDefinitionContainer right)
The ==.
public static boolean op_Inequality(NoteTagSharedDefinitionContainer left, NoteTagSharedDefinitionContainer right)
The !=.
Copyright (c) 2016 Aspose. All Rights Reserved.