print-style

The print-style attribute group collects the most popular combination of printing attributes: position, font, and color.

Attribute Group Information

Attributes

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

Used By

Source

<xs:attributeGroup name="print-style">
  <xs:annotation>
    <xs:documentation>The print-style attribute group collects the most popular combination of printing attributes: position, font, and color.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="font"/>
  <xs:attributeGroup ref="color"/>
</xs:attributeGroup>