...
Attributes | Description |
---|---|
alignment | Sets the horizontal justification of the text based on a defined width. |
...
|
...
Default Value: left |
...
Values: |
...
left | center | right |
...
...
color |
...
Sets the font color by the using RGB-triplet (#ffffff for white; #ff0000 for red, etc) or from list of the predefined colors below. |
...
|
...
Default Value: black |
...
Predefined Values: black | blue| cyan | darkGray | gray | green | lightGray | magenta | orange | pink | red | white | yellow |
...
...
excel-wrap-text |
...
When outputting to Excel, sets the text to word wrap. |
...
|
...
Default Value: true |
...
...
fixedposition |
...
Defines the absolute position on the page where the band should be printed. If the current cursor position is before that y-position, then empty space is added. If the current position is after that y-position, the band is printed on the next page (on that y-position). |
...
...
font-embedded |
...
Specifies the font to embed into the PDF file. |
...
|
...
Default Value: false |
...
...
font-encoding |
...
Specifies the encoding to be used for the PDF export. |
...
|
...
...
fontname |
...
Sets the font name. |
...
|
...
...
fontsize |
...
Sets the font size. |
...
|
...
...
fontstyle |
...
Sets font style. This is used as a shortcut for defining fsbold and fsitalic. |
...
|
...
Values: |
...
plain | bold | italic | bolditalic |
...
...
fsbold |
...
Sets font to italics. |
...
|
...
Boolean |
...
Default Value: false |
...
...
fsitalic |
...
Sets font to italics. |
...
|
...
Boolean |
...
Default Value: false |
...
...
fsstrikethr |
...
Sets font to strikethrough. |
...
|
...
Boolean |
...
Default Value: false |
...
...
fsunderline |
...
Sets font to underline. |
...
|
...
Default Value: false |
...
...
height |
...
Determines the minimum height. |
...
Value is a whole number and each increment is equivalent to 1/72 of an inch. |
...
Objects don't inherit this setting. |
...
|
...
Integer |
...
Default: If no height is specified, then height will be determine by all the objects contained. |
...
...
href |
...
Sets a hyperlink for the section. |
...
|
...
...
line-height |
...
The height of a single text line in text elements. |
...
If the line-height is set and is greater than the font size, extra padding will be added between the lines making text more readable. |
...
|
...
Integer |
...
...
name |
...
Used to reference the element later. Functions pick up elements by their name. |
...
|
...
...
pagebreak-after-print |
...
If set to true, the page breaks after the report header is printed. |
...
|
...
Boolean |
...
Default value: false |
...
...
reserve-literal |
...
Determines the text printed when the text does not fit completely into an element. |
...
|
...
Default value: "..." |
...
...
trim-text-content |
...
Defines, whether leading and trailing whitespaces of the generated lines get removed. Important for a clean layout. |
...
|
...
Default Value: true |
...
...
vertical-alignment |
...
Sets the vertical position of the text. |
...
|
...
Values: |
...
top | middle | bottom |
...
...
visible |
...
Sets whether the report header will printed. |
...
|
...
Default Value: true |
...