We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0692c93 commit 7b1372fCopy full SHA for 7b1372f
1 file changed
src/main/java/PDLayer.mdl
@@ -932,6 +932,8 @@ type PDStructElem extends PDStructTreeNode {
932
property roleMapToSameNamespaceTag: String;
933
% true if the struct elem dictionary contains P entry
934
property containsParent: Boolean;
935
+ % true if the struct elem is grouping
936
+ property isGrouping: Boolean;
937
}
938
939
% permissions dictionary referred by /Perms key from the document catalog
0 commit comments