org.docx4j.openpackaging.contenttype
Class ContentTypes
java.lang.Object
org.docx4j.openpackaging.contenttype.ContentTypes
public class ContentTypes
- extends java.lang.Object
Content types.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_XML
public static final java.lang.String APPLICATION_XML
- See Also:
- Constant Field Values
EXTENSION_GIF
public static final java.lang.String EXTENSION_GIF
- See Also:
- Constant Field Values
EXTENSION_JPG_1
public static final java.lang.String EXTENSION_JPG_1
- See Also:
- Constant Field Values
EXTENSION_JPG_2
public static final java.lang.String EXTENSION_JPG_2
- See Also:
- Constant Field Values
EXTENSION_PICT
public static final java.lang.String EXTENSION_PICT
- See Also:
- Constant Field Values
EXTENSION_PNG
public static final java.lang.String EXTENSION_PNG
- See Also:
- Constant Field Values
EXTENSION_TIFF
public static final java.lang.String EXTENSION_TIFF
- See Also:
- Constant Field Values
IMAGE_GIF
public static final java.lang.String IMAGE_GIF
- See Also:
- Constant Field Values
IMAGE_JPEG
public static final java.lang.String IMAGE_JPEG
- See Also:
- Constant Field Values
IMAGE_PICT
public static final java.lang.String IMAGE_PICT
- Pict image format.
- See Also:
http://developer.apple.com/documentation/mac/QuickDraw/QuickDraw-2.html,
Constant Field Values
IMAGE_PNG
public static final java.lang.String IMAGE_PNG
- See Also:
- Constant Field Values
IMAGE_TIFF
public static final java.lang.String IMAGE_TIFF
- TIFF image format.
- See Also:
http://partners.adobe.com/public/developer/tiff/index.html#spec,
Constant Field Values
OFFICEDOCUMENT_CUSTOMPROPERTIES
public static final java.lang.String OFFICEDOCUMENT_CUSTOMPROPERTIES
- See Also:
- Constant Field Values
OFFICEDOCUMENT_CUSTOMXMLPROPERTIES
public static final java.lang.String OFFICEDOCUMENT_CUSTOMXMLPROPERTIES
- See Also:
- Constant Field Values
OFFICEDOCUMENT_EXTENDEDPROPERTIES
public static final java.lang.String OFFICEDOCUMENT_EXTENDEDPROPERTIES
- See Also:
- Constant Field Values
OFFICEDOCUMENT_FONT
public static final java.lang.String OFFICEDOCUMENT_FONT
- See Also:
- Constant Field Values
OFFICEDOCUMENT_THEME
public static final java.lang.String OFFICEDOCUMENT_THEME
- See Also:
- Constant Field Values
PACKAGE_COREPROPERTIES
public static final java.lang.String PACKAGE_COREPROPERTIES
- See Also:
- Constant Field Values
RELATIONSHIPS_PART
public static final java.lang.String RELATIONSHIPS_PART
- Relationships part - CRITICAL!
- See Also:
- Constant Field Values
WORDPROCESSINGML_COMMENTS
public static final java.lang.String WORDPROCESSINGML_COMMENTS
- See Also:
- Constant Field Values
WORDPROCESSINGML_DOCUMENT
public static final java.lang.String WORDPROCESSINGML_DOCUMENT
- See Also:
- Constant Field Values
WORDPROCESSINGML_ENDNOTES
public static final java.lang.String WORDPROCESSINGML_ENDNOTES
- See Also:
- Constant Field Values
WORDPROCESSINGML_FONTTABLE
public static final java.lang.String WORDPROCESSINGML_FONTTABLE
- See Also:
- Constant Field Values
WORDPROCESSINGML_FOOTER
public static final java.lang.String WORDPROCESSINGML_FOOTER
- See Also:
- Constant Field Values
WORDPROCESSINGML_FOOTNOTES
public static final java.lang.String WORDPROCESSINGML_FOOTNOTES
- See Also:
- Constant Field Values
WORDPROCESSINGML_GLOSSARYDOCUMENT
public static final java.lang.String WORDPROCESSINGML_GLOSSARYDOCUMENT
- See Also:
- Constant Field Values
WORDPROCESSINGML_HEADER
public static final java.lang.String WORDPROCESSINGML_HEADER
- See Also:
- Constant Field Values
WORDPROCESSINGML_NUMBERING
public static final java.lang.String WORDPROCESSINGML_NUMBERING
- See Also:
- Constant Field Values
WORDPROCESSINGML_SETTINGS
public static final java.lang.String WORDPROCESSINGML_SETTINGS
- See Also:
- Constant Field Values
WORDPROCESSINGML_STYLES
public static final java.lang.String WORDPROCESSINGML_STYLES
- See Also:
- Constant Field Values
WORDPROCESSINGML_WEBSETTINGS
public static final java.lang.String WORDPROCESSINGML_WEBSETTINGS
- See Also:
- Constant Field Values
XML
public static final java.lang.String XML
- See Also:
- Constant Field Values
ContentTypes
public ContentTypes()