Skip to main content

Interface: FlowHighlightOptions

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

Extends

Properties

PropertyTypeDescriptionInherited from
color?ColorInputColor used for drawing, text, or highlighting.HighlightAnnotationOptions.color
heightnumberHeight in PDF points.HighlightAnnotationOptions.height
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.margin
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottom
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeft
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRight
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTop
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.HighlightAnnotationOptions.structure
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.HighlightAnnotationOptions.tag
width?numberWidth override in PDF points.-
x?numberHorizontal position override in PDF points.-
y?numberVertical position override in PDF points.-