Class SplitCellAboveBelowOperation
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
-
- ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
-
- ro.sync.ecss.extensions.commons.table.operations.xhtml.SplitCellAboveBelowOperation
-
- All Implemented Interfaces:
AuthorOperation
,Extension
,XHTMLConstants
@API(type=INTERNAL, src=PUBLIC) public class SplitCellAboveBelowOperation extends SplitCellAboveBelowOperationBase implements XHTMLConstants
Operation for splitting a table cell above or below.
-
-
Field Summary
-
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
-
Fields inherited from interface ro.sync.ecss.extensions.commons.table.operations.xhtml.XHTMLConstants
ATTRIBUTE_NAME_COLSPAN, ATTRIBUTE_NAME_ID, ATTRIBUTE_NAME_ROWSPAN, ATTRIBUTE_NAME_XML_ID, ELEMENT_NAME_INFORMALTABLE, ELEMENT_NAME_TABLE, ELEMENT_NAME_TD, ELEMENT_NAME_TH, ELEMENT_NAME_THEAD, ELEMENT_NAME_TR
-
-
Constructor Summary
Constructors Constructor Description SplitCellAboveBelowOperation()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
getIgnoredAttributes()
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.SplitCellAboveBelowOperationBase
doOperationInternal, getArguments, getDescription, splitCell
-
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.AbstractTableOperation
createEmptyCell, doOperation, findCellInsertionOffset, getElementAncestor, isElement, isTableElement
-
-
-
-
Method Detail
-
getIgnoredAttributes
protected java.lang.String[] getIgnoredAttributes()
- Specified by:
getIgnoredAttributes
in classSplitCellAboveBelowOperationBase
- Returns:
- The attributes which should be skipped, when creating a copy of the split cell.
- See Also:
SplitCellAboveBelowOperationBase.getIgnoredAttributes()
-
-