Skip to content

zeropdf v1.5.0


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.

Released under the ISC license.