public class PDActionHide extends PDAction
Modifier and Type | Field and Description |
---|---|
static String |
SUB_TYPE
This type of action this object represents.
|
Constructor and Description |
---|
PDActionHide()
Default Constructor
|
PDActionHide(COSDictionary a)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getH()
A flag indicating whether to hide the annotation or show it
|
COSBase |
getT()
The annotation or annotations to be hidden or shown
|
void |
setH(boolean h) |
void |
setT(COSBase t) |
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final String SUB_TYPE
public PDActionHide()
public PDActionHide(COSDictionary a)
a
- the action dictionarypublic COSBase getT()
public void setT(COSBase t)
t
- annotation or annotationspublic boolean getH()
public void setH(boolean h)
h
- hide flagCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.