<outline>
(Outline)
This element displays only the inner and outer borders of each character. This is very similar to Bold in behavior.
Attributes |
Description |
---|---|
|
A boolean value for the property specified by the parent XML element. If omitted, the default value is The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BooleanProperty">
<attribute name="val" type="xsd:boolean" use="optional" default="true"/>
</complexType>