@API(type=INTERNAL,
     src=PUBLIC)
public class DocbookTableCellSepInfoProvider
extends CALSTableCellInfoProvider
DEFAULT_WIDTH_REPRESENTATION, spanspecInfosATTRIBUTE_NAME_ALIGN, ATTRIBUTE_NAME_COLNAME, ATTRIBUTE_NAME_COLNUM, ATTRIBUTE_NAME_COLS, ATTRIBUTE_NAME_COLSEP, ATTRIBUTE_NAME_COLWIDTH, ATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_MOREROWS, ATTRIBUTE_NAME_NAMEEND, ATTRIBUTE_NAME_NAMEST, ATTRIBUTE_NAME_ROWSEP, ATTRIBUTE_NAME_SPANNAME, ATTRIBUTE_NAME_TABLE_WIDTH, ATTRIBUTE_NAME_XML_ID, ELEMENT_NAME_COLSPEC, ELEMENT_NAME_ENTRY, ELEMENT_NAME_INFORMALTABLE, ELEMENT_NAME_ROW, ELEMENT_NAME_SPANSPEC, ELEMENT_NAME_TABLE, ELEMENT_NAME_TGROUP| Constructor and Description | 
|---|
DocbookTableCellSepInfoProvider()
The default in DITA is not to present the separators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getColSep(AuthorElement cellElement,
         int columnIndex)
Special case for the topic/simpletable. 
 | 
boolean | 
getRowSep(AuthorElement cellElement,
         int columnIndex)
Special case for the topic/simpletable. 
 | 
commitColumnWidthModifications, commitTableWidthModification, getAllColspecWidthRepresentations, getCellSpanSpec, getCellWidth, getColSpan, getColSpec, getColSpecElement, getColSpecs, getDescription, getRowSpan, getTableWidth, hasColumnSpecifications, init, isAcceptingFixedColumnWidths, isAcceptingPercentageColumnWidths, isAcceptingProportionalColumnWidths, isTableAcceptingWidth, isTableAndColumnsResizable, isTableCell, isTableElementpublic DocbookTableCellSepInfoProvider()
public boolean getColSep(AuthorElement cellElement, int columnIndex)
true for them.getColSep in interface AuthorTableCellSepProvidergetColSep in class CALSTableCellInfoProvidercellElement - The node that represents a table cell in CSS.columnIndex - The index of the column, used to identify the colspec associated 
 to the cell. The colspec can give information about the colsep. 1 based.true if a separator should be placed at its right, false otherwise.AuthorTableCellSepProvider.getColSep(ro.sync.ecss.extensions.api.node.AuthorElement, int)public boolean getRowSep(AuthorElement cellElement, int columnIndex)
true for them.getRowSep in interface AuthorTableCellSepProvidergetRowSep in class CALSTableCellInfoProvidercellElement - The node that represents a table cell in CSS.columnIndex - The index of the column, used to identify the rowspec associated 
 to the cell. The rowspec can give information about the colsep. 1 based.true if a separator should be placed at its right, false otherwise.AuthorTableCellSepProvider.getRowSep(ro.sync.ecss.extensions.api.node.AuthorElement, int)© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.