public final boolean getDetectNumberingWithWhitespaces()
Allows to specify how numbered list items are recognized when plain text document is converted. The default value is true.
If this option is set to false, lists recognition algorithm detects list paragraphs, when list numbers ends with either dot, right bracket or bullet symbols (such as “\u2022”, “*”, “-” or “o”).
If this option is set to true, whitespaces are also used as list number delimiters: list recognition algorithm for Arabic style numbering (1., 1.1.2.) uses both whitespaces and dot (".") symbols.
Returns:
boolean
setDetectNumberingWithWhitespaces(boolean value)
public final void setDetectNumberingWithWhitespaces(boolean value)
Allows to specify how numbered list items are recognized when plain text document is converted. The default value is true.
If this option is set to false, lists recognition algorithm detects list paragraphs, when list numbers ends with either dot, right bracket or bullet symbols (such as “\u2022”, “*”, “-” or “o”).
If this option is set to true, whitespaces are also used as list number delimiters: list recognition algorithm for Arabic style numbering (1., 1.1.2.) uses both whitespaces and dot (".") symbols.
Parameters:
Parameter
Type
Description
value
boolean
getTrailingSpacesOptions()
public final TxtTrailingSpacesOptions getTrailingSpacesOptions()