Class AuthorTableInsertColumnArguments

java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableInsertColumnArguments

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class AuthorTableInsertColumnArguments extends Object
Since:
14
  • Constructor Details

  • Method Details

    • getAuthorAccess

      public AuthorAccess getAuthorAccess()
      Returns:
      Returns the access to Author operation.
    • getColumnFragments

      public AuthorDocumentFragment[] getColumnFragments()
      Returns:
      Returns the array containing the cells nodes that compose an Author table column.
    • getInsertOffset

      public int getInsertOffset()
      Returns:
      Returns the offset where the column is inserted.
    • areFragmentsWrappedInCells

      public boolean areFragmentsWrappedInCells()
      Returns:
      Returns true if the given column fragments represents the cells nodes or only the content of the cells nodes.
    • getColumnSpecificationInformation

      public TableColumnSpecificationInformation getColumnSpecificationInformation()
      Returns the column specification information of a table column. This information is requested when a column is copied or dragged, from AuthorTableOperationsHandler.getColumnSpecification(AuthorAccess, ro.sync.ecss.extensions.api.node.AuthorElement, int) method.
      Returns:
      Returns information about column specification (like column specified width). It can be null if no information is specified for table column.