|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEmfExporter
Superseded by IExportEMF. Provides access to members that control the EMF (Windows Enhanced Metafile) Exporter.
| Method Summary | |
|---|---|
String |
getDescription()
A description string to embed in the file. |
int |
getHENHMETAFILE()
Handle to in-memory metafile. |
boolean |
isInMemory()
Indicates if the metafile will be written to memory. |
void |
setDescription(String pDescription)
A description string to embed in the file. |
void |
setIsInMemory(boolean pIsInMemory)
Indicates if the metafile will be written to memory. |
int |
takeHENHMETAFILE()
Returns the handle to the in-memory metafile. |
| Method Detail |
|---|
void setIsInMemory(boolean pIsInMemory)
throws IOException,
AutomationException
pIsInMemory - The pIsInMemory (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInMemory()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHENHMETAFILE()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int takeHENHMETAFILE()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String pDescription)
throws IOException,
AutomationException
pDescription - The pDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
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 | ||||||||