|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGridLadderLabels
Provides access to members that control the ladder label properties of a grid.
| Method Summary | |
|---|---|
IColor |
getLadderLabelColor()
The color of the ladder labels. |
int |
getLadderLabelColumnCount()
The number of ladder label columns. |
Font |
getLadderLabelFont()
The fonst used to display ladder labels. |
int |
getLadderLabelRowCount()
The number of ladder label rows. |
double |
getLadderLabelSize()
The font size used to display ladder labels. |
boolean |
isShowLadderLabels()
Indicates if ladder labels should be displayed. |
boolean |
isShowOuterLabelsOnly()
Indicates if only the outer ladder labels should be shown. |
void |
setLadderLabelColor(IColor color)
The color of the ladder labels. |
void |
setLadderLabelColumnCount(int columnCount)
The number of ladder label columns. |
void |
setLadderLabelFont(Font font)
The fonst used to display ladder labels. |
void |
setLadderLabelRowCount(int rowCount)
The number of ladder label rows. |
void |
setLadderLabelSize(double size)
The font size used to display ladder labels. |
void |
setShowLadderLabels(boolean show)
Indicates if ladder labels should be displayed. |
void |
setShowOuterLabelsOnly(boolean show)
Indicates if only the outer ladder labels should be shown. |
| Method Detail |
|---|
boolean isShowLadderLabels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowLadderLabels(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Font getLadderLabelFont()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLadderLabelFont(Font font)
throws IOException,
AutomationException
font - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getLadderLabelSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLadderLabelSize(double size)
throws IOException,
AutomationException
size - The size (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getLadderLabelColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLadderLabelColor(IColor color)
throws IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLadderLabelRowCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLadderLabelRowCount(int rowCount)
throws IOException,
AutomationException
rowCount - The rowCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLadderLabelColumnCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLadderLabelColumnCount(int columnCount)
throws IOException,
AutomationException
columnCount - The columnCount (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowOuterLabelsOnly()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowOuterLabelsOnly(boolean show)
throws IOException,
AutomationException
show - The show (in)
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 | ||||||||