java.lang.Object |
↳ |
com.priint.comet.renderer.ids.InDesignDocumentType |
Class Overview
Class to indicate InDesign document type.
Class to indicate InDesign document type.
the openDocument(String, DocumentAccessProvider)
and
similar methods allow to specify the document type (and thus the renderer implementation) to infer
when processing the document.
// force to open as "InDesign Document":
InputStream in; // document data input stream
Renderer.openDocument("myConnection", in, InDesignDocumentType.class);
// ...
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.priint.comet.renderer.DocumentType
|
Fields
Public Constructors
public
InDesignDocumentType
()
Public Methods
public
boolean
equals
(Object obj)
public
String
getFileExtension
()