| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
TableSectionType |
TableSection.sectionType |
| Modifier and Type | Method and Description |
|---|---|
static TableSectionType |
TableSectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSectionType[] |
TableSectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableCellOffsetInfo |
TableCellOffsetInfo.nextOffsetStop(Map<TableSectionType,Integer> stopPointsMap)
Available if somewhere in table
|
TableCellOffsetInfo |
TableCellOffsetInfo.previousOffsetStop(Map<TableSectionType,Integer> stopPointsMap)
Available if somewhere in table
|
| Constructor and Description |
|---|
TableCaptionSection(TableSectionType sectionType) |
TableSection(TableSectionType sectionType) |
TableSeparatorSection(TableSectionType sectionType) |
Copyright © 2019. All rights reserved.