CT_TableCellProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
anchor ST_TextAnchoringType t optional
anchorCtr xsd:boolean false optional
horzOverflow ST_TextHorzOverflowType clip optional
marB ST_Coordinate32 45720 optional
marL ST_Coordinate32 91440 optional
marR ST_Coordinate32 91440 optional
marT ST_Coordinate32 45720 optional
vert ST_TextVerticalType horz optional

Used By

Source

<xsd:complexType name="CT_TableCellProperties">
  <xsd:sequence>
    <xsd:element name="lnL" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="lnR" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="lnT" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="lnB" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="lnTlToBr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="lnBlToTr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="headers" type="CT_Headers" minOccurs="0"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="marL" type="ST_Coordinate32" use="optional" default="91440"/>
  <xsd:attribute name="marR" type="ST_Coordinate32" use="optional" default="91440"/>
  <xsd:attribute name="marT" type="ST_Coordinate32" use="optional" default="45720"/>
  <xsd:attribute name="marB" type="ST_Coordinate32" use="optional" default="45720"/>
  <xsd:attribute name="vert" type="ST_TextVerticalType" use="optional" default="horz"/>
  <xsd:attribute name="anchor" type="ST_TextAnchoringType" use="optional" default="t"/>
  <xsd:attribute name="anchorCtr" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="horzOverflow" type="ST_TextHorzOverflowType" use="optional" default="clip"/>
</xsd:complexType>