Skip to content

Commit

Permalink
Update PDExtGState properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jun 26, 2024
1 parent 84b110f commit 1d31e1c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -483,20 +483,24 @@ type PDGroup extends PDObject {

% ExtGState dictionary
type PDExtGState extends PDResource {
% TR function
property TR: String;
% TR2 function
property TR2: String;
property TR2NameValue: String;
% true if the ExtGState dictionary contains TR key
property containsTR: Boolean;
% true if the ExtGState dictionary contains TR2 key
property containsTR2: Boolean;
% Halftone dictionary
link HT: PDHalftone;
% true if the ExtGState dictionary contains HTP key
property containsHTP: Boolean;
% true if the ExtGState dictionary contains HTO key
property containsHTO: Boolean;
% String representation of the SMask key ("None" or "Custom")
property SMask: String;
property SMaskNameValue: String;
% true if the ExtGState dictionary contains SMask key
property containsSMask: Boolean;
% blend mode
property BM: String;
property BMNameValue: String;
% link to blend mode
link bm: CosBM?;
% fill alpha
Expand Down

0 comments on commit 1d31e1c

Please sign in to comment.