TFrame

The border attribute sets the thickness of the frame around the
      table. The default units are screen pixels.

      The frame attribute specifies which parts of the frame around
      the table should be rendered. The values are not the same as
      CALS to avoid a name clash with the valign attribute.

Simple Type Information

Used By

Attribute table/@frame

Source

<xs:simpleType name="TFrame">
  <xs:annotation>
    <xs:documentation>The border attribute sets the thickness of the frame around the table. The default units are screen pixels. The frame attribute specifies which parts of the frame around the table should be rendered. The values are not the same as CALS to avoid a name clash with the valign attribute.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="void"/>
    <xs:enumeration value="above"/>
    <xs:enumeration value="below"/>
    <xs:enumeration value="hsides"/>
    <xs:enumeration value="lhs"/>
    <xs:enumeration value="rhs"/>
    <xs:enumeration value="vsides"/>
    <xs:enumeration value="box"/>
    <xs:enumeration value="border"/>
  </xs:restriction>
</xs:simpleType>