@mapgis/webclient-common 17.0.4 → 17.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. package/package.json +1 -1
@@ -78,13 +78,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="angle"><code>angle</code></td>
112
+ <td class="name"><code>angle</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Number</span>
118
+ <span class="param-type">
119
+
120
+ Number
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="backgroundColor"><code>backgroundColor</code></td>
145
+ <td class="name"><code>backgroundColor</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
154
+
155
+ </span>
144
156
 
145
157
 
146
158
 
@@ -161,13 +173,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
161
173
 
162
174
  <tr class="deep-level-1">
163
175
 
164
- <td class="name" id="borderLineColor"><code>borderLineColor</code></td>
176
+ <td class="name"><code>borderLineColor</code></td>
165
177
 
166
178
 
167
179
  <td class="type">
168
180
 
169
181
 
170
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
185
+
186
+ </span>
171
187
 
172
188
 
173
189
 
@@ -188,13 +204,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
188
204
 
189
205
  <tr class="deep-level-1">
190
206
 
191
- <td class="name" id="borderLineSize"><code>borderLineSize</code></td>
207
+ <td class="name"><code>borderLineSize</code></td>
192
208
 
193
209
 
194
210
  <td class="type">
195
211
 
196
212
 
197
- <span class="param-type">Number</span>
213
+ <span class="param-type">
214
+
215
+ Number
216
+
217
+ </span>
198
218
 
199
219
 
200
220
 
@@ -215,13 +235,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
215
235
 
216
236
  <tr class="deep-level-1">
217
237
 
218
- <td class="name" id="color"><code>color</code></td>
238
+ <td class="name"><code>color</code></td>
219
239
 
220
240
 
221
241
  <td class="type">
222
242
 
223
243
 
224
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
244
+ <span class="param-type">
245
+
246
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
247
+
248
+ </span>
225
249
 
226
250
 
227
251
 
@@ -244,13 +268,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
244
268
 
245
269
  <tr class="deep-level-1">
246
270
 
247
- <td class="name" id="font"><code>font</code></td>
271
+ <td class="name"><code>font</code></td>
248
272
 
249
273
 
250
274
  <td class="type">
251
275
 
252
276
 
253
- <span class="param-type"><a link="Font.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Font" Font.html>Font</a></span>
277
+ <span class="param-type">
278
+
279
+ <a link="Font.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Font" Font.html>Font</a>
280
+
281
+ </span>
254
282
 
255
283
 
256
284
 
@@ -271,13 +299,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
271
299
 
272
300
  <tr class="deep-level-1">
273
301
 
274
- <td class="name" id="haloColor"><code>haloColor</code></td>
302
+ <td class="name"><code>haloColor</code></td>
275
303
 
276
304
 
277
305
  <td class="type">
278
306
 
279
307
 
280
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
308
+ <span class="param-type">
309
+
310
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
311
+
312
+ </span>
281
313
 
282
314
 
283
315
 
@@ -298,13 +330,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
298
330
 
299
331
  <tr class="deep-level-1">
300
332
 
301
- <td class="name" id="haloSize"><code>haloSize</code></td>
333
+ <td class="name"><code>haloSize</code></td>
302
334
 
303
335
 
304
336
  <td class="type">
305
337
 
306
338
 
307
- <span class="param-type">Number</span>
339
+ <span class="param-type">
340
+
341
+ Number
342
+
343
+ </span>
308
344
 
309
345
 
310
346
 
@@ -325,13 +361,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
325
361
 
326
362
  <tr class="deep-level-1">
327
363
 
328
- <td class="name" id="horizontalAlignment"><code>horizontalAlignment</code></td>
364
+ <td class="name"><code>horizontalAlignment</code></td>
329
365
 
330
366
 
331
367
  <td class="type">
332
368
 
333
369
 
334
- <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
370
+ <span class="param-type">
371
+
372
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
373
+
374
+ </span>
335
375
 
336
376
 
337
377
 
@@ -354,13 +394,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
354
394
 
355
395
  <tr class="deep-level-1">
356
396
 
357
- <td class="name" id="kerning"><code>kerning</code></td>
397
+ <td class="name"><code>kerning</code></td>
358
398
 
359
399
 
360
400
  <td class="type">
361
401
 
362
402
 
363
- <span class="param-type">Boolean</span>
403
+ <span class="param-type">
404
+
405
+ Boolean
406
+
407
+ </span>
364
408
 
365
409
 
366
410
 
@@ -383,13 +427,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
383
427
 
384
428
  <tr class="deep-level-1">
385
429
 
386
- <td class="name" id="lineHeight"><code>lineHeight</code></td>
430
+ <td class="name"><code>lineHeight</code></td>
387
431
 
388
432
 
389
433
  <td class="type">
390
434
 
391
435
 
392
- <span class="param-type">Number</span>
436
+ <span class="param-type">
437
+
438
+ Number
439
+
440
+ </span>
393
441
 
394
442
 
395
443
 
@@ -412,13 +460,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
412
460
 
413
461
  <tr class="deep-level-1">
414
462
 
415
- <td class="name" id="lineWidth"><code>lineWidth</code></td>
463
+ <td class="name"><code>lineWidth</code></td>
416
464
 
417
465
 
418
466
  <td class="type">
419
467
 
420
468
 
421
- <span class="param-type">Number</span>
469
+ <span class="param-type">
470
+
471
+ Number
472
+
473
+ </span>
422
474
 
423
475
 
424
476
 
@@ -441,13 +493,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
441
493
 
442
494
  <tr class="deep-level-1">
443
495
 
444
- <td class="name" id="rotated"><code>rotated</code></td>
496
+ <td class="name"><code>rotated</code></td>
445
497
 
446
498
 
447
499
  <td class="type">
448
500
 
449
501
 
450
- <span class="param-type">Boolean</span>
502
+ <span class="param-type">
503
+
504
+ Boolean
505
+
506
+ </span>
451
507
 
452
508
 
453
509
 
@@ -470,13 +526,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
470
526
 
471
527
  <tr class="deep-level-1">
472
528
 
473
- <td class="name" id="text"><code>text</code></td>
529
+ <td class="name"><code>text</code></td>
474
530
 
475
531
 
476
532
  <td class="type">
477
533
 
478
534
 
479
- <span class="param-type">String</span>
535
+ <span class="param-type">
536
+
537
+ String
538
+
539
+ </span>
480
540
 
481
541
 
482
542
 
@@ -497,13 +557,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
497
557
 
498
558
  <tr class="deep-level-1">
499
559
 
500
- <td class="name" id="verticalAlignment"><code>verticalAlignment</code></td>
560
+ <td class="name"><code>verticalAlignment</code></td>
501
561
 
502
562
 
503
563
  <td class="type">
504
564
 
505
565
 
506
- <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
566
+ <span class="param-type">
567
+
568
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
569
+
570
+ </span>
507
571
 
508
572
 
509
573
 
@@ -526,13 +590,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
526
590
 
527
591
  <tr class="deep-level-1">
528
592
 
529
- <td class="name" id="xoffset"><code>xoffset</code></td>
593
+ <td class="name"><code>xoffset</code></td>
530
594
 
531
595
 
532
596
  <td class="type">
533
597
 
534
598
 
535
- <span class="param-type">Number</span>
599
+ <span class="param-type">
600
+
601
+ Number
602
+
603
+ </span>
536
604
 
537
605
 
538
606
 
@@ -555,13 +623,17 @@ import { TextSymbol } from &quot;@mapgis/webclient-common&quot; <br/>
555
623
 
556
624
  <tr class="deep-level-1">
557
625
 
558
- <td class="name" id="yoffset"><code>yoffset</code></td>
626
+ <td class="name"><code>yoffset</code></td>
559
627
 
560
628
 
561
629
  <td class="type">
562
630
 
563
631
 
564
- <span class="param-type">Number</span>
632
+ <span class="param-type">
633
+
634
+ Number
635
+
636
+ </span>
565
637
 
566
638
 
567
639
 
@@ -736,7 +808,11 @@ const textSymbol = new TextSymbol({
736
808
  <td class="name">
737
809
  <code>
738
810
 
739
- <span class="param-type">Number</span>
811
+ <span class="param-type">
812
+
813
+ Number
814
+
815
+ </span>
740
816
 
741
817
 
742
818
 
@@ -750,7 +826,11 @@ const textSymbol = new TextSymbol({
750
826
  <td class="name">
751
827
  <code>
752
828
 
753
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
829
+ <span class="param-type">
830
+
831
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
832
+
833
+ </span>
754
834
 
755
835
 
756
836
 
@@ -764,7 +844,11 @@ const textSymbol = new TextSymbol({
764
844
  <td class="name">
765
845
  <code>
766
846
 
767
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
847
+ <span class="param-type">
848
+
849
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
850
+
851
+ </span>
768
852
 
769
853
 
770
854
 
@@ -778,7 +862,11 @@ const textSymbol = new TextSymbol({
778
862
  <td class="name">
779
863
  <code>
780
864
 
781
- <span class="param-type">Number</span>
865
+ <span class="param-type">
866
+
867
+ Number
868
+
869
+ </span>
782
870
 
783
871
 
784
872
 
@@ -792,7 +880,11 @@ const textSymbol = new TextSymbol({
792
880
  <td class="name">
793
881
  <code>
794
882
 
795
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
883
+ <span class="param-type">
884
+
885
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
886
+
887
+ </span>
796
888
 
797
889
 
798
890
 
@@ -806,7 +898,11 @@ const textSymbol = new TextSymbol({
806
898
  <td class="name">
807
899
  <code>
808
900
 
809
- <span class="param-type">Object</span>
901
+ <span class="param-type">
902
+
903
+ Object
904
+
905
+ </span>
810
906
 
811
907
 
812
908
 
@@ -820,7 +916,11 @@ const textSymbol = new TextSymbol({
820
916
  <td class="name">
821
917
  <code>
822
918
 
823
- <span class="param-type">String</span>
919
+ <span class="param-type">
920
+
921
+ String
922
+
923
+ </span>
824
924
 
825
925
 
826
926
 
@@ -834,7 +934,11 @@ const textSymbol = new TextSymbol({
834
934
  <td class="name">
835
935
  <code>
836
936
 
837
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
937
+ <span class="param-type">
938
+
939
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
940
+
941
+ </span>
838
942
 
839
943
 
840
944
 
@@ -848,7 +952,11 @@ const textSymbol = new TextSymbol({
848
952
  <td class="name">
849
953
  <code>
850
954
 
851
- <span class="param-type">Number</span>
955
+ <span class="param-type">
956
+
957
+ Number
958
+
959
+ </span>
852
960
 
853
961
 
854
962
 
@@ -862,7 +970,11 @@ const textSymbol = new TextSymbol({
862
970
  <td class="name">
863
971
  <code>
864
972
 
865
- <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
973
+ <span class="param-type">
974
+
975
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
976
+
977
+ </span>
866
978
 
867
979
 
868
980
 
@@ -876,7 +988,11 @@ const textSymbol = new TextSymbol({
876
988
  <td class="name">
877
989
  <code>
878
990
 
879
- <span class="param-type">Boolean</span>
991
+ <span class="param-type">
992
+
993
+ Boolean
994
+
995
+ </span>
880
996
 
881
997
 
882
998
 
@@ -890,7 +1006,11 @@ const textSymbol = new TextSymbol({
890
1006
  <td class="name">
891
1007
  <code>
892
1008
 
893
- <span class="param-type">Number</span>
1009
+ <span class="param-type">
1010
+
1011
+ Number
1012
+
1013
+ </span>
894
1014
 
895
1015
 
896
1016
 
@@ -904,7 +1024,11 @@ const textSymbol = new TextSymbol({
904
1024
  <td class="name">
905
1025
  <code>
906
1026
 
907
- <span class="param-type">Number</span>
1027
+ <span class="param-type">
1028
+
1029
+ Number
1030
+
1031
+ </span>
908
1032
 
909
1033
 
910
1034
 
@@ -918,7 +1042,11 @@ const textSymbol = new TextSymbol({
918
1042
  <td class="name">
919
1043
  <code>
920
1044
 
921
- <span class="param-type">Boolean</span>
1045
+ <span class="param-type">
1046
+
1047
+ Boolean
1048
+
1049
+ </span>
922
1050
 
923
1051
 
924
1052
 
@@ -932,7 +1060,11 @@ const textSymbol = new TextSymbol({
932
1060
  <td class="name">
933
1061
  <code>
934
1062
 
935
- <span class="param-type">String</span>
1063
+ <span class="param-type">
1064
+
1065
+ String
1066
+
1067
+ </span>
936
1068
 
937
1069
 
938
1070
 
@@ -946,7 +1078,11 @@ const textSymbol = new TextSymbol({
946
1078
  <td class="name">
947
1079
  <code>
948
1080
 
949
- <span class="param-type">String</span>
1081
+ <span class="param-type">
1082
+
1083
+ String
1084
+
1085
+ </span>
950
1086
 
951
1087
 
952
1088
 
@@ -960,7 +1096,11 @@ const textSymbol = new TextSymbol({
960
1096
  <td class="name">
961
1097
  <code>
962
1098
 
963
- <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
1099
+ <span class="param-type">
1100
+
1101
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
1102
+
1103
+ </span>
964
1104
 
965
1105
 
966
1106
 
@@ -974,7 +1114,11 @@ const textSymbol = new TextSymbol({
974
1114
  <td class="name">
975
1115
  <code>
976
1116
 
977
- <span class="param-type">Number</span>
1117
+ <span class="param-type">
1118
+
1119
+ Number
1120
+
1121
+ </span>
978
1122
 
979
1123
 
980
1124
 
@@ -988,7 +1132,11 @@ const textSymbol = new TextSymbol({
988
1132
  <td class="name">
989
1133
  <code>
990
1134
 
991
- <span class="param-type">Number</span>
1135
+ <span class="param-type">
1136
+
1137
+ Number
1138
+
1139
+ </span>
992
1140
 
993
1141
 
994
1142
 
@@ -1008,7 +1156,11 @@ const textSymbol = new TextSymbol({
1008
1156
  <span class="method-parameter is-pulled-right">
1009
1157
  <label>类型:</label>
1010
1158
 
1011
- <span class="param-type">Number</span>
1159
+ <span class="param-type">
1160
+
1161
+ Number
1162
+
1163
+ </span>
1012
1164
 
1013
1165
 
1014
1166
 
@@ -1079,7 +1231,11 @@ const textSymbol = new TextSymbol({
1079
1231
  <span class="method-parameter is-pulled-right">
1080
1232
  <label>类型:</label>
1081
1233
 
1082
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1234
+ <span class="param-type">
1235
+
1236
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1237
+
1238
+ </span>
1083
1239
 
1084
1240
 
1085
1241
 
@@ -1150,7 +1306,11 @@ const textSymbol = new TextSymbol({
1150
1306
  <span class="method-parameter is-pulled-right">
1151
1307
  <label>类型:</label>
1152
1308
 
1153
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1309
+ <span class="param-type">
1310
+
1311
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1312
+
1313
+ </span>
1154
1314
 
1155
1315
 
1156
1316
 
@@ -1221,7 +1381,11 @@ const textSymbol = new TextSymbol({
1221
1381
  <span class="method-parameter is-pulled-right">
1222
1382
  <label>类型:</label>
1223
1383
 
1224
- <span class="param-type">Number</span>
1384
+ <span class="param-type">
1385
+
1386
+ Number
1387
+
1388
+ </span>
1225
1389
 
1226
1390
 
1227
1391
 
@@ -1292,7 +1456,11 @@ const textSymbol = new TextSymbol({
1292
1456
  <span class="method-parameter is-pulled-right">
1293
1457
  <label>类型:</label>
1294
1458
 
1295
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1459
+ <span class="param-type">
1460
+
1461
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1462
+
1463
+ </span>
1296
1464
 
1297
1465
 
1298
1466
 
@@ -1368,7 +1536,11 @@ const textSymbol = new TextSymbol({
1368
1536
  <span class="method-parameter is-pulled-right">
1369
1537
  <label>类型:</label>
1370
1538
 
1371
- <span class="param-type">Object</span>
1539
+ <span class="param-type">
1540
+
1541
+ Object
1542
+
1543
+ </span>
1372
1544
 
1373
1545
 
1374
1546
 
@@ -1444,7 +1616,11 @@ const textSymbol = new TextSymbol({
1444
1616
  <span class="method-parameter is-pulled-right">
1445
1617
  <label>类型:</label>
1446
1618
 
1447
- <span class="param-type">String</span>
1619
+ <span class="param-type">
1620
+
1621
+ String
1622
+
1623
+ </span>
1448
1624
 
1449
1625
 
1450
1626
 
@@ -1515,7 +1691,11 @@ const textSymbol = new TextSymbol({
1515
1691
  <span class="method-parameter is-pulled-right">
1516
1692
  <label>类型:</label>
1517
1693
 
1518
- <span class="param-type"><a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a></span>
1694
+ <span class="param-type">
1695
+
1696
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
1697
+
1698
+ </span>
1519
1699
 
1520
1700
 
1521
1701
 
@@ -1586,7 +1766,11 @@ const textSymbol = new TextSymbol({
1586
1766
  <span class="method-parameter is-pulled-right">
1587
1767
  <label>类型:</label>
1588
1768
 
1589
- <span class="param-type">Number</span>
1769
+ <span class="param-type">
1770
+
1771
+ Number
1772
+
1773
+ </span>
1590
1774
 
1591
1775
 
1592
1776
 
@@ -1657,7 +1841,11 @@ const textSymbol = new TextSymbol({
1657
1841
  <span class="method-parameter is-pulled-right">
1658
1842
  <label>类型:</label>
1659
1843
 
1660
- <span class="param-type"><a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a></span>
1844
+ <span class="param-type">
1845
+
1846
+ <a link="HorizontalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="HorizontalAlignment" global.html#HorizontalAlignment>HorizontalAlignment</a>
1847
+
1848
+ </span>
1661
1849
 
1662
1850
 
1663
1851
 
@@ -1728,7 +1916,11 @@ const textSymbol = new TextSymbol({
1728
1916
  <span class="method-parameter is-pulled-right">
1729
1917
  <label>类型:</label>
1730
1918
 
1731
- <span class="param-type">Boolean</span>
1919
+ <span class="param-type">
1920
+
1921
+ Boolean
1922
+
1923
+ </span>
1732
1924
 
1733
1925
 
1734
1926
 
@@ -1799,7 +1991,11 @@ const textSymbol = new TextSymbol({
1799
1991
  <span class="method-parameter is-pulled-right">
1800
1992
  <label>类型:</label>
1801
1993
 
1802
- <span class="param-type">Number</span>
1994
+ <span class="param-type">
1995
+
1996
+ Number
1997
+
1998
+ </span>
1803
1999
 
1804
2000
 
1805
2001
 
@@ -1870,7 +2066,11 @@ const textSymbol = new TextSymbol({
1870
2066
  <span class="method-parameter is-pulled-right">
1871
2067
  <label>类型:</label>
1872
2068
 
1873
- <span class="param-type">Number</span>
2069
+ <span class="param-type">
2070
+
2071
+ Number
2072
+
2073
+ </span>
1874
2074
 
1875
2075
 
1876
2076
 
@@ -1941,7 +2141,11 @@ const textSymbol = new TextSymbol({
1941
2141
  <span class="method-parameter is-pulled-right">
1942
2142
  <label>类型:</label>
1943
2143
 
1944
- <span class="param-type">Boolean</span>
2144
+ <span class="param-type">
2145
+
2146
+ Boolean
2147
+
2148
+ </span>
1945
2149
 
1946
2150
 
1947
2151
 
@@ -2012,7 +2216,11 @@ const textSymbol = new TextSymbol({
2012
2216
  <span class="method-parameter is-pulled-right">
2013
2217
  <label>类型:</label>
2014
2218
 
2015
- <span class="param-type">String</span>
2219
+ <span class="param-type">
2220
+
2221
+ String
2222
+
2223
+ </span>
2016
2224
 
2017
2225
 
2018
2226
 
@@ -2083,7 +2291,11 @@ const textSymbol = new TextSymbol({
2083
2291
  <span class="method-parameter is-pulled-right">
2084
2292
  <label>类型:</label>
2085
2293
 
2086
- <span class="param-type">String</span>
2294
+ <span class="param-type">
2295
+
2296
+ String
2297
+
2298
+ </span>
2087
2299
 
2088
2300
 
2089
2301
 
@@ -2159,7 +2371,11 @@ const textSymbol = new TextSymbol({
2159
2371
  <span class="method-parameter is-pulled-right">
2160
2372
  <label>类型:</label>
2161
2373
 
2162
- <span class="param-type"><a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a></span>
2374
+ <span class="param-type">
2375
+
2376
+ <a link="VerticalAlignment.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VerticalAlignment" global.html#VerticalAlignment>VerticalAlignment</a>
2377
+
2378
+ </span>
2163
2379
 
2164
2380
 
2165
2381
 
@@ -2230,7 +2446,11 @@ const textSymbol = new TextSymbol({
2230
2446
  <span class="method-parameter is-pulled-right">
2231
2447
  <label>类型:</label>
2232
2448
 
2233
- <span class="param-type">Number</span>
2449
+ <span class="param-type">
2450
+
2451
+ Number
2452
+
2453
+ </span>
2234
2454
 
2235
2455
 
2236
2456
 
@@ -2301,7 +2521,11 @@ const textSymbol = new TextSymbol({
2301
2521
  <span class="method-parameter is-pulled-right">
2302
2522
  <label>类型:</label>
2303
2523
 
2304
- <span class="param-type">Number</span>
2524
+ <span class="param-type">
2525
+
2526
+ Number
2527
+
2528
+ </span>
2305
2529
 
2306
2530
 
2307
2531
 
@@ -2393,14 +2617,18 @@ const textSymbol = new TextSymbol({
2393
2617
  <code>
2394
2618
 
2395
2619
 
2396
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2620
+ <span class="param-type">
2621
+
2622
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2623
+
2624
+ </span>
2397
2625
 
2398
2626
 
2399
2627
 
2400
2628
 
2401
2629
  </code>
2402
2630
  </td>
2403
- <td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol对象<a id='fromJSON'></a></p></code></td>
2631
+ <td class="name"><code><p>将JSON里的数据导入,并返回一个新的TextSymbol对象</code></td>
2404
2632
  </tr>
2405
2633
 
2406
2634
  <tr class="deep-level-0">
@@ -2409,7 +2637,11 @@ const textSymbol = new TextSymbol({
2409
2637
  <code>
2410
2638
 
2411
2639
 
2412
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2640
+ <span class="param-type">
2641
+
2642
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2643
+
2644
+ </span>
2413
2645
 
2414
2646
 
2415
2647
 
@@ -2425,7 +2657,11 @@ const textSymbol = new TextSymbol({
2425
2657
  <code>
2426
2658
 
2427
2659
 
2428
- <span class="param-type">Object</span>
2660
+ <span class="param-type">
2661
+
2662
+ Object
2663
+
2664
+ </span>
2429
2665
 
2430
2666
 
2431
2667
 
@@ -2497,13 +2733,17 @@ const textSymbol = new TextSymbol({
2497
2733
 
2498
2734
  <tr class="deep-level-0">
2499
2735
 
2500
- <td class="name" id="json"><code>json</code></td>
2736
+ <td class="name"><code>json</code></td>
2501
2737
 
2502
2738
 
2503
2739
  <td class="type">
2504
2740
 
2505
2741
 
2506
- <span class="param-type">Object</span>
2742
+ <span class="param-type">
2743
+
2744
+ Object
2745
+
2746
+ </span>
2507
2747
 
2508
2748
 
2509
2749
 
@@ -2592,7 +2832,11 @@ const textSymbol = new TextSymbol({
2592
2832
  <div class='column is-5 has-text-left'>
2593
2833
  <label>类型: </label>
2594
2834
 
2595
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2835
+ <span class="param-type">
2836
+
2837
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2838
+
2839
+ </span>
2596
2840
 
2597
2841
 
2598
2842
 
@@ -2714,7 +2958,11 @@ const textSymbol = new TextSymbol({
2714
2958
  <div class='column is-5 has-text-left'>
2715
2959
  <label>类型: </label>
2716
2960
 
2717
- <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2961
+ <span class="param-type">
2962
+
2963
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
2964
+
2965
+ </span>
2718
2966
 
2719
2967
 
2720
2968
 
@@ -2836,7 +3084,11 @@ const textSymbol = new TextSymbol({
2836
3084
  <div class='column is-5 has-text-left'>
2837
3085
  <label>类型: </label>
2838
3086
 
2839
- <span class="param-type">Object</span>
3087
+ <span class="param-type">
3088
+
3089
+ Object
3090
+
3091
+ </span>
2840
3092
 
2841
3093
 
2842
3094