public class OfficeOpenXMLContentType extends Object
Modifier and Type | Field and Description |
---|---|
static OfficeOpenXMLContentType |
APPLICATION |
static OfficeOpenXMLContentType |
COMMENTS |
static OfficeOpenXMLContentType |
CORE_PROPERTIES |
static OfficeOpenXMLContentType |
DRAWING |
static OfficeOpenXMLContentType |
EXTENDED_PROPERTIES |
static OfficeOpenXMLContentType |
FOOTER |
static OfficeOpenXMLContentType |
FOOTNOTES |
static OfficeOpenXMLContentType |
HEADER |
static OfficeOpenXMLContentType |
IMAGE_JPEG |
static OfficeOpenXMLContentType |
IMAGE_JPG |
static OfficeOpenXMLContentType |
IMAGE_PNG |
static OfficeOpenXMLContentType |
RELATIONSHIPS |
static OfficeOpenXMLContentType |
THEME |
Modifier | Constructor and Description |
---|---|
protected |
OfficeOpenXMLContentType(String inTypeString) |
Modifier and Type | Method and Description |
---|---|
String |
getExtension() |
String |
getTypeString() |
protected OfficeOpenXMLContentType |
setExtension(String inValue) |
String |
toString() |
XMLTag |
toXMLTag() |
public static final OfficeOpenXMLContentType IMAGE_JPEG
public static final OfficeOpenXMLContentType IMAGE_JPG
public static final OfficeOpenXMLContentType IMAGE_PNG
public static final OfficeOpenXMLContentType APPLICATION
public static final OfficeOpenXMLContentType CORE_PROPERTIES
public static final OfficeOpenXMLContentType DRAWING
public static final OfficeOpenXMLContentType EXTENDED_PROPERTIES
public static final OfficeOpenXMLContentType RELATIONSHIPS
public static final OfficeOpenXMLContentType THEME
public static final OfficeOpenXMLContentType HEADER
public static final OfficeOpenXMLContentType FOOTER
public static final OfficeOpenXMLContentType FOOTNOTES
public static final OfficeOpenXMLContentType COMMENTS
protected OfficeOpenXMLContentType(String inTypeString)
protected OfficeOpenXMLContentType setExtension(String inValue)
public String getTypeString()
public String getExtension()
jataylor@hairyfatguy.com