Text Properties

The complex type CT_TextProps holds any 3-D associated properties of the text that is to be held in the diagram. A CT_TextProps is defined as follows:

<xsd:complexType name="CT_TextProps">
  <xsd:sequence>
    <xsd:group ref="a:EG_Text3D" minOccurs="0" maxOccurs="1" />
  </xsd:sequence>
</xsd:complexType>

All that is contained within the text properties is an EG_Text3D complex type. The usage of the text properties complex type allows 3-D text properties to be defined for a diagram style.