Annotation subtypes registered as keyboard-focusable
Source:R/annot_probes.R
pdf_doc_focusable_subtypes.RdReturns the set of FPDF_ANNOT_* subtype codes the document's
form-fill module accepts for tab-focus, as names. Widget
annotations are always focusable by default; other subtypes can
be registered via FPDFAnnot_SetFocusableSubtypes (writer side,
not yet exposed). Wraps FPDFAnnot_GetFocusableSubtypesCount
and FPDFAnnot_GetFocusableSubtypes.
Arguments
- doc
A
pdfium_docfrompdf_doc_open(), or a character path.- password
Optional password for encrypted PDFs when
docis a path. Ignored whendocis already an openpdfium_doc.
Value
Character vector of annotation-subtype names. Empty when the document has no form-fill module or no focusable subtypes.
Details
Mostly a viewer-UI concern; exposed here for round-trip completeness against the v0.2.0 setter.
See also
pdf_annotations() (subtype column maps to the same
names).