public class FormatterOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
appendTransferredReferences |
com.vladsch.flexmark.util.format.options.EqualizeTrailingMarker |
atxHeaderTrailingMarker |
boolean |
blockQuoteBlankLines |
com.vladsch.flexmark.util.format.options.BlockQuoteMarker |
blockQuoteMarkers |
com.vladsch.flexmark.util.mappers.CharWidthProvider |
charWidthProvider |
com.vladsch.flexmark.parser.ParserEmulationProfile |
emulationProfile |
int |
fencedCodeMarkerLength |
com.vladsch.flexmark.util.format.options.CodeFenceMarker |
fencedCodeMarkerType |
boolean |
fencedCodeMatchClosingMarker |
boolean |
fencedCodeMinimizeIndent |
boolean |
fencedCodeSpaceBeforeInfo |
int |
formatFlags |
boolean |
indentedCodeMinimizeIndent |
boolean |
itemContentIndent |
boolean |
keepExplicitLinksAtStart |
boolean |
keepHardLineBreaks |
boolean |
keepImageLinksAtStart |
boolean |
keepSoftLineBreaks |
boolean |
listAddBlankLineBefore |
com.vladsch.flexmark.util.format.options.ListBulletMarker |
listBulletMarker |
com.vladsch.flexmark.util.format.options.ListNumberedMarker |
listNumberedMarker |
boolean |
listRemoveEmptyItems |
boolean |
listRenumberItems |
com.vladsch.flexmark.util.format.options.ListSpacing |
listSpacing |
int |
maxBlankLines |
int |
maxTrailingBlankLines |
int |
minSetextMarkerLength |
com.vladsch.flexmark.util.format.options.ElementPlacement |
referencePlacement |
com.vladsch.flexmark.util.format.options.ElementPlacementSort |
referenceSort |
boolean |
setextHeaderEqualizeMarker |
com.vladsch.flexmark.util.format.options.DiscretionaryText |
spaceAfterAtxMarker |
String |
thematicBreak |
String |
translationExcludePattern |
String |
translationHtmlBlockPrefix |
String |
translationHtmlBlockTagPattern |
String |
translationHtmlInlineTagPattern |
String |
translationIdFormat |
| Constructor and Description |
|---|
FormatterOptions(com.vladsch.flexmark.util.options.DataHolder options) |
public final boolean itemContentIndent
public final com.vladsch.flexmark.parser.ParserEmulationProfile emulationProfile
public final boolean setextHeaderEqualizeMarker
public final int formatFlags
public final int maxBlankLines
public final int maxTrailingBlankLines
public final int minSetextMarkerLength
public final com.vladsch.flexmark.util.format.options.DiscretionaryText spaceAfterAtxMarker
public final com.vladsch.flexmark.util.format.options.EqualizeTrailingMarker atxHeaderTrailingMarker
public final boolean blockQuoteBlankLines
public final com.vladsch.flexmark.util.format.options.BlockQuoteMarker blockQuoteMarkers
public final String thematicBreak
public final String translationIdFormat
public final String translationHtmlBlockPrefix
public final String translationExcludePattern
public final String translationHtmlBlockTagPattern
public final String translationHtmlInlineTagPattern
public final boolean indentedCodeMinimizeIndent
public final boolean fencedCodeMinimizeIndent
public final boolean fencedCodeMatchClosingMarker
public final boolean fencedCodeSpaceBeforeInfo
public final int fencedCodeMarkerLength
public final com.vladsch.flexmark.util.format.options.CodeFenceMarker fencedCodeMarkerType
public final boolean listAddBlankLineBefore
public final boolean listRenumberItems
public final boolean listRemoveEmptyItems
public final com.vladsch.flexmark.util.format.options.ListBulletMarker listBulletMarker
public final com.vladsch.flexmark.util.format.options.ListNumberedMarker listNumberedMarker
public final com.vladsch.flexmark.util.format.options.ListSpacing listSpacing
public final com.vladsch.flexmark.util.format.options.ElementPlacement referencePlacement
public final com.vladsch.flexmark.util.format.options.ElementPlacementSort referenceSort
public final boolean keepImageLinksAtStart
public final boolean keepExplicitLinksAtStart
public final boolean keepHardLineBreaks
public final boolean keepSoftLineBreaks
public final boolean appendTransferredReferences
public final com.vladsch.flexmark.util.mappers.CharWidthProvider charWidthProvider
Copyright © 2018. All rights reserved.