Skip to content

Commit

Permalink
Add method getnamespaceAndTag to PBoxPDStructElem
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jun 5, 2024
1 parent e541b37 commit c216e7b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ public String getparentStandardType() {
return null;
}

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

@Override
public Boolean getcontainsParent() {
return ((COSDictionary) this.simplePDObject).getDictionaryObject(COSName.P) != null;
Expand Down

0 comments on commit c216e7b

Please sign in to comment.