DocTextFinderConfig Class Documentation
classDocTextFinderConfigNamespace:com::datalogics::PDFL
Detailed Description
A document text finder configuration that customizes the way the extracted text is processed. In the default configuration, all options are false. Structure representing configuration options for DocTextFinder.
Referenced by
Constructor & Destructor Documentation
DocTextFinderConfig
DocTextFinderConfig()A document text finder configuration that customizes the way the extracted text is processed. In the default configuration, all options are false. Structure representing configuration options for DocTextFinder.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetPreserveLineBreaks
booleangetPreserveLineBreaks()Returns:
booleanIf true, inserts chars instead of spaces wherever ends of lines are detected within extracted text.
setPreserveLineBreaks
voidsetPreserveLineBreaks(booleanvalue)Parameters
value: boolean
Returns:
voidIf true, inserts chars instead of spaces wherever ends of lines are detected within extracted text.