| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClipboardFormat2
Provides access to members that control the ClipBoard Format.
| Method Summary | |
|---|---|
 void | 
copy(IMxDocument mxDocument)
Copy selection to the Clipboard.  | 
 void | 
copyMap(IMxDocument mxDocument)
Copy the entire view to the Clipboard.  | 
 void | 
getDescription(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.  | 
| Method Detail | 
|---|
void getFormat(int[] format)
               throws IOException,
                      AutomationException
format - The format  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getPriority(short[] priority)
                 throws IOException,
                        AutomationException
priority - The priority  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getDescription(String[] description)
                    throws IOException,
                           AutomationException
description - The description  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getStorageMedium(int[] tymed)
                      throws IOException,
                             AutomationException
tymed - The tymed  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void copy(IMxDocument mxDocument)
          throws IOException,
                 AutomationException
mxDocument - A reference to a com.esri.arcgis.arcmapui.IMxDocument  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void paste(IMxDocument mxDocument)
           throws IOException,
                  AutomationException
mxDocument - A reference to a com.esri.arcgis.arcmapui.IMxDocument  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void copyMap(IMxDocument mxDocument)
             throws IOException,
                    AutomationException
mxDocument - A reference to a com.esri.arcgis.arcmapui.IMxDocument  (in)
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 | ||||||||