Skip to content

Commit

Permalink
Add link Kids to PDFormField
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 14, 2024
1 parent d1af4a0 commit 225414d
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 @@ -708,6 +708,8 @@ type PDFormField extends PDObject {
property TU: String;
% value of the Ff entry
property Ff: Integer;
% link to kids fields
link Kids: PDFormField*;
}

% Form field of type text
Expand Down

0 comments on commit 225414d

Please sign in to comment.