Set the doc-wide list of annotation subtypes that participate in tab focus
Source:R/api_completion.R
pdf_doc_set_focusable_subtypes.RdWraps FPDFAnnot_SetFocusableSubtypes. Pair with the existing
pdf_doc_focusable_subtypes() reader.
Arguments
- doc
A
pdfium_docopened withreadwrite = TRUE.- subtypes
Character vector of subtype names (e.g.
c("widget", "link")). Must match the subtype-code table used bypdfium_annot_subtype_code().