|
||||||||||
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 |
OdfPresentationDocument.OdfMediaType.getOdfMediaType()
|
protected OdfDocument.OdfMediaType |
OdfDocument.getOdfMediaType()
Gets the media type of the OdfDocument |
static OdfDocument.OdfMediaType |
OdfTextDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfSpreadsheetDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfPresentationDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfImageDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfGraphicsDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfChartDocument.OdfMediaType.getOdfMediaType(String mediaType)
|
static OdfDocument.OdfMediaType |
OdfDocument.OdfMediaType.valueOf(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 | |
---|---|
Map<String,OdfDocument> |
OdfDocument.loadSubDocuments(OdfDocument.OdfMediaType desiredMediaType)
Method returns all embedded OdfPackageDocuments of sthe current OdfPackageDocument matching the according MediaType. |
protected static OdfDocument |
OdfDocument.loadTemplate(OdfPackageDocument.Resource res,
OdfDocument.OdfMediaType odfMediaType)
Loads the ODF root document from the given Resource. |
protected void |
OdfDocument.setOdfMediaType(OdfDocument.OdfMediaType odfMediaType)
Sets the media type of the OdfDocument |
Constructors in org.odftoolkit.odfdom.doc with parameters of type OdfDocument.OdfMediaType | |
---|---|
OdfDocument(OdfPackage pkg,
String internalPath,
OdfDocument.OdfMediaType mediaType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |