Class CALSTableColumnSpecificationInformation
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation
ro.sync.ecss.extensions.commons.table.operations.cals.CALSTableColumnSpecificationInformation
- All Implemented Interfaces:
Serializable
,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:
-
Constructor Summary
ConstructorsConstructorDescriptionCALSTableColumnSpecificationInformation
(WidthRepresentation widthRepresentation, String columnName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the column name.void
setColumnName
(String colName) Set the column name.Methods inherited from class ro.sync.ecss.extensions.api.table.operations.TableColumnSpecificationInformation
getWidthRepresentation
-
Constructor Details
-
CALSTableColumnSpecificationInformation
public CALSTableColumnSpecificationInformation(WidthRepresentation widthRepresentation, 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 Details
-
getColumnName
Gets the column name.- Returns:
- Returns the column name.
-
setColumnName
Set the column name.- Parameters:
colName
- The new column name.
-