Skip to content

a11ydocs v1.7.0


a11ydocs / FlowHighlightOptions

Interface: FlowHighlightOptions

Defined in: src/types.ts:1313

Options for placing a highlight annotation through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
color?ColorInputColor used for drawing, text, or highlighting.HighlightAnnotationOptions.colorsrc/types.ts:2417
heightnumberHeight in PDF points.HighlightAnnotationOptions.heightsrc/types.ts:2415
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1137
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1143
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1145
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1141
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1139
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.HighlightAnnotationOptions.structuresrc/types.ts:2421
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.HighlightAnnotationOptions.tagsrc/types.ts:2419
width?numberWidth override in PDF points.-src/types.ts:1320
x?numberHorizontal position override in PDF points.-src/types.ts:1316
y?numberVertical position override in PDF points.-src/types.ts:1318

Released under the ISC license.