Class CALSColSpanSpec

java.lang.Object
ro.sync.ecss.extensions.commons.table.support.CALSColSpanSpec

@API(type=INTERNAL, src=PUBLIC) public class CALSColSpanSpec extends Object
Contains information about column span for the CALS table model (e.g. DocBook or DITA tables).
  • Constructor Details

    • CALSColSpanSpec

      public CALSColSpanSpec(String spanName, String namest, String nameend)
      Constructor.
      Parameters:
      spanName - The name of the span element.
      namest - The start column name.
      nameend - The end column name.
  • Method Details

    • getSpanName

      public String getSpanName()
      Returns:
      The name of the span specification. Can be null.
    • getStartColumnName

      public String 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 was null.
    • getEndColumnName

      public String 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 was null.