Skip to content

Commit

Permalink
PDF/UA-2. Add getisArtifact to PBoxPDAnnot
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 26, 2023
1 parent b5b7df3 commit 1c39364
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ public Boolean getcontainsA() {
return pageObject instanceof COSDictionary && ((COSDictionary) pageObject).containsKey(COSName.A);
}

@Override
public Boolean getisArtifact() {
return null;
}

@Override
public List<? extends Object> getLinkedObjects(String link) {
switch (link) {
Expand Down

0 comments on commit 1c39364

Please sign in to comment.