com.esri.arcgis.carto
Interface ILineLabelPlacementDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILineLabelPlacementDescriptionProxy, LineLabelPlacementDescription

public interface ILineLabelPlacementDescription
extends java.io.Serializable

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

Description: 'Provides access to the Line Label Placement Description Interface.' 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 IID8ab8c4fc_1b4c_48f8_a03a_de1f7e85ea30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getType()
          Line Label Placement Type.
 void setType(int placementType)
          Line Label Placement Type.
 

Field Detail

IID8ab8c4fc_1b4c_48f8_a03a_de1f7e85ea30

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Line Label Placement Type.

Returns:
A com.esri.arcgis.carto.esriServerLineLabelPlacementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int placementType)
             throws java.io.IOException,
                    AutomationException
Line Label Placement Type.

Parameters:
placementType - A com.esri.arcgis.carto.esriServerLineLabelPlacementType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.