Defines a property that uses hyphenation options.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | stringType | optional | Gets or sets the hyphen character. | |
| rule | hyphenRule | optional | Gets or sets the hyphenation rule. | 
 | 
      
<xsd:complexType name="hyphenProperty" >
  <xsd:attribute name="val" type="stringType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="rule" type="hyphenRule" use="optional">
  </xsd:attribute>
</xsd:complexType>