Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.commons.table.support
Class CALSColSpanSpec

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

public class CALSColSpanSpec
extends Object

Contains information about column span for the CALS table model (e.g. DocBook or DITA tables).


Constructor Summary
CALSColSpanSpec(String spanName, String namest, String nameend)
          Constructor.
 
Method Summary
 String getEndColumnName()
          Return the name of the end column.
 String getSpanName()
           
 String getStartColumnName()
          Return the name of the start column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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.

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.