Oxygen XML Editor 14.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

@API(type=INTERNAL,
     src=PUBLIC)
public class CALSColSpanSpec
extends java.lang.Object

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


Constructor Summary
CALSColSpanSpec(java.lang.String spanName, java.lang.String namest, java.lang.String nameend)
          Constructor.
 
Method Summary
 java.lang.String getEndColumnName()
          Return the name of the end column.
 java.lang.String getSpanName()
           
 java.lang.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(java.lang.String spanName,
                       java.lang.String namest,
                       java.lang.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 java.lang.String getSpanName()
Returns:
The name of the span specification. Can be null.

getStartColumnName

public java.lang.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 java.lang.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 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.