com.esri.arcgis.arcmapui
Interface IEnumPrinterNames

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Application, IEnumPrinterNamesProxy

public interface IEnumPrinterNames
extends java.io.Serializable

COM Interface 'IEnumPrinterNames'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to an enumeration of all the Printers.' 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 IID1c79daed_c3da_4954_a7d2_330cef0bd4b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String next()
          The next Printer Name.
 void reset()
          Reset the Enumeration to the beginning.
 

Field Detail

IID1c79daed_c3da_4954_a7d2_330cef0bd4b1

static final int IID1c79daed_c3da_4954_a7d2_330cef0bd4b1
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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Reset the Enumeration to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

java.lang.String next()
                      throws java.io.IOException,
                             AutomationException
The next Printer Name.

Returns:
The printerName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.