const classafFancomSapi::SpeechDisplayAttributes

sys::Obj
  afFancom::Flag
    afFancomSapi::SpeechDisplayAttributes

@Serializable

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

Source

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

Source

const static SpeechDisplayAttributes SDA_No_Trailing_Space := ...

Does not insert any trailing spaces after words.

Value is 0 (0x0)

SDA_One_Trailing_Space

Source

const static SpeechDisplayAttributes SDA_One_Trailing_Space := ...

Inserts one trailing space, used for most words.

Value is 2 (0x2)

SDA_Two_Trailing_Spaces

Source

const static SpeechDisplayAttributes SDA_Two_Trailing_Spaces := ...

Inserts two trailing spaces, often used after a sentence's final period.

Value is 4 (0x4)

make

Source

new make(|This? f := null)

makeFromDefinition

Source

new makeFromDefinition(Int flag, Str? name := null)

makeFromVariant

Source

new makeFromVariant(Variant variant)