public class Note extends Item
| Constructor and Description |
|---|
Note()
Initializes a new instance of the Note class.
|
Note(MimeContent mimeContent)
Initializes a new instance of the Note class.
|
Note(java.lang.String subject)
Initializes a new instance of the Note class.
|
| Modifier and Type | Method and Description |
|---|---|
NoteColor |
getColor()
Gets the color of the note.
|
java.util.List<java.lang.String> |
getContacts()
Gets a list of contacts are associated with a note.
|
int |
getHeight()
Gets the height of the note window.
|
NoteColor |
getIconColor()
Gets the color of the icon.
|
int |
getLeft()
Gets the position of the left vertical edge of note window from the edge of the screen.
|
int |
getTop()
Gets the position of the top horizontal edge of an note window from the edge of the screen.
|
int |
getWidth()
Gets the width of the note window.
|
void |
setColor(NoteColor color)
Sets the color of the note.
|
void |
setHeight(int height)
Sets the height of the note window.
|
void |
setIconColor(NoteColor color)
Sets the color of the icon.
|
void |
setLeft(int left)
Sets the position of the left vertical edge of note window from the edge of the screen.
|
void |
setTop(int top)
Sets the position of the top horizontal edge of an note window from the edge of the screen.
|
void |
setWidth(int width)
Sets the width of the note window.
|
java.lang.String |
toString()
Converts the value of the current Note object to its equivalent string representation.
|
getArchiveTag, getAttachments, getBody, getBodyHtmlText, getBodyPlainText, getBodyRtf, getCategories, getComment, getConversationId, getCreatedTime, getCulture, getDisplayName, getEffectiveRights, getEntityExtractionResult, getEntryId, getExtendedProperties, getExtendedProperty, getFlag, getGroupingAction, getIconIndex, getImportance, getInstanceKey, getItemClass, getItemId, getLastModifiedTime, getLastModifierName, getMimeContent, getNextPredictedAction, getParentId, getPreview, getReminderDueBy, getReminderIsSet, getReminderMinutesBeforeStart, getRetentionDate, getRetentionTag, getRtfCompressed, getSearchKey, getSensitivity, getSize, getStoreEntryId, getSubject, getTextBody, getUniqueBody, getWebClientEditFormQueryString, getWebClientReadFormQueryString, hasAttachments, hasBlockedImages, isAssociated, isBlockStatus, isHidden, setArchiveTag, setBody, setBodyRtf, setCategories, setComment, setDisplayName, setEffectiveRights, setFlag, setHidden, setImportance, setItemClass, setMimeContent, setReminderDueBy, setReminderIsSet, setReminderMinutesBeforeStart, setRetentionDate, setRetentionTag, setRtfCompressed, setSensitivity, setSubjectpublic Note()
public Note(java.lang.String subject)
subject - the subjectpublic Note(MimeContent mimeContent)
mimeContent - the mime contentpublic java.lang.String toString()
public int getWidth()
public void setWidth(int width)
width - the new widthpublic int getHeight()
public void setHeight(int height)
height - the new heightpublic int getLeft()
public void setLeft(int left)
left - the new leftpublic int getTop()
public void setTop(int top)
top - the new toppublic NoteColor getColor()
public void setColor(NoteColor color)
color - the new colorpublic java.util.List<java.lang.String> getContacts()
public NoteColor getIconColor()
public void setIconColor(NoteColor color)
color - the new icon color