Appearance
zeropdf / PdfContainerTag
Type Alias: PdfContainerTag
ts
type PdfContainerTag =
| "Document"
| "Part"
| "Art"
| "Sect"
| "Div"
| "BlockQuote"
| "Caption"
| "TOC"
| "TOCI"
| "Index"
| "NonStruct"
| "Private"
| "L"
| "LI"
| "Lbl"
| "LBody"
| "Table"
| "THead"
| "TBody"
| "TFoot"
| "TR"
| "TH"
| "TD"
| "Link"
| "Annot";Defined in: src/types.ts:247
Standard structure tags that can contain other tagged PDF elements.