public class MarkupInfo extends NativeObject
Modifier and Type | Method and Description |
---|---|
static MarkupInfo |
createDynamicObject(long handle) |
java.lang.String |
getAuthor()
The author (Getter)
|
java.lang.String |
getContent()
The information content (Getter)
|
java.time.OffsetDateTime |
getCreationDate()
The date of creation (Getter)
|
boolean |
getLocked()
Whether the content can be modified (Getter)
|
java.time.OffsetDateTime |
getModificationDate()
The date of last modification (Getter)
|
java.lang.String |
getSubject()
The subject (Getter)
|
void |
setAuthor(java.lang.String value)
The author (Setter)
|
void |
setContent(java.lang.String value)
The information content (Setter)
|
void |
setLocked(boolean value)
Whether the content can be modified (Setter)
|
void |
setSubject(java.lang.String value)
The subject (Setter)
|
equals, hashCode
public static MarkupInfo createDynamicObject(long handle)
public java.time.OffsetDateTime getCreationDate()
java.lang.IllegalStateException
- if the object has already been closedpublic java.time.OffsetDateTime getModificationDate()
java.lang.IllegalStateException
- if the object has already been closedpublic boolean getLocked()
java.lang.IllegalStateException
- if the object has already been closedpublic void setLocked(boolean value)
java.lang.IllegalStateException
- if the object has already been closedjava.lang.UnsupportedOperationException
- if the document is read-onlyjava.lang.IllegalStateException
- if the annotation has already been appended to a page's list of annotationspublic java.lang.String getAuthor()
java.lang.IllegalStateException
- if the object has already been closedpublic void setAuthor(java.lang.String value)
java.lang.IllegalStateException
- if the object has already been closedjava.lang.UnsupportedOperationException
- if the document is read-onlyjava.lang.IllegalStateException
- if the annotation has already been appended to a page's list of annotationspublic java.lang.String getSubject()
java.lang.IllegalStateException
- if the object has already been closedpublic void setSubject(java.lang.String value)
java.lang.IllegalStateException
- if the object has already been closedjava.lang.UnsupportedOperationException
- if the document is read-onlyjava.lang.IllegalStateException
- if the annotation has already been appended to a page's list of annotationspublic java.lang.String getContent()
java.lang.IllegalStateException
- if the object has already been closedpublic void setContent(java.lang.String value)
java.lang.IllegalStateException
- if the object has already been closedjava.lang.UnsupportedOperationException
- if the document is read-onlyjava.lang.IllegalStateException
- if the annotation has already been appended to a page's list of annotations