|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportPDF
COM Interface 'IExportPDF'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides access to members that control the PDF (Portable Document Format) Export.' 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 |
IID6a2a0820_e1b6_4eb0_af9b_6449dae7a952
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
int |
getImageCompression()
The PDF Image Compression. |
boolean |
isCompressed()
Indicates if the PDF should be compressed. |
boolean |
isEmbedFonts()
The Embed Fonts option. |
void |
setCompressed(boolean compressed)
Indicates if the PDF should be compressed. |
void |
setEmbedFonts(boolean embedFonts)
The Embed Fonts option. |
void |
setImageCompression(int compression)
The PDF Image Compression. |
| Field Detail |
|---|
static final int IID6a2a0820_e1b6_4eb0_af9b_6449dae7a952
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isCompressed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompressed(boolean compressed)
throws java.io.IOException,
AutomationException
compressed - The compressed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageCompression(int compression)
throws java.io.IOException,
AutomationException
compression - A com.esri.arcgis.output.esriExportImageCompression constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageCompression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmbedFonts(boolean embedFonts)
throws java.io.IOException,
AutomationException
embedFonts - The embedFonts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEmbedFonts()
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 | ||||||||