| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScaleText2
Provides access to members that control the scale text.
This interface is new at ArcGIS 9.3. It supersedes IScaleText.
| Method Summary | |
|---|---|
 String | 
getFormat()
Format of the scale text.  | 
 String | 
getMapUnitLabel()
Map unit label of the scale text.  | 
 int | 
getMapUnits()
Map units of the scale text.  | 
 INumberFormat | 
getNumberFormat()
Number formatting.  | 
 String | 
getPageUnitLabel()
Page unit label of the scale text.  | 
 int | 
getPageUnits()
Page units of the scale text.  | 
 String | 
getSeparator()
Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000.  | 
 int | 
getStyle()
Style of the scale text.  | 
 ITextSymbol | 
getSymbol()
Symbol of the scale text.  | 
 String | 
getText()
The scale text.  | 
 void | 
setFormat(String format)
Format of the scale text.  | 
 void | 
setMapUnitLabel(String label)
Map unit label of the scale text.  | 
 void | 
setMapUnits(int units)
Map units of the scale text.  | 
 void | 
setNumberFormat(INumberFormat format)
Number formatting.  | 
 void | 
setPageUnitLabel(String label)
Page unit label of the scale text.  | 
 void | 
setPageUnits(int units)
Page units of the scale text.  | 
 void | 
setSeparator(String separator)
Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000.  | 
 void | 
setStyle(int style)
Style of the scale text.  | 
 void | 
setSymbol(ITextSymbol symbol)
Symbol of the scale text.  | 
| Methods inherited from interface com.esri.arcgis.carto.IMapSurround | 
|---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName | 
| Method Detail | 
|---|
String getText()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSymbol(ITextSymbol symbol)
               throws IOException,
                      AutomationException
symbol - A reference to a com.esri.arcgis.display.ITextSymbol  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getSymbol()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStyle(int style)
              throws IOException,
                     AutomationException
style - A com.esri.arcgis.carto.esriScaleTextStyleEnum constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStyle()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFormat(String format)
               throws IOException,
                      AutomationException
format - The format  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFormat()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageUnits(int units)
                  throws IOException,
                         AutomationException
units - A com.esri.arcgis.system.esriUnits constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPageUnits()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapUnits(int units)
                 throws IOException,
                        AutomationException
units - A com.esri.arcgis.system.esriUnits constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMapUnits()
                throws IOException,
                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageUnitLabel(String label)
                      throws IOException,
                             AutomationException
label - The label  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPageUnitLabel()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapUnitLabel(String label)
                     throws IOException,
                            AutomationException
label - The label  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMapUnitLabel()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumberFormat(INumberFormat format)
                     throws IOException,
                            AutomationException
format - A reference to a com.esri.arcgis.system.INumberFormat  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INumberFormat getNumberFormat()
                              throws IOException,
                                     AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSeparator(String separator)
                  throws IOException,
                         AutomationException
separator - The separator  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSeparator()
                    throws IOException,
                           AutomationException
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 | ||||||||