POST test/TextSymbol
Request Information
URI Parameters
None.
Body Parameters
XDSymbolFontName | Description | Type | Additional information |
---|---|---|---|
Bold | boolean |
None. |
|
Italic | boolean |
None. |
|
Underline | boolean |
None. |
|
Strikeout | boolean |
None. |
|
FontSize | integer |
None. |
|
FontName | string |
None. |
|
FontColor | string |
None. |
|
FontBackColor | string |
None. |
|
fontOpacity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Bold": true, "Italic": true, "Underline": true, "Strikeout": true, "FontSize": 5, "FontName": "sample string 6", "FontColor": "sample string 7", "FontBackColor": "sample string 8", "fontOpacity": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfStringName | Description | Type | Additional information |
---|---|---|---|
ErrorMsg | string |
None. |
|
isSuccess | boolean |
None. |
|
Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ErrorMsg": "sample string 1", "isSuccess": true, "Result": "sample string 3" }
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"ErrorMsg":"sample string 1","isSuccess":true,"Result":"sample string 3"});