ㅁ Web에서 table을 복사하여 붙여 넣기 한것.
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Text | Required | String | The text to be spoken. |
| SpeakAsync | Optional | Variant | True causes the text to be spoken asynchronously (the method will not wait for the text to be spoken). False causes the text to be spoken synchronously (the method waits for the text to be spoken before continuing). The default is False. |
| SpeakXML | Optional | Variant | True causes the text to be interpreted as XML. False causes the text to not be interpreted as XML, so any XML tags are read and not interpreted. The default is False. |
| Purge | Optional | Variant | True causes current speech to be terminated and any buffered text to be purged before text is spoken. False does not cause the current speech to be terminated and does not purge the buffered text before text is spoken. The default is False. |
ㅁ 표삽입 컨트롤 사용후 붙여넣기 한 표
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Text | Required | String | The text to be spoken. |
| SpeakAsync | Optional | Variant | True causes the text to be spoken asynchronously (the method will not wait for the text to be spoken). False causes the text to be spoken synchronously (the method waits for the text to be spoken before continuing). The default is False. |
| SpeakXML | Optional | Variant | True causes the text to be interpreted as XML. False causes the text to not be interpreted as XML, so any XML tags are read and not interpreted. The default is False. |
| Purge | Optional | Variant | True causes current speech to be terminated and any buffered text to be purged before text is spoken. False does not cause the current speech to be terminated and does not purge the buffered text before text is spoken. The default is False. |
ㅁ 표 컨트롤로 작성후 직접 입력 테스트
| 열제목1 | 열제목2 | 열제목3 | 열제목4 |
| 1 | 2 | 3 | 4 |
| 가 | 나 | 다 | 라 |
| A | B | C | D |

ㅁ 웹에서 복사한 table 붙여 넣기
Name
Required/Optional
Data type
Description
Text
Required
String
The text to be spoken.
SpeakAsync
Optional
Variant
True causes the text to be spoken asynchronously (the method will not wait for the text to be spoken). False causes the text to be spoken synchronously (the method waits for the text to be spoken before continuing). The default is False.
SpeakXML
Optional
Variant
True causes the text to be interpreted as XML. False causes the text to not be interpreted as XML, so any XML tags are read and not interpreted. The default is False.
Purge
Optional
Variant
True causes current speech to be terminated and any buffered text to be purged before text is spoken. False does not cause the current speech to be terminated and does not purge the buffered text before text is spoken. The default is False.
Name
Required/Optional
Data type
Description
Text
Required
String
The text to be spoken.
SpeakAsync
Optional
Variant
True causes the text to be spoken asynchronously (the method will not wait for the text to be spoken). False causes the text to be spoken synchronously (the method waits for the text to be spoken before continuing). The default is False.
SpeakXML
Optional
Variant
True causes the text to be interpreted as XML. False causes the text to not be interpreted as XML, so any XML tags are read and not interpreted. The default is False.
Purge
Optional
Variant
True causes current speech to be terminated and any buffered text to be purged before text is spoken. False does not cause the current speech to be terminated and does not purge the buffered text before text is spoken. The default is False.
열제목1
열제목2
열제목3
열제목4
1
2
3
4
가
나
다
라
A
B
C
D
NameRequired/OptionalData typeDescriptionTextRequiredStringThe text to be spoken.SpeakAsyncOptionalVariantTrue causes the text to be spoken asynchronously (the method will not wait for the text to be spoken). False causes the text to be spoken synchronously (the method waits for the text to be spoken before continuing). The default is False.SpeakXMLOptionalVariantTrue causes the text to be interpreted as XML. False causes the text to not be interpreted as XML, so any XML tags are read and not interpreted. The default is False.PurgeOptionalVariantTrue causes current speech to be terminated and any buffered text to be purged before text is spoken. False does not cause the current speech to be terminated and does not purge the buffered text before text is spoken. The default is False.