|
LibreOffice Module xmerge (master) 1
|
Utility methods to handle sheet XML tree. More...
Static Public Member Functions | |
| static void | emptyCell (ConverterCapabilities cc, Node node) |
| Empty the content of a cell value. More... | |
Utility methods to handle sheet XML tree.
Definition at line 32 of file SheetUtil.java.
|
inlinestatic |
Empty the content of a cell value.
This includes the following:
Node for most of the cells. | cc | The ConverterCapabilities. |
| node | The Node. |
Definition at line 50 of file SheetUtil.java.
References org.openoffice.xmerge.converter.xml.OfficeConstants.ATTRIBUTE_TABLE_NUM_COLUMNS_REPEATED, org.openoffice.xmerge.ConverterCapabilities.canConvertAttribute(), i, org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_PARAGRAPH, and org.openoffice.xmerge.converter.xml.OfficeConstants.TAG_TABLE_CELL.
Referenced by org.openoffice.xmerge.merger.merge.SheetMerge.clearRow(), org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCells(), and org.openoffice.xmerge.merger.merge.PositionBaseRowMerge.mergeCellSequences().