Package org.apache.poi.openxml4j.opc
Class ContentTypes
- java.lang.Object
-
- org.apache.poi.openxml4j.opc.ContentTypes
-
public final class ContentTypes extends Object
Open Packaging Convention content types (see Annex F : Standard Namespaces and Content Types).
-
-
Field Summary
Fields Modifier and Type Field Description static StringCORE_PROPERTIES_PARTCore Properties part.static StringCUSTOM_XML_PARTCustom XML part.static StringDIGITAL_SIGNATURE_CERTIFICATE_PARTDigital Signature Certificate part.static StringDIGITAL_SIGNATURE_ORIGIN_PARTDigital Signature Origin part.static StringDIGITAL_SIGNATURE_XML_SIGNATURE_PARTDigital Signature XML Signature part.static StringEXTENSION_GIFstatic StringEXTENSION_JPG_1static StringEXTENSION_JPG_2static StringEXTENSION_PICTstatic StringEXTENSION_PNGstatic StringEXTENSION_TIFFstatic StringEXTENSION_XMLstatic StringIMAGE_GIFstatic StringIMAGE_JPEGstatic StringIMAGE_PICTPict image format.static StringIMAGE_PNGstatic StringIMAGE_TIFFTIFF image format.static StringPLAIN_OLD_XMLPlain old xml.static StringRELATIONSHIPS_PARTRelationships part.static StringXMLXML file.
-
Constructor Summary
Constructors Constructor Description ContentTypes()
-
-
-
Field Detail
-
CORE_PROPERTIES_PART
public static final String CORE_PROPERTIES_PART
Core Properties part.- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE_CERTIFICATE_PART
public static final String DIGITAL_SIGNATURE_CERTIFICATE_PART
Digital Signature Certificate part.- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE_ORIGIN_PART
public static final String DIGITAL_SIGNATURE_ORIGIN_PART
Digital Signature Origin part.- See Also:
- Constant Field Values
-
DIGITAL_SIGNATURE_XML_SIGNATURE_PART
public static final String DIGITAL_SIGNATURE_XML_SIGNATURE_PART
Digital Signature XML Signature part.- See Also:
- Constant Field Values
-
RELATIONSHIPS_PART
public static final String RELATIONSHIPS_PART
Relationships part.- See Also:
- Constant Field Values
-
CUSTOM_XML_PART
public static final String CUSTOM_XML_PART
Custom XML part.- See Also:
- Constant Field Values
-
PLAIN_OLD_XML
public static final String PLAIN_OLD_XML
Plain old xml. Note - OOXML uses application/xml, and not text/xml!- See Also:
- Constant Field Values
-
IMAGE_JPEG
public static final String IMAGE_JPEG
- See Also:
- Constant Field Values
-
EXTENSION_JPG_1
public static final String EXTENSION_JPG_1
- See Also:
- Constant Field Values
-
EXTENSION_JPG_2
public static final String EXTENSION_JPG_2
- See Also:
- Constant Field Values
-
IMAGE_PNG
public static final String IMAGE_PNG
- See Also:
- Constant Field Values
-
EXTENSION_PNG
public static final String EXTENSION_PNG
- See Also:
- Constant Field Values
-
IMAGE_GIF
public static final String IMAGE_GIF
- See Also:
- Constant Field Values
-
EXTENSION_GIF
public static final String EXTENSION_GIF
- See Also:
- Constant Field Values
-
IMAGE_TIFF
public static final String IMAGE_TIFF
TIFF image format.
-
EXTENSION_TIFF
public static final String EXTENSION_TIFF
- See Also:
- Constant Field Values
-
IMAGE_PICT
public static final String IMAGE_PICT
Pict image format.
-
EXTENSION_PICT
public static final String EXTENSION_PICT
- See Also:
- Constant Field Values
-
XML
public static final String XML
XML file.- See Also:
- Constant Field Values
-
EXTENSION_XML
public static final String EXTENSION_XML
- See Also:
- Constant Field Values
-
-