DocTextFinderConfig Class Documentation

classDocTextFinderConfig

Namespace: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 void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getPreserveLineBreaks

booleangetPreserveLineBreaks()

Returns:

boolean

If true, inserts chars instead of spaces wherever ends of lines are detected within extracted text.

setPreserveLineBreaks

voidsetPreserveLineBreaks(booleanvalue)

Parameters

value: boolean

Returns:

void

If true, inserts chars instead of spaces wherever ends of lines are detected within extracted text.