DK11 for Java | tatukgis.jdk.TGIS_Shape.GetLabelPlain | Constructors | Fields | Methods | Properties
Return label content (including expanded field values) etc. Label will be cleared from any HTML markup etc. To obtain label value with formatting markers use GetLabel.
// Java public java.lang.String GetLabelPlain( bool _all_lines );
// Oxygene public function GetLabelPlain( _all_lines : Boolean ) : String; virtual;
Name | Type | Description |
---|---|---|
_all_lines | bool Boolean | if false, then only first line from multi line label will be returned |
Type | Description |
---|---|
java.lang.String String | Cleared text. |