|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClipboardFormat
COM Interface 'IClipboardFormat'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description: 'Provides access to members that control the ClipBoard Format.' 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 |
IID52bb5361_947e_11d2_acff_0000f87808ee
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
copy(IMxDocument mxDocument)
Copy selection to the Clipboard. |
void |
getDescription(java.lang.String[] description)
Description of the Clipboard format. |
void |
getFormat(int[] format)
The Clipboard Format. |
void |
getPriority(short[] priority)
Priority of the Clipboard format for Paste (1 to 100, 100 highest priority). |
void |
getStorageMedium(int[] tymed)
StorageMedium for Paste. |
void |
paste(IMxDocument mxDocument)
Paste the Element in the GraphicsContainer to the Clipboard. |
| Field Detail |
|---|
static final int IID52bb5361_947e_11d2_acff_0000f87808ee
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void getFormat(int[] format)
throws java.io.IOException,
AutomationException
format - The format (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPriority(short[] priority)
throws java.io.IOException,
AutomationException
priority - The priority (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getDescription(java.lang.String[] description)
throws java.io.IOException,
AutomationException
description - The description (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getStorageMedium(int[] tymed)
throws java.io.IOException,
AutomationException
tymed - The tymed (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void copy(IMxDocument mxDocument)
throws java.io.IOException,
AutomationException
mxDocument - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void paste(IMxDocument mxDocument)
throws java.io.IOException,
AutomationException
mxDocument - A reference to a com.esri.arcgis.arcmapui.IMxDocument (in)
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 | ||||||||