Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.commons.table.operations.cals
Class CALSTableColumnSpecificationInformation

java.lang.Object
  extended by ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation
      extended by ro.sync.ecss.extensions.commons.table.operations.cals.CALSTableColumnSpecificationInformation
All Implemented Interfaces:
java.io.Serializable, ro.sync.ecss.component.AuthorContentMetadata

@API(type=INTERNAL,
     src=PUBLIC)
public class CALSTableColumnSpecificationInformation
extends TableColumnSpecificationInformation

Information about CALS table column specification. Holds informations like column width and column name. It is used on table column insertion operations handling, to keep the original column name and width unchanged (for example when a CALS column is copied this information is kept into the clipboard and then used on paste column operation, as values for the inserted column colspec attributes).

See Also:
Serialized Form

Constructor Summary
CALSTableColumnSpecificationInformation(WidthRepresentation widthRepresentation, java.lang.String columnName)
          Constructor.
 
Method Summary
 java.lang.String getColumnName()
          Gets the column name.
 
Methods inherited from class ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation
getWidthRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CALSTableColumnSpecificationInformation

public CALSTableColumnSpecificationInformation(WidthRepresentation widthRepresentation,
                                               java.lang.String columnName)
Constructor.

Parameters:
widthRepresentation - The column width representation that specifies the fixed and relative width determined from the column specification.
columnName - The column name.
Method Detail

getColumnName

public java.lang.String getColumnName()
Gets the column name.

Returns:
Returns the column name.

Oxygen XML Editor 14.2 Author API

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