Skip to content

Commit

Permalink
Merge pull request #311 from veraPDF/struct_elem_parent
Browse files Browse the repository at this point in the history
Add property containsParent to PDStructElem
  • Loading branch information
MaximPlusov authored and Git User committed Dec 14, 2023
1 parent 54f32c6 commit 6d95eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,8 @@ type PDStructElem extends PDStructTreeNode {
link alt: CosAlt?;
% the namespace and the tag within a given namespace that is remapped to another tag within the same namespace
property roleMapToSameNamespaceTag: String;
% true if the struct elem dictionary contains P entry
property containsParent: Boolean;
}

% permissions dictionary referred by /Perms key from the document catalog
Expand Down

0 comments on commit 6d95eca

Please sign in to comment.