Gets the action.
@override PdfAction? get action => super.action;
Sets the action.
@override set action(PdfAction? value) { if (value != null) { super.action = value; _helper._uriAction!.next = value; } }