com.esri.arcgis.carto
Interface IOverposterOptions2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicOverposterProperties, IOverposterOptions2Proxy, MaplexOverposterProperties

public interface IOverposterOptions2
extends java.io.Serializable

COM Interface 'IOverposterOptions2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to overposter options.' 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 IID6745de4a_83b1_4f1b_717e_ff3ed195aa42
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isPauseLabeling()
          Indicates whether to pause the drawing of labels.
 void setPauseLabeling(boolean flag)
          Indicates whether to pause the drawing of labels.
 

Field Detail

IID6745de4a_83b1_4f1b_717e_ff3ed195aa42

static final int IID6745de4a_83b1_4f1b_717e_ff3ed195aa42
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

isPauseLabeling

boolean isPauseLabeling()
                        throws java.io.IOException,
                               AutomationException
Indicates whether to pause the drawing of labels.

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

setPauseLabeling

void setPauseLabeling(boolean flag)
                      throws java.io.IOException,
                             AutomationException
Indicates whether to pause the drawing of labels.

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