com.esri.arcgis.output
Interface IExportSVG

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportSVG, IExportSVGProxy

public interface IExportSVG
extends java.io.Serializable

COM Interface 'IExportSVG'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the SVG (Scalable Vector Graphics) 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 IID0a149c8e_5d95_4a5c_9f48_5d30b3f12fa2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCompressed()
          Indicates if the SVG file is compressed.
 boolean isEmbedFonts()
          The Embed Fonts option.
 void setCompressed(boolean compressed)
          Indicates if the SVG file is compressed.
 void setEmbedFonts(boolean embedFonts)
          The Embed Fonts option.
 

Field Detail

IID0a149c8e_5d95_4a5c_9f48_5d30b3f12fa2

static final int IID0a149c8e_5d95_4a5c_9f48_5d30b3f12fa2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCompressed

boolean isCompressed()
                     throws java.io.IOException,
                            AutomationException
Indicates if the SVG file is compressed.

Returns:
The compressed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressed

void setCompressed(boolean compressed)
                   throws java.io.IOException,
                          AutomationException
Indicates if the SVG file is compressed.

Parameters:
compressed - The compressed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedFonts

void setEmbedFonts(boolean embedFonts)
                   throws java.io.IOException,
                          AutomationException
The Embed Fonts option.

Parameters:
embedFonts - The embedFonts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmbedFonts

boolean isEmbedFonts()
                     throws java.io.IOException,
                            AutomationException
The Embed Fonts option.

Returns:
The embedFonts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.