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
Fields Modifier and Type Field Description static ArgumentDescriptor
CELL_FRAGMENT_ARGUMENT
Argument for insert table cells content.static ArgumentDescriptor[]
CELL_FRAGMENT_ARGUMENT_IN_ARRAY
An array of length 1 containing the argument for insert table cells content.static java.lang.String
CELL_FRAGMENT_ARGUMENT_NAME
The cell fragment argument name
-
-
-
Field Detail
-
CELL_FRAGMENT_ARGUMENT_NAME
static final java.lang.String CELL_FRAGMENT_ARGUMENT_NAME
The cell fragment argument name- See Also:
- Constant Field Values
-
CELL_FRAGMENT_ARGUMENT
static final ArgumentDescriptor CELL_FRAGMENT_ARGUMENT
Argument for insert table cells content.
-
CELL_FRAGMENT_ARGUMENT_IN_ARRAY
static final ArgumentDescriptor[] CELL_FRAGMENT_ARGUMENT_IN_ARRAY
An array of length 1 containing the argument for insert table cells content.
-
-