Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/java/org/verapdf/as/ASAtom.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom DESC = new ASAtom("Desc");
public static final ASAtom DESCENDANT_FONTS = new ASAtom("DescendantFonts");
public static final ASAtom DESCENT = new ASAtom("Descent");
public static final ASAtom DESCRIPTION = new ASAtom("Description");
public static final ASAtom DEST = new ASAtom("Dest");
public static final ASAtom DEST_OUTPUT_PROFILE = new ASAtom("DestOutputProfile");
public static final ASAtom DEST_OUTPUT_PROFILE_REF = new ASAtom("DestOutputProfileRef");
Expand All @@ -214,6 +215,7 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom DIGEST_SHA512 = new ASAtom("SHA512");
public static final ASAtom DIGEST_VALUE = new ASAtom("DigestValue");
public static final ASAtom DIRECTION = new ASAtom("Direction");
public static final ASAtom DISC = new ASAtom("Disc");
public static final ASAtom DISPLAY_DOC_TITLE = new ASAtom("DisplayDocTitle");
public static final ASAtom DL = new ASAtom("DL");
public static final ASAtom DM = new ASAtom("Dm");
Expand Down
Loading