Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Component/s: API
-
Labels:None
-
Environment:any
-
Support Case References:Support Case #13550 - https://icesoft.my.salesforce.com/5007000001ODBV1
Description
A customer has asked for API access to Shapes object in the Page class as well as as the alphaComposite on the AlphaDrawCmd.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.2 beta2 [ 12670 ] |
Arran Mccullough
made changes -
Support Case References | Support Case #13550 - https://icesoft.my.salesforce.com/5007000001ODBV1 |
Patrick Corless
made changes -
Fix Version/s | 5.2 [ 10970 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45993 | Mon Sep 21 13:31:06 MDT 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/Page.java
MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/graphics/commands/AlphaDrawCmd.java |
Patrick Corless
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Fix Version/s | 3.0 [ 10180 ] | |
Fix Version/s | 5.2 beta2 [ 12670 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added requested API calls. It should be noted that a call to page.getShapes() can return null and page.init() should be called before hand to insure all resources are correctly initialized.