com.esri.arcgis.carto
Interface IColumnProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IColumnPropertiesProxy, ParagraphTextElement

public interface IColumnProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control common properties of columns.' 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 IID7dd7a8db_ecd2_49bb_8f60_52021a00e460
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of columns.
 double getGap()
          Gap between columns in points.
 void setCount(int count)
          Number of columns.
 void setGap(double gap)
          Gap between columns in points.
 

Field Detail

IID7dd7a8db_ecd2_49bb_8f60_52021a00e460

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of columns.

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

setCount

void setCount(int count)
              throws java.io.IOException,
                     AutomationException
Number of columns.

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

getGap

double getGap()
              throws java.io.IOException,
                     AutomationException
Gap between columns in points.

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

setGap

void setGap(double gap)
            throws java.io.IOException,
                   AutomationException
Gap between columns in points.

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