User Tools

Site Tools


thinkgeo.mapsuite.core.textstyles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.core.textstyles [2015/09/22 08:29]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.TextStyles ====== 
-The class provides commonly-used TextStyles and some methods to create various kinds of TextStyles. A TextStyle is a kind of sheet used to render a font on the map. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.TextStyles** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateMaskTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor,​Single,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​maskFillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the mask fill color. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the xOffset of the font on the map in pixel 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the yOffset of the font on the map in pixel 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateMaskTextStyle(String,​GeoFont,​GeoSolidBrush,​AreaStyle,​Single,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​textFont//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​The GeoFont used to set the font of the text. 
- 
-  * //​textBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] 
-    * Description:​The GeoSolidBrush used to set the brush of the text. 
- 
-  * //​areaStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-    * Description:​The areaStyle used as mask of of the TextStyle. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the xOffset of the font on the map in pixel 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the yOffset of the font on the map in pixel 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateMaskTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​maskPenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the mask pen color. 
- 
-  * //​maskPenSize//​ 
-    * Type:Single 
-    * Description:​The float value used to set the mask pen size. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateMaskTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor,​Single,​Single,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​maskPenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the mask pen color. 
- 
-  * //​maskPenSize//​ 
-    * Type:Single 
-    * Description:​The float value used to set the mask pen size. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the xOffset of the font on the map in pixel 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the yOffset of the font on the map in pixel 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City1(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City2(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City3(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City4(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City5(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City6(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} City7(String) ** 
- 
-  * //Get the commonly-used city TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Capital1(String) ** 
- 
-  * //Get the commonly-used capital TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Capital2(String) ** 
- 
-  * //Get the commonly-used capital TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Capital3(String) ** 
- 
-  * //Get the commonly-used capital TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} NoData1(String) ** 
- 
-  * //Get the commonly-used nodata TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Water1(String) ** 
- 
-  * //Get the commonly-used water TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Water2(String) ** 
- 
-  * //Get the commonly-used water TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Military1(String) ** 
- 
-  * //Get the commonly-used military TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Wildlife1(String) ** 
- 
-  * //Get the commonly-used wildlife TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} State1(String) ** 
- 
-  * //Get the commonly-used state TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} State2(String) ** 
- 
-  * //Get the commonly-used state TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Swamp1(String) ** 
- 
-  * //Get the commonly-used swamp TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Swamp2(String) ** 
- 
-  * //Get the commonly-used swamp TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Urban1(String) ** 
- 
-  * //Get the commonly-used urban TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Urban2(String) ** 
- 
-  * //Get the commonly-used urban TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Country1(String) ** 
- 
-  * //Get the commonly-used country TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Country2(String) ** 
- 
-  * //Get the commonly-used country TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} County1(String) ** 
- 
-  * //Get the commonly-used county TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} County2(String) ** 
- 
-  * //Get the commonly-used county TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Antarctical(String) ** 
- 
-  * //Get the commonly-used antarctical TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Evergreen1(String) ** 
- 
-  * //Get the commonly-used evergreen TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Evergreen2(String) ** 
- 
-  * //Get the commonly-used evergreen TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Grass1(String) ** 
- 
-  * //Get the commonly-used grass TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} WaterIntermittent1(String) ** 
- 
-  * //Get the commonly-used waterIntermittent TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Sand1(String) ** 
- 
-  * //Get the commonly-used sand TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SeaIce1(String) ** 
- 
-  * //Get the commonly-used seaice TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SnowIce1(String) ** 
- 
-  * //Get the commonly-used snowice TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Tundra1(String) ** 
- 
-  * //Get the commonly-used tundra TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Crop1(String) ** 
- 
-  * //Get the commonly-used crop TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Forest1(String) ** 
- 
-  * //Get the commonly-used forest TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The column name in the DBF that contains the text you wish to display on the label. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Park1(String) ** 
- 
-  * //Get the commonly-used park TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} LocalRoad1(String) ** 
- 
-  * //Get the commonly-used localroad TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} LocalRoad2(String) ** 
- 
-  * //Get the commonly-used localroad TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} LocalRoad3(String) ** 
- 
-  * //Get the commonly-used localroad TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} LocalRoad4(String) ** 
- 
-  * //Get the commonly-used localroad TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SecondaryRoad1(String) ** 
- 
-  * //Get the commonly-used secondary road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} SecondaryRoad2(String) ** 
- 
-  * //Get the commonly-used secondary road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorStreet1(String) ** 
- 
-  * //Get the commonly-used major street TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorStreet2(String) ** 
- 
-  * //Get the commonly-used major street TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorStreet3(String) ** 
- 
-  * //Get the commonly-used major street TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorRoad1(String) ** 
- 
-  * //Get the commonly-used major road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorRoad2(String) ** 
- 
-  * //Get the commonly-used major road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorRoad3(String) ** 
- 
-  * //Get the commonly-used major road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} MajorRoad4(String) ** 
- 
-  * //Get the commonly-used major road TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Highway1(String) ** 
- 
-  * //Get the commonly-used highway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Highway2(String) ** 
- 
-  * //Get the commonly-used highway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Highway3(String) ** 
- 
-  * //Get the commonly-used highway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Highway4(String) ** 
- 
-  * //Get the commonly-used highway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Highway5(String) ** 
- 
-  * //Get the commonly-used highway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Interstate1(String) ** 
- 
-  * //Get the commonly-used interstate TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Interstate2(String) ** 
- 
-  * //Get the commonly-used interstate TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Interstate3(String) ** 
- 
-  * //Get the commonly-used interstate TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Interstate4(String) ** 
- 
-  * //Get the commonly-used interstate TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} InternationalBorder1(String) ** 
- 
-  * //Get the commonly-used internationalBorder TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} InternationalBorder2(String) ** 
- 
-  * //Get the commonly-used internationalBorder TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Railway1(String) ** 
- 
-  * //Get the commonly-used railway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Railway2(String) ** 
- 
-  * //Get the commonly-used railway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Railway3(String) ** 
- 
-  * //Get the commonly-used railway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Railway4(String) ** 
- 
-  * //Get the commonly-used railway TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} StateBorder1(String) ** 
- 
-  * //Get the commonly-used state border TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} River1(String) ** 
- 
-  * //Get the commonly-used state river TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} River2(String) ** 
- 
-  * //Get the commonly-used state river TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Canal1(String) ** 
- 
-  * //Get the commonly-used state canal TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ContestedBorder1(String) ** 
- 
-  * //Get the commonly-used state contested border TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ContestedBorder2(String) ** 
- 
-  * //Get the commonly-used state contested border TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} DegreeLine1(String) ** 
- 
-  * //Get the commonly-used state degree line TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Equator1(String) ** 
- 
-  * //Get the commonly-used state equator TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} RiverIntermittent1(String) ** 
- 
-  * //Get the commonly-used river intermittent TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Pipeline1(String) ** 
- 
-  * //Get the commonly-used pipeline TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Pipeline2(String) ** 
- 
-  * //Get the commonly-used pipeline TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Pipeline3(String) ** 
- 
-  * //Get the commonly-used pipeline TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Utility1(String) ** 
- 
-  * //Get the commonly-used utility TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Utility2(String) ** 
- 
-  * //Get the commonly-used utility TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Utility3(String) ** 
- 
-  * //Get the commonly-used utility TextStyle based on the given columnName point-type data.// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired commonly-used Textstyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​Single,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the xOffset of the font on the map in pixel 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the yOffset of the font on the map in pixel 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​haloPenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the halopen color. 
- 
-  * //​haloPenWidth//​ 
-    * Type:Single 
-    * Description:​The float value to set the halopen width value. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor,​Single,​Single,​Single) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​haloPenColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the halopen color. 
- 
-  * //​haloPenWidth//​ 
-    * Type:Single 
-    * Description:​The float value to set the halopen width value. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the xOffset of the font on the map in pixel 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​The float value stands for the yOffset of the font on the map in pixel 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateMaskTextStyle(String,​String,​Single,​DrawingFontStyles,​GeoColor,​GeoColor) ** 
- 
-  * //Get simple TextStyle.//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] 
-  * Description:​The desired TextStyle. 
- 
-== Parameters == 
-  * //​textColumnName//​ 
-    * Type:String 
-    * Description:​The string stands for the column name. 
- 
-  * //​fontFamilyName//​ 
-    * Type:String 
-    * Description:​The string stands for the font family name. For example : "​Arial"​. 
- 
-  * //​fontSize//​ 
-    * Type:Single 
-    * Description:​The float number stands for the font size. 
- 
-  * //​drawingFontStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingFontStyles|DrawingFontStyles]] 
-    * Description:​The DrawingFontStyles used to set the style of the font. 
- 
-  * //​fontColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the font color. 
- 
-  * //​maskFillColor//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-    * Description:​The GeoColor used to set the mask fill color. 
- 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.textstyles.1442910559.txt.gz ยท Last modified: 2015/09/22 08:29 by admin