Skip to content

Commit

Permalink
Merge pull request #319 from veraPDF/annot_structure_parent
Browse files Browse the repository at this point in the history
Add getstructParentStandardType to PBoxPDAnnot
  • Loading branch information
MaximPlusov authored Sep 14, 2023
2 parents beac7c0 + 47d9a0d commit 7fddf61
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ public String getstructParentType() {
return null;
}

@Override
public String getstructParentStandardType() {
return null;
}

private List<CosLang> getLang() {
PDStructureTreeRoot structTreeRoot = this.document.getDocumentCatalog().getStructureTreeRoot();
int structParent = ((PDAnnotation) this.simplePDObject).getStructParent();
Expand Down

0 comments on commit 7fddf61

Please sign in to comment.