Skip to content

Commit

Permalink
Merge pull request #301 from veraPDF/appearance_xform
Browse files Browse the repository at this point in the history
Change appearance link from PDContentStream to PDXForm in PDAnnot
  • Loading branch information
MaximPlusov authored Oct 23, 2023
2 parents c2f971d + 611d743 commit a5e1328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -536,12 +536,12 @@ type PDAnnot extends PDObject {
property F: Integer;
% ampersand-separated list of all keys in the annotation's appearance dictionary (AP key)
property AP: String;
% the value of the /FT entry (Field type), in case this is the widget annotation representing the form field, or null, if this entry is not present
% the value of the /FT entry (Field type), in case this is the widget annotation representing the form field, or null, if this entry is not present
property FT: String;
% the type of the normal appearance entry (/N key) in the annotation appearance dictionary (/AP key) or null, if the normal appearance is not present
property N_type: String;
% normal appearance stream (N key in the appearance dictionary) of the annotation
link appearance: PDContentStream?;
% appearance XForm streams of the annotation (N, D and R keys in the appearance dictionary)
link appearance: PDXForm*;
% true if the annotation dictionary contains the C entry
property containsC: Boolean;
% true if the annotation dictionary contains the IC entry
Expand Down

0 comments on commit a5e1328

Please sign in to comment.