Class CALSTableColumnSpecificationInformation

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • 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.
      • setColumnName

        public void setColumnName​(java.lang.String colName)
        Set the column name.
        Parameters:
        colName - The new column name.