|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEmfExporter
COM Interface 'IEmfExporter'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Superseded by IExportEMF. Provides access to members that control the EMF (Windows Enhanced Metafile) Exporter.' 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 |
IID7d4881e3_57c6_11d1_945e_080009eebecb
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IID7d4881e3_57c6_11d1_945e_080009eebecb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIsInMemory(boolean pIsInMemory) throws java.io.IOException, AutomationException
pIsInMemory
- The pIsInMemory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInMemory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHENHMETAFILE() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int takeHENHMETAFILE() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pDescription) throws java.io.IOException, AutomationException
pDescription
- The pDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
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 |