Class CALSColSpanSpec
java.lang.Object
ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec
Contains information about column span for the CALS table model
(e.g. DocBook or DITA tables).
-
Constructor Summary
ConstructorsConstructorDescriptionCALSColSpanSpec
(String spanName, String namest, String nameend) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the end column.Return the name of the start column.
-
Constructor Details
-
CALSColSpanSpec
Constructor.- Parameters:
spanName
- The name of the span element.namest
- The start column name.nameend
- The end column name.
-
-
Method Details
-
getSpanName
- Returns:
- The name of the span specification. Can be
null
.
-
getStartColumnName
Return the name of the start column.- Returns:
- The name of the start column. It can be
null
if the value for the start column name given on the constructor wasnull
.
-
getEndColumnName
Return the name of the end column.- Returns:
- The name of the end column. It can be
null
if the value for the end column name given on the constructor wasnull
.
-