/var/www/greso.tech/server/nsm/node_modules/pdf-lib/es/core/annotation
NameSizeModeActions
AppearanceCharacteristics.d.ts12290644editdlrm
AppearanceCharacteristics.d.ts.map10950644editdlrm
AppearanceCharacteristics.js46300644editdlrm
AppearanceCharacteristics.js.map42850644editdlrm
BorderStyle.d.ts4130644editdlrm
BorderStyle.d.ts.map4300644editdlrm
BorderStyle.js9630644editdlrm
BorderStyle.js.map8620644editdlrm
flags.d.ts33820644editdlrm
flags.d.ts.map4260644editdlrm
flags.js41350644editdlrm
flags.js.map9580644editdlrm
index.d.ts2760644editdlrm
index.d.ts.map3160644editdlrm
index.js2740644editdlrm
index.js.map3130644editdlrm
PDFAnnotation.d.ts18660644editdlrm
PDFAnnotation.d.ts.map14780644editdlrm
PDFAnnotation.js49460644editdlrm
PDFAnnotation.js.map46610644editdlrm
PDFWidgetAnnotation.d.ts12480644editdlrm
PDFWidgetAnnotation.d.ts.map8890644editdlrm
PDFWidgetAnnotation.js40410644editdlrm
PDFWidgetAnnotation.js.map34550644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/pdf-lib/es/core/annotation/flags.d.ts (3382B)
/** From PDF spec table 165 */ export declare enum AnnotationFlags { /** * If set, do not display the annotation if it does not belong to one of the * standard annotation types and no annotation handler is available. If clear, * display such an unknown annotation using an appearance stream specified by * its appearance dictionary, if any. */ Invisible, /** * If set, do not display or print the annotation or allow it to interact with * the user, regardless of its annotation type or whether an annotation * handler is available. * * In cases where screen space is limited, the ability to hide and show * annotations selectively can be used in combination with appearance streams * to display auxiliary pop-up information similar in function to online help * systems. */ Hidden, /** * If set, print the annotation when the page is printed. If clear, never * print the annotation, regardless of whether it is displayed on the screen. * * This can be useful for annotations representing interactive pushbuttons, * which would serve no meaningful purpose on the printed page. */ Print, /** * If set, do not scale the annotation’s appearance to match the magnification * of the page. The location of the annotation on the page (defined by the * upper-left corner of its annotation rectangle) shall remain fixed, * regardless of the page magnification. */ NoZoom, /** * If set, do not rotate the annotation’s appearance to match the rotation of * the page. The upper-left corner of the annotation rectangle shall remain in * a fixed location on the page, regardless of the page rotation. */ NoRotate, /** * If set, do not display the annotation on the screen or allow it to interact * with the user. The annotation may be printed (depending on the setting of * the Print flag) but should be considered hidden for purposes of on-screen * display and user interaction. */ NoView, /** * If set, do not allow the annotation to interact with the user. The * annotation may be displayed or printed (depending on the settings of the * NoView and Print flags) but should not respond to mouse clicks or change * its appearance in response to mouse motions. * * This flag shall be ignored for widget annotations; its function is * subsumed by the ReadOnly flag of the associated form field. */ ReadOnly, /** * If set, do not allow the annotation to be deleted or its properties * (including position and size) to be modified by the user. However, this * flag does not restrict changes to the annotation’s contents, such as the * value of a form field. */ Locked, /** * If set, invert the interpretation of the NoView flag for certain events. * * A typical use is to have an annotation that appears only when a mouse * cursor is held over it. */ ToggleNoView, /** * If set, do not allow the contents of the annotation to be modified by the * user. This flag does not restrict deletion of the annotation or changes to * other annotation properties, such as position and size. */ LockedContents } //# sourceMappingURL=flags.d.ts.map