|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPaper
COM Interface 'IPaper'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides access to members that control the default printer page settings.' 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 |
IID387bc1d1_3f54_11d1_885e_0000f87808ee
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
attach(int hDevMode,
int hDevNames)
Attach object to specified DEVMODE and DEVNAMES structures. |
short |
getFormID()
The printer page form. |
java.lang.String |
getFormName()
The Form Name. |
IEnumNamedID |
getForms()
Enumerate forms supported by the printer. |
short |
getOrientation()
The printer page orientation (1 = portrait. |
IEnvelope |
getPrintableBounds()
The area of the printer page that can be printed on. |
int |
getPrinterInfo(int[] hDevMode)
Display the Print Setup Dialog. |
java.lang.String |
getPrinterName()
The Printer Name. |
short |
getTrayID()
The printer tray. |
IEnumNamedID |
getTrays()
Enumerate trays supported by the printer. |
int |
getUnits()
The units used by the other properties. |
void |
queryPaperSize(double[] width,
double[] height)
Returns the size of the printer paper. |
void |
setFormID(short formID)
The printer page form. |
void |
setOrientation(short orientation)
The printer page orientation (1 = portrait. |
void |
setPrinterName(java.lang.String printerName)
The Printer Name. |
void |
setTrayID(short trayID)
The printer tray. |
Field Detail |
---|
static final int IID387bc1d1_3f54_11d1_885e_0000f87808ee
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getPrintableBounds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getOrientation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrientation(short orientation) throws java.io.IOException, AutomationException
orientation
- The orientation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumNamedID getForms() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFormName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getFormID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormID(short formID) throws java.io.IOException, AutomationException
formID
- The formID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumNamedID getTrays() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getTrayID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrayID(short trayID) throws java.io.IOException, AutomationException
trayID
- The trayID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPrinterName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrinterName(java.lang.String printerName) throws java.io.IOException, AutomationException
printerName
- The printerName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void attach(int hDevMode, int hDevNames) throws java.io.IOException, AutomationException
hDevMode
- The hDevMode (A COM typedef) (in)hDevNames
- The hDevNames (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryPaperSize(double[] width, double[] height) throws java.io.IOException, AutomationException
width
- The width (out: use single element array)height
- The height (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrinterInfo(int[] hDevMode) throws java.io.IOException, AutomationException
hDevMode
- The hDevMode (A COM typedef) (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |