Package com.vladsch.flexmark.util.format
Class TableSection
java.lang.Object
com.vladsch.flexmark.util.format.TableSection
- Direct Known Subclasses:
TableCaptionSection
,TableSeparatorSection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sectionType
-
rows
-
row
protected int row -
column
protected int column
-
-
Constructor Details
-
TableSection
-
-
Method Details
-
getRows
-
getRow
public int getRow() -
getColumn
public int getColumn() -
nextRow
public void nextRow() -
setCell
-
normalize
public void normalize() -
expandTo
-
expandTo
-
expandTo
-
expandTo
-
defaultRow
-
defaultCell
-
get
-
getMaxColumns
public int getMaxColumns() -
getMinColumns
public int getMinColumns() -
dumpRows
-
toString
-