[Table of Contents] [docx version]
VML Reference Material - VML
ST_TrueFalseBlank (Boolean Value with Blank [False] State)
This simple type specifies a boolean value with a third state, using a blank attribute, which specifies that the value be false.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
(Blank – Logical False) |
Logical false. |
f (Logical False) |
Logical false. |
false (Logical False) |
Logical false. |
t (Logical True) |
Logical true. |
true (Logical True) |
Logical true. |
Referenced By |
arc@ole (§6.1.2.1); curve@ole (§6.1.2.3); image@ole (§6.1.2.10); line@ole (§6.1.2.12); LockedField (§6.2.2.18); oval@ole (§6.1.2.13); polyline@ole (§6.1.2.15); proxy@end (§6.2.2.20); proxy@start (§6.2.2.20); rect@ole (§6.1.2.16); roundrect@ole (§6.1.2.17); shape@ole (§6.1.2.19); shapetype@ole (§6.1.2.20) |