HideAction
Inheritance: java.lang.Object, com.aspose.pdf.PdfAction com.aspose.pdf.HideAction, com.aspose.pdf.PdfAction, com.aspose.pdf.HideAction
All Implemented Interfaces: IAppointment
public class HideAction extends PdfAction
Represents a hide action that hides or shows one or more annotations on the screen by setting or clearing their Hidden flags.
Constructors
| Constructor | Description |
|---|---|
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified annotation. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified annotations. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified annotations and for invisibility flag. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified annotation and invisibility flag. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified field name. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified field names. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified field names and for invisibility flag. |
| HideAction | Initializes a new instance of the {@code HideAction} class for the specified field name and invisibility flag. |
Methods
| Method | Description |
|---|---|
| isHidden | Gets or sets status of the annotation(s) to hide/display. |
| setHidden | Gets or sets status of the annotation(s) to hide/display. |
HideAction
Initializes a new instance of the {@code HideAction} class for the specified annotation.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified annotations.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified annotations and for invisibility flag.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified annotation and invisibility flag.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified field name.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified field names.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified field names and for invisibility flag.
HideAction
Initializes a new instance of the {@code HideAction} class for the specified field name and invisibility flag.
isHidden
public boolean isHidden()
Gets or sets status of the annotation(s) to hide/display.
Returns: boolean value
setHidden
public void setHidden(boolean value)
Gets or sets status of the annotation(s) to hide/display.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |