Class TableFormatOptions
java.lang.Object
com.vladsch.flexmark.util.format.TableFormatOptions
- All Implemented Interfaces:
MutableDataSetter
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal CharWidthProviderfinal intfinal intfinal booleanfinal booleanstatic final DataKey<CharWidthProvider> static final DataKey<TableCaptionHandling> static final DataKey<DiscretionaryText> static final NullableDataKey<Integer> Used by table formatting to set min column from which to add missing columns, null to use defaultstatic final DataKey<DiscretionaryText> static final DataKey<TableManipulator> final TableCaptionHandlingfinal DiscretionaryTextfinal Integerfinal Stringstatic final Stringstatic final charstatic final CharPredicatefinal booleanfinal DiscretionaryTextfinal intfinal intfinal intfinal booleanfinal intfinal intfinal TableManipulatorfinal boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull MutableDataHoldersetIn(@NotNull MutableDataHolder dataHolder)
-
Field Details
-
INTELLIJ_DUMMY_IDENTIFIER_CHAR
public static final char INTELLIJ_DUMMY_IDENTIFIER_CHAR- See Also:
-
INTELLIJ_DUMMY_IDENTIFIER
-
INTELLIJ_DUMMY_IDENTIFIER_SET
-
FORMAT_TABLE_LEAD_TRAIL_PIPES
-
FORMAT_TABLE_SPACE_AROUND_PIPES
-
FORMAT_TABLE_ADJUST_COLUMN_WIDTH
-
FORMAT_TABLE_APPLY_COLUMN_ALIGNMENT
-
FORMAT_TABLE_FILL_MISSING_COLUMNS
-
FORMAT_TABLE_FILL_MISSING_MIN_COLUMN
Used by table formatting to set min column from which to add missing columns, null to use default -
FORMAT_TABLE_LEFT_ALIGN_MARKER
-
FORMAT_TABLE_MIN_SEPARATOR_COLUMN_WIDTH
-
FORMAT_TABLE_MIN_SEPARATOR_DASHES
-
FORMAT_TABLE_TRIM_CELL_WHITESPACE
-
FORMAT_TABLE_CAPTION
-
FORMAT_TABLE_CAPTION_SPACES
-
FORMAT_TABLE_INDENT_PREFIX
-
FORMAT_TABLE_MANIPULATOR
-
FORMAT_CHAR_WIDTH_PROVIDER
-
FORMAT_TABLE_DUMP_TRACKING_OFFSETS
-
leadTrailPipes
public final boolean leadTrailPipes -
spaceAroundPipes
public final boolean spaceAroundPipes -
adjustColumnWidth
public final boolean adjustColumnWidth -
applyColumnAlignment
public final boolean applyColumnAlignment -
fillMissingColumns
public final boolean fillMissingColumns -
formatTableFillMissingMinColumn
-
trimCellWhitespace
public final boolean trimCellWhitespace -
dumpIntellijOffsets
public final boolean dumpIntellijOffsets -
leftAlignMarker
-
formatTableCaption
-
formatTableCaptionSpaces
-
minSeparatorColumnWidth
public final int minSeparatorColumnWidth -
minSeparatorDashes
public final int minSeparatorDashes -
charWidthProvider
-
formatTableIndentPrefix
-
tableManipulator
-
spaceWidth
public final int spaceWidth -
spacePad
public final int spacePad -
pipeWidth
public final int pipeWidth -
colonWidth
public final int colonWidth -
dashWidth
public final int dashWidth
-
-
Constructor Details
-
TableFormatOptions
public TableFormatOptions() -
TableFormatOptions
-
-
Method Details
-
setIn
- Specified by:
setInin interfaceMutableDataSetter
-