public class

InDesignDocumentType

extends Object
implements DocumentType
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

Fields
public static final InDesignDocumentType INSTANCE
[Expand]
Inherited Fields
From interface com.priint.comet.renderer.DocumentType
Public Constructors
InDesignDocumentType()
Public Methods
boolean equals(Object obj)
String getFileExtension()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.priint.comet.renderer.DocumentType

Fields

public static final InDesignDocumentType INSTANCE

Public Constructors

public InDesignDocumentType ()

Public Methods

public boolean equals (Object obj)

public String getFileExtension ()

public int hashCode ()