[]
Gets the text of a TextLineFragment.
string GetText(TextLineFragment br)
Function GetText(br As TextLineFragment) As String
Type | Name | Description |
---|---|---|
TextLineFragment | br | The TextLineFragment. |
Type | Description |
---|---|
string | The text of the TextLineFragment. |
Gets the whole text represented by this map.
string GetText()
Function GetText() As String
Type | Description |
---|---|
string | The map text. |