fr.opensagres.xdocreport.document.odt
Class ODTConstants

java.lang.Object
  extended by fr.opensagres.xdocreport.document.odt.ODTConstants

public class ODTConstants
extends Object

Open Office ODT constants.


Field Summary
static String CONTENT_XML_ENTRY
           
static String DESCRIPTION_DISCOVERY
           
static String DRAW_FRAME_ELT
           
static String DRAW_IMAGE_ELT
           
static String DRAW_NAME_ATTR
           
static String DRAW_NS
           
static String HEIGHT_ATTR
           
static String HREF_ATTR
           
static String ID_DISCOVERY
           
static String MANIFEST_ELT
           
static String METAINF_MANIFEST_XML_ENTRY
           
static MimeMapping MIME_MAPPING
           
static String MIMETYPE
           
static String ODT_EXTENSION
           
static String ODT_MIMETYPE
           
static String OFFICE_AUTOMATIC_STYLES_ELT
           
static String OFFICE_NS
           
static String STYLES_XML_ENTRY
           
static String SVG_NS
           
static String TABLE_ELT
           
static String TABLE_NS
           
static String TABLE_ROW_ELT
           
static String TEXT_A_ELT
           
static String TEXT_INPUT_ELT
           
static String TEXT_NS
           
static String WIDTH_ATTR
           
static String XLINK_NS
           
 
Constructor Summary
ODTConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_XML_ENTRY

public static final String CONTENT_XML_ENTRY
See Also:
Constant Field Values

STYLES_XML_ENTRY

public static final String STYLES_XML_ENTRY
See Also:
Constant Field Values

METAINF_MANIFEST_XML_ENTRY

public static final String METAINF_MANIFEST_XML_ENTRY
See Also:
Constant Field Values

TEXT_NS

public static final String TEXT_NS
See Also:
Constant Field Values

TEXT_INPUT_ELT

public static final String TEXT_INPUT_ELT
See Also:
Constant Field Values

TEXT_A_ELT

public static final String TEXT_A_ELT
See Also:
Constant Field Values

DRAW_NS

public static final String DRAW_NS
See Also:
Constant Field Values

DRAW_FRAME_ELT

public static final String DRAW_FRAME_ELT
See Also:
Constant Field Values

DRAW_NAME_ATTR

public static final String DRAW_NAME_ATTR
See Also:
Constant Field Values

DRAW_IMAGE_ELT

public static final String DRAW_IMAGE_ELT
See Also:
Constant Field Values

TABLE_NS

public static final String TABLE_NS
See Also:
Constant Field Values

TABLE_ELT

public static final String TABLE_ELT
See Also:
Constant Field Values

TABLE_ROW_ELT

public static final String TABLE_ROW_ELT
See Also:
Constant Field Values

XLINK_NS

public static final String XLINK_NS
See Also:
Constant Field Values

HREF_ATTR

public static final String HREF_ATTR
See Also:
Constant Field Values

OFFICE_NS

public static final String OFFICE_NS
See Also:
Constant Field Values

OFFICE_AUTOMATIC_STYLES_ELT

public static final String OFFICE_AUTOMATIC_STYLES_ELT
See Also:
Constant Field Values

SVG_NS

public static final String SVG_NS
See Also:
Constant Field Values

WIDTH_ATTR

public static final String WIDTH_ATTR
See Also:
Constant Field Values

HEIGHT_ATTR

public static final String HEIGHT_ATTR
See Also:
Constant Field Values

MIMETYPE

public static final String MIMETYPE
See Also:
Constant Field Values

ODT_MIMETYPE

public static final String ODT_MIMETYPE
See Also:
Constant Field Values

ODT_EXTENSION

public static final String ODT_EXTENSION
See Also:
Constant Field Values

MANIFEST_ELT

public static final String MANIFEST_ELT
See Also:
Constant Field Values

MIME_MAPPING

public static final MimeMapping MIME_MAPPING

ID_DISCOVERY

public static final String ID_DISCOVERY
See Also:
Constant Field Values

DESCRIPTION_DISCOVERY

public static final String DESCRIPTION_DISCOVERY
See Also:
Constant Field Values
Constructor Detail

ODTConstants

public ODTConstants()


Copyright © 2013. All rights reserved.