CT_TextCharacterProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altLang ST_Lang optional
b xsd:boolean optional
baseline ST_Percentage optional
bmk xsd:string optional
cap ST_TextCapsType none optional
dirty xsd:boolean true optional
err xsd:boolean false optional
i xsd:boolean optional
kern ST_TextNonNegativePoint optional
kumimoji xsd:boolean optional
lang ST_Lang optional
noProof xsd:boolean optional
normalizeH xsd:boolean optional
smtClean xsd:boolean true optional
smtId xsd:unsignedInt 0 optional
spc ST_TextPoint optional
strike ST_TextStrikeType optional
sz ST_TextFontSize optional
u ST_TextUnderlineType optional

Used By

Source

<xsd:complexType name="CT_TextCharacterProperties">
  <xsd:sequence>
    <xsd:element name="ln" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="highlight" type="CT_Color" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_TextUnderlineLine" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_TextUnderlineFill" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="latin" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="ea" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="cs" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="sym" type="CT_TextFont" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="hlinkClick" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="hlinkMouseOver" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="rtl" type="CT_Boolean" minOccurs="0"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="kumimoji" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="lang" type="s:ST_Lang" use="optional"/>
  <xsd:attribute name="altLang" type="s:ST_Lang" use="optional"/>
  <xsd:attribute name="sz" type="ST_TextFontSize" use="optional"/>
  <xsd:attribute name="b" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="i" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="u" type="ST_TextUnderlineType" use="optional"/>
  <xsd:attribute name="strike" type="ST_TextStrikeType" use="optional"/>
  <xsd:attribute name="kern" type="ST_TextNonNegativePoint" use="optional"/>
  <xsd:attribute name="cap" type="ST_TextCapsType" use="optional" default="none"/>
  <xsd:attribute name="spc" type="ST_TextPoint" use="optional"/>
  <xsd:attribute name="normalizeH" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="baseline" type="ST_Percentage" use="optional"/>
  <xsd:attribute name="noProof" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="dirty" type="xsd:boolean" use="optional" default="true"/>
  <xsd:attribute name="err" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="smtClean" type="xsd:boolean" use="optional" default="true"/>
  <xsd:attribute name="smtId" type="xsd:unsignedInt" use="optional" default="0"/>
  <xsd:attribute name="bmk" type="xsd:string" use="optional"/>
</xsd:complexType>