Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.3
-
Component/s: API, Core/Parsing, Viewer RI
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
This issue came in the forums. Basically the user would like to set the bit flag to mark an annotation as locked so that it can not be edited again in the RI. Two task must be completed to allow for locking of annotations.
- check RI to make sure annotations edit tools respected the locked bit flag.
- updated AbstractAnnotation so that bit flags can set.
- check RI to make sure annotations edit tools respected the locked bit flag.
- updated AbstractAnnotation so that bit flags can set.
Activity
Patrick Corless
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37228 | Thu Jul 25 10:16:52 MDT 2013 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/annotations/Annotation.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 5.0.3 [ 11070 ] | |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated the annotation api to allow of the setting of the locked flag when creating annotations.