Uses of Class
org.verapdf.pd.structure.PDStructElem
-
Packages that use PDStructElem Package Description org.verapdf.pd.structure org.verapdf.tools -
-
Uses of PDStructElem in org.verapdf.pd.structure
Methods in org.verapdf.pd.structure that return PDStructElem Modifier and Type Method Description PDStructElemPDStructElem. getParent()Methods in org.verapdf.pd.structure that return types with arguments of type PDStructElem Modifier and Type Method Description List<PDStructElem>PDStructElem. getStructChildren()abstract List<PDStructElem>PDStructTreeNode. getStructChildren()List<PDStructElem>PDStructTreeRoot. getStructChildren() -
Uses of PDStructElem in org.verapdf.tools
Methods in org.verapdf.tools that return types with arguments of type PDStructElem Modifier and Type Method Description static List<PDStructElem>TaggedPDFHelper. getStructElemStructChildren(COSObject parent, Map<ASAtom,ASAtom> roleMap)static List<PDStructElem>TaggedPDFHelper. getStructTreeRootStructChildren(COSObject parent, Map<ASAtom,ASAtom> roleMap)
-