The Printing template field specifies which participant field to print, where and how. More...
Public Member Functions | |
| __construct () | |
Public Attributes | |
| $id | |
| $page | |
| $participant_field | |
| $x | |
| $y | |
| $width | |
| $justification | |
| $font_name | |
| $font_size | |
The Printing template field specifies which participant field to print, where and how.
The offsets are calculated in relation to the block in which this class is contained.
| SD_Meeting_Tool_Printing_Template_Block_Field::__construct | ( | ) |
| SD_Meeting_Tool_Printing_Template_Block_Field::$font_name |
Font name string.
| SD_Meeting_Tool_Printing_Template_Block_Field::$font_size |
Font size, as an integer.
| SD_Meeting_Tool_Printing_Template_Block_Field::$id |
(UU)ID of this field.
| SD_Meeting_Tool_Printing_Template_Block_Field::$justification |
A string for the text justification. L left R right C center J justified
| SD_Meeting_Tool_Printing_Template_Block_Field::$page |
Page on which to print this field.
| SD_Meeting_Tool_Printing_Template_Block_Field::$participant_field |
Participant field to print.
| SD_Meeting_Tool_Printing_Template_Block_Field::$width |
Width of text field, in millimeters.
| SD_Meeting_Tool_Printing_Template_Block_Field::$x |
X offset of the text field, in millimeters.
| SD_Meeting_Tool_Printing_Template_Block_Field::$y |
Y offset of the text field, in millimeters.
1.8.1.2