|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.output.Paper
public class Paper
COM Class 'Paper'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description '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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.output.IPaper |
|---|
IID, IID387bc1d1_3f54_11d1_885e_0000f87808ee, xxDummy |
| Fields inherited from interface com.esri.arcgis.output.IPaper2 |
|---|
IID, IID6a319332_d3e2_413a_97f4_f25ce438feda, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
Paper()
Constructs a Paper using ArcGIS Engine. |
|
Paper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Paper thePaper = (Paper) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
attach(int hDevMode,
int hDevNames)
Attach object to specified DEVMODE and DEVNAMES structures. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
short |
getFormID()
The printer page form. |
java.lang.String |
getFormName()
The Form Name. |
IEnumNamedID |
getForms()
Enumerate forms supported by the printer. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 |
getResolution()
The print resolution. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
short |
getTrayID()
The printer tray. |
IEnumNamedID |
getTrays()
Enumerate trays supported by the printer. |
int |
getUnits()
The units used by the other properties. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
load(IStream pstm)
load |
void |
queryPaperSize(double[] width,
double[] height)
Returns the size of the printer paper. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a Paper. |
void |
save(IStream pstm,
int fClearDirty)
save |
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. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public Paper()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public Paper(java.lang.Object obj)
throws java.io.IOException
Paper thePaper = (Paper) obj;
obj to Paper.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getPrintableBounds()
throws java.io.IOException,
AutomationException
getPrintableBounds in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getOrientation()
throws java.io.IOException,
AutomationException
getOrientation in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrientation(short orientation)
throws java.io.IOException,
AutomationException
setOrientation in interface IPaperorientation - The orientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumNamedID getForms()
throws java.io.IOException,
AutomationException
getForms in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFormName()
throws java.io.IOException,
AutomationException
getFormName in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getFormID()
throws java.io.IOException,
AutomationException
getFormID in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFormID(short formID)
throws java.io.IOException,
AutomationException
setFormID in interface IPaperformID - The formID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumNamedID getTrays()
throws java.io.IOException,
AutomationException
getTrays in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getTrayID()
throws java.io.IOException,
AutomationException
getTrayID in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrayID(short trayID)
throws java.io.IOException,
AutomationException
setTrayID in interface IPapertrayID - The trayID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPrinterName()
throws java.io.IOException,
AutomationException
getPrinterName in interface IPaperjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrinterName(java.lang.String printerName)
throws java.io.IOException,
AutomationException
setPrinterName in interface IPaperprinterName - The printerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attach(int hDevMode,
int hDevNames)
throws java.io.IOException,
AutomationException
attach in interface IPaperhDevMode - 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.
public void queryPaperSize(double[] width,
double[] height)
throws java.io.IOException,
AutomationException
queryPaperSize in interface IPaperwidth - 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.
public int getPrinterInfo(int[] hDevMode)
throws java.io.IOException,
AutomationException
getPrinterInfo in interface IPaperhDevMode - 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.
public short getResolution()
throws java.io.IOException,
AutomationException
getResolution in interface IPaper2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||