const classafFancomSapi::SpeechDisplayAttributes
sys::Obj afFancom::Flag afFancomSapi::SpeechDisplayAttributes
Lists the possible ways of displaying a word.
http://msdn.microsoft.com/en-us/library/ee125194%28v=vs.85%29.aspx
- SDA_Consume_Leading_Spaces
const static SpeechDisplayAttributes SDA_Consume_Leading_Spaces := ...
Consume leading space, often used for periods. If this is absent, the word should have a leading space by default.
Value is 8 (0x8)
- SDA_No_Trailing_Space
const static SpeechDisplayAttributes SDA_No_Trailing_Space := ...
Does not insert any trailing spaces after words.
Value is 0 (0x0)
- SDA_One_Trailing_Space
const static SpeechDisplayAttributes SDA_One_Trailing_Space := ...
Inserts one trailing space, used for most words.
Value is 2 (0x2)
- SDA_Two_Trailing_Spaces
const static SpeechDisplayAttributes SDA_Two_Trailing_Spaces := ...
Inserts two trailing spaces, often used after a sentence's final period.
Value is 4 (0x4)
- make
new make(|This? f := null)
- makeFromDefinition
- makeFromVariant
new makeFromVariant(Variant variant)