Home
last modified time | relevance | path

Searched refs:TextBoxString (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.string.php7 class TextBoxString extends TextBox { class
9 $box =& new TextBoxString($text, $encoding);
14 function TextBoxString($word, $encoding) { function in TextBoxString
H A Dbox.field.pageno.php2 class BoxTextFieldPageNo extends TextBoxString {
4 $this->TextBoxString('', 'iso-8859-1');
41 if (is_null(TextBoxString::show($viewport))) {
71 if (is_null(TextBoxString::show_fixed($driver))) {
H A Dbox.field.pages.php6 class BoxTextFieldPages extends TextBoxString {
8 $this->TextBoxString("", "iso-8859-1");
47 if (is_null(TextBoxString::show($viewport))) {
79 if (is_null(TextBoxString::show_fixed($viewport))) {