Class Popup
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.internal.NativeObject
-
- com.pdftools.toolbox.pdf.annotations.Popup
-
public class Popup extends NativeObject
A pop-up for a markup annotation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle
getBoundingBox()
The pop-up location (Getter)boolean
getIsOpen()
The pop-up's visibility state (Getter)-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getIsOpen
public boolean getIsOpen()
The pop-up's visibility state (Getter)
- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
getBoundingBox
public Rectangle getBoundingBox()
The pop-up location (Getter)
- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
-