public class HtmlParserOptions extends Object implements MutableDataSetter
Modifier and Type | Field and Description |
---|---|
String |
codeIndent |
int |
definitionMarkerSpaces |
boolean |
dotOnlyNumericLists |
String |
eolInTitleAttribute |
boolean |
extractAutoLinks |
boolean |
listContentIndent |
int |
minSetextHeadingMarkerLength |
String |
nbspText |
char |
orderedListDelimiter |
boolean |
outputUnknownTags |
boolean |
renderComments |
boolean |
setextHeadings |
Map<Object,CellAlignment> |
tableCellAlignmentMap |
TableFormatOptions |
tableOptions |
String |
thematicBreak |
boolean |
typographicQuotes |
boolean |
typographicSmarts |
char |
unorderedListDelimiter |
boolean |
wrapAutoLinks |
Modifier and Type | Method and Description |
---|---|
MutableDataHolder |
setIn(MutableDataHolder dataHolder) |
public boolean listContentIndent
public boolean setextHeadings
public boolean outputUnknownTags
public boolean typographicQuotes
public boolean typographicSmarts
public boolean wrapAutoLinks
public boolean extractAutoLinks
public boolean renderComments
public boolean dotOnlyNumericLists
public char orderedListDelimiter
public char unorderedListDelimiter
public int definitionMarkerSpaces
public int minSetextHeadingMarkerLength
public String codeIndent
public String eolInTitleAttribute
public String nbspText
public String thematicBreak
public Map<Object,CellAlignment> tableCellAlignmentMap
public TableFormatOptions tableOptions
public MutableDataHolder setIn(MutableDataHolder dataHolder)
setIn
in interface MutableDataSetter
Copyright © 2017. All rights reserved.