com.esri.arcgis.output
Interface IExportPagesMultipleFile

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPDF, IExportPagesMultipleFileProxy

public interface IExportPagesMultipleFile
extends java.io.Serializable

COM Interface 'IExportPagesMultipleFile'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides extended access to members that control the PDF (Portable Document Format) export.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1a551946_895a_4809_80d8_d417d654f3ac
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMultipleFileOutput()
          Specify how multipage pdf to be exported.
 void setMultipleFileOutput(int pOption)
          Specify how multipage pdf to be exported.
 

Field Detail

IID1a551946_895a_4809_80d8_d417d654f3ac

static final int IID1a551946_895a_4809_80d8_d417d654f3ac
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setMultipleFileOutput

void setMultipleFileOutput(int pOption)
                           throws java.io.IOException,
                                  AutomationException
Specify how multipage pdf to be exported.

Parameters:
pOption - A com.esri.arcgis.output.esriExportMultipleFiles constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMultipleFileOutput

int getMultipleFileOutput()
                          throws java.io.IOException,
                                 AutomationException
Specify how multipage pdf to be exported.

Returns:
A com.esri.arcgis.output.esriExportMultipleFiles constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.