Skip to content

Commit 7b1372f

Browse files
committed
Add property isGrouping to PDStructElem
1 parent 0692c93 commit 7b1372f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/PDLayer.mdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,8 @@ type PDStructElem extends PDStructTreeNode {
932932
property roleMapToSameNamespaceTag: String;
933933
% true if the struct elem dictionary contains P entry
934934
property containsParent: Boolean;
935+
% true if the struct elem is grouping
936+
property isGrouping: Boolean;
935937
}
936938

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

0 commit comments

Comments
 (0)