| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
HaruPage::textRect
(no version information, might be only in CVS)
HaruPage::textRect -- Print the text inside the specified regionPopis
bool HaruPage::textRect ( float left, float top, float right, float bottom, string text [, int align] )Prints the text inside the specified region.
Seznam parametrů
leftLeft border of the text area.
topTop border of the text area.
rightRight border of the text area.
bottomLower border of the text area.
textThe text to print.
alignText alignment. Must be one of the following values:
HaruPage::TALING_LEFT HaruPage::TALING_RIGHT HaruPage::TALING_CENTER HaruPage::TALING_JUSTIFY 
| PÅ™edcházejÃcà | Domů | Dalšà | 
| HaruPage::textOut | Nahoru |