Style
Anatomy
<pdf:style align="(parent style, initially L)" valign="(parent style)" dir="(parent style, initially LTR)" font="(parent style, initially arial)" fontstyle="(parent style)" fontsize="(parent style, initially 12)" fontspace="(parent style)" fontstretch="(parent style, initially 100)" bgcolor="(parent style)" textcolor="(parent style, initially #000)" border="(parent style)" borderwidth="(parent style)" bordercolor="(parent style, initially #000)" lineheight="(parent style)" padding="(parent style)" rotate="(parent style)">
ixml
</pdf:style>
Parents: pdf:header, pdf:footer, pdf:body
Description: PDF:STYLE defines the style for its content.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| align | string | Horizontal alignment | pdf:style |
| valign | string | Vertical alignment | pdf:style |
| dir | string | Text direction | pdf:style |
| font | string | Font family | pdf:style |
| fontstyle | string | Font style | pdf:style |
| fontsize | float | Font size (pt) | pdf:style |
| fontspace | float | Font spacing | pdf:style |
| fontstretch | int | Font stretching (%) | pdf:style |
| bgcolor | string | Background color | pdf:style |
| textcolor | string | Text color | pdf:style |
| border | string | Border | pdf:style |
| borderwidth | float | Border width | pdf:style |
| bordercolor | string | Border color | pdf:style |
| lineheight | float | Line height | pdf:style |
| padding | float | Padding | pdf:style |
| rotate | int | Rotate (degrees) | pdf:style |