The style-text type represents a text element with a print-style attribute group. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
font-family | comma-separated-text | optional | ||||
font-size | font-size | optional | ||||
font-style | font-style | optional | ||||
font-weight | font-weight | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional |
<xs:complexType name="style-text"> <xs:annotation> <xs:documentation>The style-text type represents a text element with a print-style attribute group.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="print-style"/> </xs:extension> </xs:simpleContent> </xs:complexType> |