|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDocument.OdfMediaType | |
|---|---|
| org.odftoolkit.odfdom.doc | The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. |
| Uses of OdfDocument.OdfMediaType in org.odftoolkit.odfdom.doc |
|---|
| Methods in org.odftoolkit.odfdom.doc that return OdfDocument.OdfMediaType | |
|---|---|
OdfDocument.OdfMediaType |
OdfGraphicsDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfImageDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfPresentationDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfTextDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfSpreadsheetDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfDocument.OdfMediaType.getOdfMediaType()
|
OdfDocument.OdfMediaType |
OdfChartDocument.OdfMediaType.getOdfMediaType()
|
static OdfDocument.OdfMediaType |
OdfGraphicsDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfImageDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfPresentationDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfTextDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfSpreadsheetDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfChartDocument.OdfMediaType.getOdfMediaType(java.lang.String mediaType)
|
static OdfDocument.OdfMediaType |
OdfDocument.OdfMediaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OdfDocument.OdfMediaType[] |
OdfDocument.OdfMediaType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.doc with parameters of type OdfDocument.OdfMediaType | |
|---|---|
java.util.List<OdfDocument> |
OdfDocument.getEmbeddedDocuments(OdfDocument.OdfMediaType mediaType)
Method returns all embedded OdfDocuments of the current OdfDocument matching the according MediaType. |
protected void |
OdfDocument.setMediaType(OdfDocument.OdfMediaType odfMediaType)
Sets the media type of the OdfDocument |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||