| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.PDFDriver
public class PDFDriver
Superseded by ExportPDF. Class used to print maps with the PDF (Portable Document Format) driver.
| Constructor Summary | |
|---|---|
PDFDriver()
Constructs a PDFDriver using ArcGIS Engine.  | 
|
PDFDriver(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  PDFDriver thePDFDriver = (PDFDriver) obj; | 
|
| Method Summary | |
|---|---|
 void | 
createPDF(String inputFileName,
          String outputFileName)
Converts the EMF file to a PDF File.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
 String | 
getApplyDefaultMappingDesc()
The Font Mapping checkbox description string.  | 
static String | 
getClsid()
getClsid.  | 
 String | 
getDefaultMapping()
The Default Font Mapping string.  | 
 Object | 
getDefaultMappingsChoices()
The Default Mapping Choices for Font Substitution.  | 
 IFontMapCollection | 
getFontMapCollection()
The Font Map Collection for Font Mapping.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo  | 
 boolean | 
isSaveMappings()
Indicates whether to save font mappings.  | 
 void | 
setApplyDefaultMappingDesc(String applyDefaultMappingDesc)
The Font Mapping checkbox description string.  | 
 void | 
setDefaultMapping(String defaultMapping)
The Default Font Mapping string.  | 
 void | 
setDefaultMappingsChoices(Object defaultMappingChoices)
The Default Mapping Choices for Font Substitution.  | 
 void | 
setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
The Font Map Collection for Font Mapping.  | 
 void | 
setSaveMappings(boolean saveMappings)
Indicates whether to save font mappings.  | 
 void | 
setStepProgressor(IStepProgressor rhs1)
Updates a Progress Bar.  | 
 void | 
setTrackCancel(ITrackCancel rhs1)
Reacts to a Cancel.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public PDFDriver()
          throws IOException,
                 UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problemspublic PDFDriver(Object obj)
          throws IOException
 PDFDriver thePDFDriver = (PDFDriver) obj;
obj to PDFDriver.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic IFontMapCollection getFontMapCollection()
                                        throws IOException,
                                               AutomationException
getFontMapCollection in interface IFontMapEnvironmentgetFontMapCollection in interface IPDFDriverIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
                               throws IOException,
                                      AutomationException
setFontMapCollectionByRef in interface IPDFDriverfontMapCollection - A reference to a com.esri.arcgis.output.IFontMapCollection  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void createPDF(String inputFileName,
                      String outputFileName)
               throws IOException,
                      AutomationException
createPDF in interface IPDFDriverinputFileName - The inputFileName  (in)outputFileName - The outputFileName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setStepProgressor(IStepProgressor rhs1)
                       throws IOException,
                              AutomationException
setStepProgressor in interface IStepProgressorSetuprhs1 - A reference to a com.esri.arcgis.system.IStepProgressor  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setTrackCancel(ITrackCancel rhs1)
                    throws IOException,
                           AutomationException
setTrackCancel in interface ITrackCancelSetuprhs1 - A reference to a com.esri.arcgis.system.ITrackCancel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setSaveMappings(boolean saveMappings)
                     throws IOException,
                            AutomationException
setSaveMappings in interface IFontMapEnvironmentsaveMappings - The saveMappings  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public boolean isSaveMappings()
                       throws IOException,
                              AutomationException
isSaveMappings in interface IFontMapEnvironmentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setDefaultMappingsChoices(Object defaultMappingChoices)
                               throws IOException,
                                      AutomationException
setDefaultMappingsChoices in interface IFontMapEnvironmentdefaultMappingChoices - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public Object getDefaultMappingsChoices()
                                 throws IOException,
                                        AutomationException
getDefaultMappingsChoices in interface IFontMapEnvironmentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setDefaultMapping(String defaultMapping)
                       throws IOException,
                              AutomationException
setDefaultMapping in interface IFontMapEnvironmentdefaultMapping - The defaultMapping  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public String getDefaultMapping()
                         throws IOException,
                                AutomationException
getDefaultMapping in interface IFontMapEnvironmentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public void setApplyDefaultMappingDesc(String applyDefaultMappingDesc)
                                throws IOException,
                                       AutomationException
setApplyDefaultMappingDesc in interface IFontMapEnvironmentapplyDefaultMappingDesc - The applyDefaultMappingDesc  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.public String getApplyDefaultMappingDesc()
                                  throws IOException,
                                         AutomationException
getApplyDefaultMappingDesc in interface IFontMapEnvironmentIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||