react-pdf-highlighter-plus
react-pdf-highlighter-plus
TextHighlightStyle
Interface TextHighlightStyle
Style options for text highlight appearance.
interface
TextHighlightStyle
{
highlightColor
?:
string
;
highlightStyle
?:
"underline"
|
"highlight"
|
"strikethrough"
;
}
Index
Properties
highlight
Color?
highlight
Style?
Properties
Optional
highlight
Color
highlight
Color
?:
string
Optional
highlight
Style
highlight
Style
?:
"underline"
|
"highlight"
|
"strikethrough"
Preparing search index...
The search index is not available
react-pdf-highlighter-plus
CONTENTS
Component
AreaHighlight
DrawingCanvas
DrawingHighlight
ImageHighlight
MonitoredHighlightContainer
PdfHighlighter
PdfLoader
ShapeCanvas
ShapeHighlight
SignaturePad
TextHighlight
Component Properties
AreaHighlightProps
DrawingCanvasProps
DrawingHighlightProps
FreetextHighlightProps
ImageHighlightProps
MonitoredHighlightContainerProps
PdfHighlighterProps
PdfLoaderProps
ShapeCanvasProps
ShapeHighlightProps
SignaturePadProps
TextHighlightProps
Context
HighlightContainerUtils
PdfHighlighterUtils
useHighlightContainerContext
usePdfHighlighterContext
Function
exportPdf
Other
AreaHighlightStyle
FreetextStyle
ShapeStyle
TextHighlightStyle
FreetextHighlight
Type
ExportPdfOptions
ExportableHighlight
GhostHighlight
Highlight
Content
DrawingPoint
DrawingStroke
HighlightBindings
HighlightType
LTWH
LTWHP
Page
PdfScaleValue
PdfSelection
Scaled
ScaledPosition
ShapeData
ShapeType
Tip
ViewportHighlight
ViewportPosition
Utilities
scaledPositionToViewport
viewportPositionToScaled
Style options for text highlight appearance.