LibreOffice Module xmerge (master) 1
Public Attributes | List of all members
org.openoffice.xmerge.converter.xml.sxc.SxcConstants Interface Reference

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...
 

Detailed Description

Interface defining constants for Sxc attributes.

Definition at line 24 of file SxcConstants.java.

Member Data Documentation

◆ COLUMN_STYLE_FAMILY

String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.COLUMN_STYLE_FAMILY = "table-column"

◆ DEFAULT_STYLE

String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.DEFAULT_STYLE = "Default"

◆ ROW_STYLE_FAMILY

String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.ROW_STYLE_FAMILY = "table-row"

◆ TABLE_CELL_STYLE_FAMILY

String org.openoffice.xmerge.converter.xml.sxc.SxcConstants.TABLE_CELL_STYLE_FAMILY = "table-cell"

The documentation for this interface was generated from the following file: