2.3.4.2.16 CT_FontProps

Target namespace: http://visThemeSchemaUri

Referenced by: CT_FontStyles

Specifies properties used to format a text run.

Attributes:

style: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies properties used to format a text run. The value of the structure MUST be a bitwise OR combination of one or more of the values from the table in the Style Cell_Type element.

Child Elements:

color: A CT_Color type specified in [ISO/IEC29500-1:2016] section A.2 that specifies color properties used to format a text run.

extLst: An a:CT_OfficeArtExtensionList ([ISO/IEC29500-1:2016] section 20.1.2.2.15) type which is unused and MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_FontProps" oxsd:cname="FontProps" oxsd:cwrap="noTemplate">
   <xsd:sequence>
     <xsd:element name="color" type="a:CT_Color" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="extLst" oxsd:cname="ext" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" oxsd:dataStructure="optional"/>
   </xsd:sequence>
   <xsd:attribute name="style" type="xsd:unsignedInt" use="required" oxsd:cname="style"/>
 </xsd:complexType>