elementindex com tecnick tcpdf













[com.tecnick.tcpdf] element index
Package indexes

TCExam
TCPDF
PHPMailer

All elements


a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
_




_
top




_begindoc


FPDF::_begindoc() in FPDF
Start document


_beginpage


FPDF::_beginpage() in FPDF
_beginpage


_dochecks


FPDF::_dochecks() in FPDF
Check for locale-related bug


_dounderline


FPDF::_dounderline() in FPDF
Underline text


_enddoc


FPDF::_enddoc() in FPDF
_enddoc


_endpage


FPDF::_endpage() in FPDF
End of page contents


_escape


FPDF::_escape() in FPDF
Add \ before \, ( and )


_escapetext


FPDF::_escapetext() in FPDF
Format a text string


_freadint


FPDF::_freadint() in FPDF
Read a 4-byte integer from file


_getfontpath


FPDF::_getfontpath() in FPDF
Return fonts path


_newobj


FPDF::_newobj() in FPDF
Begin a new object


_out


FPDF::_out() in FPDF
Add a line to the document


_parsejpg


FPDF::_parsejpg() in FPDF
Extract info from a JPEG file


_parsepng


FPDF::_parsepng() in FPDF
Extract info from a PNG file


_putcatalog


FPDF::_putcatalog() in FPDF
_putcatalog


_putfonts


FPDF::_putfonts() in FPDF
Adds fonts


_putheader


FPDF::_putheader() in FPDF
_putheader


_putimages


FPDF::_putimages() in FPDF
_putimages


_putinfo


FPDF::_putinfo() in FPDF
_putinfo


_putpages


FPDF::_putpages() in FPDF
_putpages


_putresourcedict


FPDF::_putresourcedict() in FPDF
_putresourcedict


_putresources


FPDF::_putresources() in FPDF
_putresources


_putstream


FPDF::_putstream() in FPDF


_puttrailer


FPDF::_puttrailer() in FPDF
_puttrailer


_puttruetypeunicode


FPDF::_puttruetypeunicode() in FPDF
Adds unicode fonts.


_putxobjectdict


FPDF::_putxobjectdict() in FPDF
_putxobjectdict


_textstring


FPDF::_textstring() in FPDF
Format a text string


__construct


FPDF::__construct() in FPDF
This is the class constructor.




a
top




$AliasNbPages


FPDF::$AliasNbPages in FPDF


$author


FPDF::$author in FPDF


$AutoPageBreak


FPDF::$AutoPageBreak in FPDF


AcceptPageBreak


FPDF::AcceptPageBreak() in FPDF
Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by SetAutoPageBreak().


AddFont


FPDF::AddFont() in FPDF
Imports a TrueType or Type1 font and makes it available. It is necessary to generate a font definition file first with the makefont.php utility. The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by FPDF_FONTPATH if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.


AddLink


FPDF::AddLink() in FPDF
Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document. The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().


AddPage


FPDF::AddPage() in FPDF
Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left corner according to the left and top margins, and Header() is called to display the header.


AliasNbPages


FPDF::AliasNbPages() in FPDF
Defines an alias for the total number of pages. It will be substituted as the document is closed.




b
top




$bMargin


FPDF::$bMargin in FPDF


$buffer


FPDF::$buffer in FPDF




c
top




$cMargin


FPDF::$cMargin in FPDF


$ColorFlag


FPDF::$ColorFlag in FPDF


$compress


FPDF::$compress in FPDF


$CoreFonts


FPDF::$CoreFonts in FPDF


$creator


FPDF::$creator in FPDF


$CurOrientation


FPDF::$CurOrientation in FPDF


$CurrentFont


FPDF::$CurrentFont in FPDF


Cell


FPDF::Cell() in FPDF
Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text. If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.


Close


FPDF::Close() in FPDF
Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.




d
top




$DefOrientation


FPDF::$DefOrientation in FPDF


$diffs


FPDF::$diffs in FPDF


$DrawColor


FPDF::$DrawColor in FPDF




e
top




Error


FPDF::Error() in FPDF
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution. An inherited class may override it to customize the error handling but should always halt the script, or the resulting document would probably be invalid.




f
top




$fh


FPDF::$fh in FPDF


$fhPt


FPDF::$fhPt in FPDF


$FillColor


FPDF::$FillColor in FPDF


$FontFamily


FPDF::$FontFamily in FPDF


$FontFiles


FPDF::$FontFiles in FPDF


$fonts


FPDF::$fonts in FPDF


$FontSize


FPDF::$FontSize in FPDF


$FontSizePt


FPDF::$FontSizePt in FPDF


$FontStyle


FPDF::$FontStyle in FPDF


$fw


FPDF::$fw in FPDF


$fwPt


FPDF::$fwPt in FPDF


Footer


FPDF::Footer() in FPDF
This method is used to render the page footer. It is automatically called by AddPage() and Close() and should not be called directly by the application. The implementation in FPDF is empty, so you have to subclass it and override the method if you want a specific processing.


FPDF


FPDF in FPDF
This is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.


FPDF


FPDF in FPDF




g
top




getBreakMargin


FPDF::getBreakMargin() in FPDF
Returns the page break margin.


getImageScale


FPDF::getImageScale() in FPDF
Returns the image scale.


getPageHeight


FPDF::getPageHeight() in FPDF
Returns the page height in units.


getPageWidth


FPDF::getPageWidth() in FPDF
Returns the page width in units.


getScaleFactor


FPDF::getScaleFactor() in FPDF
Returns the scale factor (number of points in user unit).


GetStringWidth


FPDF::GetStringWidth() in FPDF
Returns the length of a string in user unit. A font must be selected.


GetX


FPDF::GetX() in FPDF
Returns the abscissa of the current position.


GetY


FPDF::GetY() in FPDF
Returns the ordinate of the current position.




h
top




$h


FPDF::$h in FPDF


$hPt


FPDF::$hPt in FPDF


Header


FPDF::Header() in FPDF
This method is used to render the page header. It is automatically called by AddPage() and should not be called directly by the application. The implementation in FPDF is empty, so you have to subclass it and override the method if you want a specific processing.




i
top




$images


FPDF::$images in FPDF


$imgscale


FPDF::$imgscale in FPDF


$img_rb_x


FPDF::$img_rb_x in FPDF


$img_rb_y


FPDF::$img_rb_y in FPDF


$InFooter


FPDF::$InFooter in FPDF


$isunicode


FPDF::$isunicode in FPDF


Image


FPDF::Image() in FPDF
Puts an image in the page. The upper-left corner must be given. The dimensions can be specified in different ways:explicit width and height (expressed in user unit)one explicit dimension, the other being calculated automatically in order to keep the original proportionsno explicit dimension, in which case the image is put at 72 dpi Supported formats are JPEG and PNG.




k
top




$k


FPDF::$k in FPDF


$keywords


FPDF::$keywords in FPDF




l
top




$lasth


FPDF::$lasth in FPDF


$LayoutMode


FPDF::$LayoutMode in FPDF


$LineWidth


FPDF::$LineWidth in FPDF


$links


FPDF::$links in FPDF


$lMargin


FPDF::$lMargin in FPDF


Line


FPDF::Line() in FPDF
Draws a line between two points.


Link


FPDF::Link() in FPDF
Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.


Ln


FPDF::Ln() in FPDF
Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.




m
top




MultiCell


FPDF::MultiCell() in FPDF
This method allows printing text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the \n character). As many cells as necessary are output, one below the other. Text can be aligned, centered or justified. The cell block can be framed and the background painted.




n
top




$n


FPDF::$n in FPDF




o
top




$offsets


FPDF::$offsets in FPDF


$OrientationChanges


FPDF::$OrientationChanges in FPDF


Open


FPDF::Open() in FPDF
This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.


Output


FPDF::Output() in FPDF
Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced. The method first calls Close() if necessary to terminate the document.




p
top




$page


FPDF::$page in FPDF


$PageBreakTrigger


FPDF::$PageBreakTrigger in FPDF


$PageLinks


FPDF::$PageLinks in FPDF


$pages


FPDF::$pages in FPDF


$PDFVersion


FPDF::$PDFVersion in FPDF


PageNo


FPDF::PageNo() in FPDF
Returns the current page number.


PDF_PRODUCER


PDF_PRODUCER in FPDF
define default PDF document producer




r
top




$rMargin


FPDF::$rMargin in FPDF


Rect


FPDF::Rect() in FPDF
Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.




s
top




$state


FPDF::$state in FPDF


$subject


FPDF::$subject in FPDF


SetAuthor


FPDF::SetAuthor() in FPDF
Defines the author of the document.


SetAutoPageBreak


FPDF::SetAutoPageBreak() in FPDF
Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.


SetCompression


FPDF::SetCompression() in FPDF
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.


SetCreator


FPDF::SetCreator() in FPDF
Defines the creator of the document. This is typically the name of the application that generates the PDF.


SetDisplayMode


FPDF::SetDisplayMode() in FPDF
Defines the way the document is to be displayed by the viewer. The zoom level can be set: pages can be displayed entirely on screen, occupy the full width of the window, use real size, be scaled by a specific zooming factor or use viewer default (configured in the Preferences menu of Acrobat). The page layout can be specified too: single at once, continuous display, two columns or viewer default. By default, documents use the full width mode with continuous display.


SetDrawColor


FPDF::SetDrawColor() in FPDF
Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.


SetFillColor


FPDF::SetFillColor() in FPDF
Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.


SetFont


FPDF::SetFont() in FPDF
Sets the font used to print character strings. It is mandatory to call this method at least once before printing text or the resulting document would not be valid.


SetFontSize


FPDF::SetFontSize() in FPDF
Defines the size of the current font.


setImageScale


FPDF::setImageScale() in FPDF
Set the image scale.


SetKeywords


FPDF::SetKeywords() in FPDF
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.


SetLeftMargin


FPDF::SetLeftMargin() in FPDF
Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.


SetLineWidth


FPDF::SetLineWidth() in FPDF
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.


SetLink


FPDF::SetLink() in FPDF
Defines the page and position a link points to


SetMargins


FPDF::SetMargins() in FPDF
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.


SetRightMargin


FPDF::SetRightMargin() in FPDF
Defines the right margin. The method can be called before creating the first page.


SetSubject


FPDF::SetSubject() in FPDF
Defines the subject of the document.


SetTextColor


FPDF::SetTextColor() in FPDF
Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.


SetTitle


FPDF::SetTitle() in FPDF
Defines the title of the document.


SetTopMargin


FPDF::SetTopMargin() in FPDF
Defines the top margin. The method can be called before creating the first page.


SetX


FPDF::SetX() in FPDF
Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.


SetXY


FPDF::SetXY() in FPDF
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.


SetY


FPDF::SetY() in FPDF
Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.




t
top




$TextColor


FPDF::$TextColor in FPDF


$title


FPDF::$title in FPDF


$tMargin


FPDF::$tMargin in FPDF


Text


FPDF::Text() in FPDF
Prints a character string. The origin is on the left of the first charcter, on the baseline. This method allows to place a string precisely on the page, but it is usually easier to use Cell(), MultiCell() or Write() which are the standard methods to print text.




u
top




$underline


FPDF::$underline in FPDF


UTF8StringToArray


FPDF::UTF8StringToArray() in FPDF
Converts UTF-8 strings to codepoints array.


UTF8ToUTF16BE


FPDF::UTF8ToUTF16BE() in FPDF
Converts UTF-8 strings to UTF16-BE.




w
top




$w


FPDF::$w in FPDF


$wPt


FPDF::$wPt in FPDF


$ws


FPDF::$ws in FPDF


Write


FPDF::Write() in FPDF
This method prints text from the current position. When the right margin is reached (or the \n character is met) a line break occurs and text continues from the left margin. Upon method exit, the current position is left just at the end of the text. It is possible to put a link on the text.




x
top




$x


FPDF::$x in FPDF




y
top




$y


FPDF::$y in FPDF




z
top




$ZoomMode


FPDF::$ZoomMode in FPDF




a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
_



Wyszukiwarka

Podobne podstrony:
li com tecnick tcpdf
elementindex TCPDF
option extended valid elements
Christmas elementary
elements
www livemocha com angielski lekcja audio
identify?sign elements?84AB82
Elementy wymagan organizacyjne
Diagnostyka OBD EOBD OBD2 Opis VAG COM
Lite Com Pro Pl
zdeformowane elementy
PA3 podstawowe elementy liniowe [tryb zgodności]
carlitos thegomels@hotmail com (4)
car cross com4
usingenglish com English Idioms?

więcej podobnych podstron