Package com.vladsch.flexmark.util.format
Class TableFormatOptions
- java.lang.Object
-
- com.vladsch.flexmark.util.format.TableFormatOptions
-
- All Implemented Interfaces:
com.vladsch.flexmark.util.data.MutableDataSetter
public class TableFormatOptions extends Object implements com.vladsch.flexmark.util.data.MutableDataSetter
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TableFormatOptions()TableFormatOptions(com.vladsch.flexmark.util.data.DataHolder options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.vladsch.flexmark.util.data.MutableDataHoldersetIn(@NotNull com.vladsch.flexmark.util.data.MutableDataHolder dataHolder)
-
-
-
Field Detail
-
INTELLIJ_DUMMY_IDENTIFIER_CHAR
public static final char INTELLIJ_DUMMY_IDENTIFIER_CHAR
- See Also:
- Constant Field Values
-
INTELLIJ_DUMMY_IDENTIFIER
public static final String INTELLIJ_DUMMY_IDENTIFIER
-
INTELLIJ_DUMMY_IDENTIFIER_SET
public static final com.vladsch.flexmark.util.misc.CharPredicate INTELLIJ_DUMMY_IDENTIFIER_SET
-
FORMAT_TABLE_LEAD_TRAIL_PIPES
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_LEAD_TRAIL_PIPES
-
FORMAT_TABLE_SPACE_AROUND_PIPES
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_SPACE_AROUND_PIPES
-
FORMAT_TABLE_ADJUST_COLUMN_WIDTH
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_ADJUST_COLUMN_WIDTH
-
FORMAT_TABLE_APPLY_COLUMN_ALIGNMENT
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_APPLY_COLUMN_ALIGNMENT
-
FORMAT_TABLE_FILL_MISSING_COLUMNS
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_FILL_MISSING_COLUMNS
-
FORMAT_TABLE_FILL_MISSING_MIN_COLUMN
public static final com.vladsch.flexmark.util.data.NullableDataKey<Integer> 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
public static final com.vladsch.flexmark.util.data.DataKey<DiscretionaryText> FORMAT_TABLE_LEFT_ALIGN_MARKER
-
FORMAT_TABLE_MIN_SEPARATOR_COLUMN_WIDTH
public static final com.vladsch.flexmark.util.data.DataKey<Integer> FORMAT_TABLE_MIN_SEPARATOR_COLUMN_WIDTH
-
FORMAT_TABLE_MIN_SEPARATOR_DASHES
public static final com.vladsch.flexmark.util.data.DataKey<Integer> FORMAT_TABLE_MIN_SEPARATOR_DASHES
-
FORMAT_TABLE_TRIM_CELL_WHITESPACE
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> FORMAT_TABLE_TRIM_CELL_WHITESPACE
-
FORMAT_TABLE_CAPTION
public static final com.vladsch.flexmark.util.data.DataKey<TableCaptionHandling> FORMAT_TABLE_CAPTION
-
FORMAT_TABLE_CAPTION_SPACES
public static final com.vladsch.flexmark.util.data.DataKey<DiscretionaryText> FORMAT_TABLE_CAPTION_SPACES
-
FORMAT_TABLE_INDENT_PREFIX
public static final com.vladsch.flexmark.util.data.DataKey<String> FORMAT_TABLE_INDENT_PREFIX
-
FORMAT_TABLE_MANIPULATOR
public static final com.vladsch.flexmark.util.data.DataKey<TableManipulator> FORMAT_TABLE_MANIPULATOR
-
FORMAT_CHAR_WIDTH_PROVIDER
public static final com.vladsch.flexmark.util.data.DataKey<CharWidthProvider> FORMAT_CHAR_WIDTH_PROVIDER
-
FORMAT_TABLE_DUMP_TRACKING_OFFSETS
public static final com.vladsch.flexmark.util.data.DataKey<Boolean> 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
public final Integer formatTableFillMissingMinColumn
-
trimCellWhitespace
public final boolean trimCellWhitespace
-
dumpIntellijOffsets
public final boolean dumpIntellijOffsets
-
leftAlignMarker
public final DiscretionaryText leftAlignMarker
-
formatTableCaption
public final TableCaptionHandling formatTableCaption
-
formatTableCaptionSpaces
public final DiscretionaryText formatTableCaptionSpaces
-
minSeparatorColumnWidth
public final int minSeparatorColumnWidth
-
minSeparatorDashes
public final int minSeparatorDashes
-
charWidthProvider
public final CharWidthProvider charWidthProvider
-
formatTableIndentPrefix
public final String formatTableIndentPrefix
-
tableManipulator
public final TableManipulator 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
-
-