Class JoinCellAboveBelowOperation
java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
ro.sync.ecss.extensions.dita.map.table.JoinCellAboveBelowOperation
- All Implemented Interfaces:
AuthorOperation
,Extension
@API(type=INTERNAL,
src=PUBLIC)
public class JoinCellAboveBelowOperation
extends JoinCellAboveBelowOperationBase
Operation for joining the content of two cells on the same column, from adjacent rows,
DITA reltable implementation.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
JOIN_ABOVE, JOIN_BELOW
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
CHANGE_TRACKING_BEHAVIOR_ARGUMENT, TABLE_INFO_ARGUMENT_DESCRIPTOR, TABLE_INFO_ARGUMENT_NAME, tableHelper
Fields inherited from interface ro.sync.ecss.extensions.api.AuthorOperation
NAMESPACE_ARGUMENT, NAMESPACE_ARGUMENT_DESCRIPTOR, SCHEMA_AWARE_ARGUMENT, SCHEMA_AWARE_ARGUMENT_DESCRIPTOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.JoinCellAboveBelowOperationBase
createDeleteRowOperation, doOperationInternal, getArguments, getDescription
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
createEmptyCell, doOperation, findCellInsertionOffset, getElementAncestor, isElement, isTableElement
-
Constructor Details
-
JoinCellAboveBelowOperation
public JoinCellAboveBelowOperation()Constructor.
-