LibreOffice Module xmerge (master)
1
|
This class is an implementation of. More...
Public Member Functions | |
GenericOfficeDocument (String name) | |
Constructor with arguments to set. More... | |
GenericOfficeDocument (String name, boolean namespaceAware, boolean validating) | |
Constructor with arguments to set. More... | |
Protected Member Functions | |
String | getFileExtension () |
Returns the Office file extension for the generic format. More... | |
String | getOfficeClassAttribute () |
Returns the Office attribute for the generic format. More... | |
String | getDocumentMimeType () |
Method to return the MIME type of the document. More... | |
This class is an implementation of.
for the generic office format.
Definition at line 27 of file GenericOfficeDocument.java.
|
inline |
Constructor with arguments to set.
.
name | The name of the . |
Definition at line 34 of file GenericOfficeDocument.java.
|
inline |
Constructor with arguments to set.
, the
flag, and the
flag.
name | The name of the . |
namespaceAware | The value of the namespaceAware
|
validating | The value of the validating
|
Definition at line 46 of file GenericOfficeDocument.java.
|
inlineprotected |
Method to return the MIME type of the document.
Definition at line 77 of file GenericOfficeDocument.java.
References String.
|
inlineprotected |
Returns the Office file extension for the generic format.
Definition at line 57 of file GenericOfficeDocument.java.
References String.
|
inlineprotected |
Returns the Office attribute for the generic format.
Definition at line 67 of file GenericOfficeDocument.java.
References String.