Interface InsertTableCellsContentConstants
- All Known Implementing Classes:
InsertColumnOperation,InsertColumnOperation,InsertColumnOperation,InsertRowOperation,InsertRowOperation,InsertRowOperation,InsertSingleColumnOperation,InsertSingleColumnOperation,InsertSingleColumnOperation,InsertSingleRowOperation,InsertSingleRowOperation,InsertSingleRowOperation,InsertTableOperation,InsertTableOperation
@API(type=INTERNAL,
src=PUBLIC)
public interface InsertTableCellsContentConstants
Interface holding constants used in operations that insert content in table cells.
- Since:
- 14.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArgumentDescriptorArgument for insert table cells content.static final ArgumentDescriptor[]An array of length 1 containing the argument for insert table cells content.static final StringThe cell fragment argument name
-
Field Details
-
CELL_FRAGMENT_ARGUMENT_NAME
The cell fragment argument name- See Also:
-
CELL_FRAGMENT_ARGUMENT
Argument for insert table cells content. -
CELL_FRAGMENT_ARGUMENT_IN_ARRAY
An array of length 1 containing the argument for insert table cells content.
-