LibreOffice Module xmerge (master) 1
|
Interface defining constants for Sxc attributes. More...
Public Attributes | |
String | COLUMN_STYLE_FAMILY = "table-column" |
Family name for column styles. More... | |
String | ROW_STYLE_FAMILY = "table-row" |
Family name for row styles. More... | |
String | TABLE_CELL_STYLE_FAMILY = "table-cell" |
Family name for table-cell styles. More... | |
String | DEFAULT_STYLE = "Default" |
Name of the default style. More... | |
Interface defining constants for Sxc attributes.
Definition at line 24 of file SxcConstants.java.
String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.COLUMN_STYLE_FAMILY = "table-column" |
Family name for column styles.
Definition at line 27 of file SxcConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.loadStyles(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableColumn().
String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.DEFAULT_STYLE = "Default" |
Name of the default style.
Definition at line 36 of file SxcConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processColumns().
String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.ROW_STYLE_FAMILY = "table-row" |
Family name for row styles.
Definition at line 30 of file SxcConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.loadStyles(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableRow().
String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.TABLE_CELL_STYLE_FAMILY = "table-cell" |
Family name for table-cell styles.
Definition at line 33 of file SxcConstants.java.
Referenced by org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.loadStyles(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer.processCells(), org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseCell(), and org.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer.traverseTableColumn().