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

ConstructorDescription
HideActionInitializes a new instance of the {@code HideAction} class for the specified annotation.
HideActionInitializes a new instance of the {@code HideAction} class for the specified annotations.
HideActionInitializes a new instance of the {@code HideAction} class for the specified annotations and for invisibility flag.
HideActionInitializes a new instance of the {@code HideAction} class for the specified annotation and invisibility flag.
HideActionInitializes a new instance of the {@code HideAction} class for the specified field name.
HideActionInitializes a new instance of the {@code HideAction} class for the specified field names.
HideActionInitializes a new instance of the {@code HideAction} class for the specified field names and for invisibility flag.
HideActionInitializes a new instance of the {@code HideAction} class for the specified field name and invisibility flag.

Methods

MethodDescription
isHiddenGets or sets status of the annotation(s) to hide/display.
setHiddenGets 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:

ParameterTypeDescription
valueboolean value