sempdf
sempdf v1.9.1Interfaces

Interface: FlowHighlightOptions

sempdf v1.9.1


sempdf / FlowHighlightOptions

Defined in: src/types.ts:1584

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:3008
heightnumberHeight in PDF points.HighlightAnnotationOptions.heightsrc/types.ts:3006
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1271
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1277
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1279
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1275
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1273
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.HighlightAnnotationOptions.structuresrc/types.ts:3012
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.HighlightAnnotationOptions.tagsrc/types.ts:3010
width?numberWidth override in PDF points.-src/types.ts:1591
x?numberHorizontal position override in PDF points.-src/types.ts:1587
y?numberVertical position override in PDF points.-src/types.ts:1589

On this page