Element index for package com-tecnick-tcpdf
Other package element indexes
- SimplePie
- Unknown
- PEAR
- Archive_Tar
- PHP_Compat
- OpenID
- phpGACL
- utf8
- Joomla-Framework
- geshi
- Joomla
- patError
- patTemplate
- Element index (all packages)
_
-
_addfield
-
TCPDF::_addfield() in TCPDF
-
_begindoc
-
TCPDF::_begindoc() in TCPDFStart document
-
_beginpage
-
TCPDF::_beginpage() in TCPDF_beginpage
-
_dochecks
-
TCPDF::_dochecks() in TCPDFCheck for locale-related bug
-
_dounderline
-
TCPDF::_dounderline() in TCPDFUnderline text
-
_enddoc
-
TCPDF::_enddoc() in TCPDF_enddoc
-
_endpage
-
TCPDF::_endpage() in TCPDFEnd of page contents
-
_escape
-
TCPDF::_escape() in TCPDFAdd \ before \, ( and )
-
_escapetext
-
TCPDF::_escapetext() in TCPDFFormat a text string
-
_freadint
-
TCPDF::_freadint() in TCPDFRead a 4-byte integer from file
-
_generateencryptionkey
-
TCPDF::_generateencryptionkey() in TCPDFCompute encryption key
-
_getfontpath
-
TCPDF::_getfontpath() in TCPDFReturn fonts path
-
_JScolor
-
TCPDF::_JScolor() in TCPDF
-
_legacyparsejpg
-
TCPDF::_legacyparsejpg() in TCPDFExtract info from a JPEG file without using GD
-
_legacyparsepng
-
TCPDF::_legacyparsepng() in TCPDFExtract info from a PNG file without using GD
-
_md5_16
-
TCPDF::_md5_16() in TCPDFEncrypts a string using MD5 and returns it's value as a binary string.
-
_newobj
-
TCPDF::_newobj() in TCPDFBegin a new object
-
_objectkey
-
TCPDF::_objectkey() in TCPDFCompute encryption key depending on object number where the encrypted data is stored
-
_out
-
TCPDF::_out() in TCPDFOutput a string to the document.
-
_outCurve
-
TCPDF::_outCurve() in TCPDF
-
_outLine
-
TCPDF::_outLine() in TCPDF
-
_outPoint
-
TCPDF::_outPoint() in TCPDF
-
_outRect
-
TCPDF::_outRect() in TCPDFDraws a rectangle.
-
_Ovalue
-
TCPDF::_Ovalue() in TCPDFCompute O value (used for RC4 encryption)
-
_parsegif
-
TCPDF::_parsegif() in TCPDFExtract info from a GIF file
-
_parsejpg
-
TCPDF::_parsejpg() in TCPDFExtract info from a JPEG file
-
_parsepng
-
TCPDF::_parsepng() in TCPDFExtract info from a PNG file
-
_putbookmarks
-
TCPDF::_putbookmarks() in TCPDF
-
_putcatalog
-
TCPDF::_putcatalog() in TCPDF_putcatalog
-
_putencryption
-
TCPDF::_putencryption() in TCPDFPut encryption on PDF document
-
_putfonts
-
TCPDF::_putfonts() in TCPDFAdds fonts
-
_putheader
-
TCPDF::_putheader() in TCPDF_putheader
-
_putimages
-
TCPDF::_putimages() in TCPDF_putimages
-
_putinfo
-
TCPDF::_putinfo() in TCPDF_putinfo
-
_putjavascript
-
TCPDF::_putjavascript() in TCPDF
-
_putpages
-
TCPDF::_putpages() in TCPDF_putpages
-
_putresourcedict
-
TCPDF::_putresourcedict() in TCPDF_putresourcedict
-
_putresources
-
TCPDF::_putresources() in TCPDF_putresources
-
_putstream
-
TCPDF::_putstream() in TCPDFOutput a stream.
-
_puttrailer
-
TCPDF::_puttrailer() in TCPDF_puttrailer
-
_puttruetypeunicode
-
TCPDF::_puttruetypeunicode() in TCPDFAdds unicode fonts.
-
_putxobjectdict
-
TCPDF::_putxobjectdict() in TCPDF_putxobjectdict
-
_RC4
-
TCPDF::_RC4() in TCPDFReturns the input text exrypted using RC4 algorithm and the specified key.
-
_textstring
-
TCPDF::_textstring() in TCPDFFormat a text string for meta information
-
_uristring
-
TCPDF::_uristring() in TCPDFFormat an URI string
-
_Uvalue
-
TCPDF::_Uvalue() in TCPDFCompute U value (used for RC4 encryption)
a
-
$AliasNbPages
-
TCPDF::$AliasNbPages in TCPDF
-
$author
-
TCPDF::$author in TCPDF
-
$AutoPageBreak
-
TCPDF::$AutoPageBreak in TCPDF
-
AcceptPageBreak
-
TCPDF::AcceptPageBreak() in TCPDFWhenever 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
-
TCPDF::AddFont() in TCPDFImports 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 K_PATH_FONTS if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
-
addHtmlLink
-
TCPDF::addHtmlLink() in TCPDFOutput anchor link.
-
AddLink
-
TCPDF::AddLink() in TCPDFCreates 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
-
TCPDF::AddPage() in TCPDFAdds 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
-
TCPDF::AliasNbPages() in TCPDFDefines an alias for the total number of pages. It will be substituted as the document is closed.
-
arrUTF8ToUTF16BE
-
TCPDF::arrUTF8ToUTF16BE() in TCPDFConverts array of UTF-8 characters to UTF16-BE string.
b
-
$bMargin
-
TCPDF::$bMargin in TCPDF
-
$buffer
-
TCPDF::$buffer in TCPDF
-
Bookmark
-
TCPDF::Bookmark() in TCPDF
-
Button
-
TCPDF::Button() in TCPDF
c
-
$cMargin
-
TCPDF::$cMargin in TCPDF
-
$ColorFlag
-
TCPDF::$ColorFlag in TCPDF
-
$compress
-
TCPDF::$compress in TCPDF
-
$CoreFonts
-
TCPDF::$CoreFonts in TCPDF
-
$creator
-
TCPDF::$creator in TCPDF
-
$CurOrientation
-
TCPDF::$CurOrientation in TCPDF
-
$CurrentFont
-
TCPDF::$CurrentFont in TCPDF
-
Cell
-
TCPDF::Cell() in TCPDFPrints 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. -
CheckBox
-
TCPDF::CheckBox() in TCPDF
-
Circle
-
TCPDF::Circle() in TCPDFDraws a circle.
-
Close
-
TCPDF::Close() in TCPDFTerminates 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.
-
code_to_utf8
-
code_to_utf8() in html_entity_decode_php4.phpReturns the UTF-8 string corresponding to unicode value.
-
ComboBox
-
TCPDF::ComboBox() in TCPDF
-
Curve
-
TCPDF::Curve() in TCPDFDraws a Bezier curve.
d
-
$DefOrientation
-
TCPDF::$DefOrientation in TCPDF
-
$diffs
-
TCPDF::$diffs in TCPDF
-
$DrawColor
-
TCPDF::$DrawColor in TCPDF
e
-
Ellipse
-
TCPDF::Ellipse() in TCPDFDraws an ellipse.
-
Error
-
TCPDF::Error() in TCPDFThis 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.
-
eng.php
-
eng.php in eng.php
f
-
$fh
-
TCPDF::$fh in TCPDF
-
$fhPt
-
TCPDF::$fhPt in TCPDF
-
$FillColor
-
TCPDF::$FillColor in TCPDF
-
$FontFamily
-
TCPDF::$FontFamily in TCPDF
-
$FontFiles
-
TCPDF::$FontFiles in TCPDF
-
$fonts
-
TCPDF::$fonts in TCPDF
-
$FontSize
-
TCPDF::$FontSize in TCPDF
-
$FontSizePt
-
TCPDF::$FontSizePt in TCPDF
-
$FontStyle
-
TCPDF::$FontStyle in TCPDF
-
$fw
-
TCPDF::$fw in TCPDF
-
$fwPt
-
TCPDF::$fwPt in TCPDF
-
Footer
-
TCPDF::Footer() in TCPDFThis method is used to render the page footer.
g
-
GetAbsX
-
TCPDF::GetAbsX() in TCPDFReturns the absolute X value of current position.
-
GetArrStringWidth
-
TCPDF::GetArrStringWidth() in TCPDFReturns the string length of an array of chars in user unit. A font must be selected.
-
getBreakMargin
-
TCPDF::getBreakMargin() in TCPDFReturns the page break margin.
-
GetCharWidth
-
TCPDF::GetCharWidth() in TCPDFReturns the length of the char in user unit. A font must be selected.
-
getImageScale
-
TCPDF::getImageScale() in TCPDFReturns the image scale.
-
GetLineWidth
-
TCPDF::GetLineWidth() in TCPDFReturns the current the line width.
-
GetNumChars
-
TCPDF::GetNumChars() in TCPDFReturns the numbero of characters in a string.
-
getNumPages
-
TCPDF::getNumPages() in TCPDFGet the total number of insered pages.
-
getPage
-
TCPDF::getPage() in TCPDFGet current document page number.
-
getPageHeight
-
TCPDF::getPageHeight() in TCPDFReturns the page height in units.
-
getPageWidth
-
TCPDF::getPageWidth() in TCPDFReturns the page width in units.
-
getPDFData
-
TCPDF::getPDFData() in TCPDFReturns the PDF data.
-
getScaleFactor
-
TCPDF::getScaleFactor() in TCPDFReturns the scale factor (number of points in user unit).
-
GetStringWidth
-
TCPDF::GetStringWidth() in TCPDFReturns the length of a string in user unit. A font must be selected.
-
GetX
-
TCPDF::GetX() in TCPDFReturns the relative X value of current position.
-
GetY
-
TCPDF::GetY() in TCPDFReturns the ordinate of the current position.
h
-
$h
-
TCPDF::$h in TCPDF
-
$hPt
-
TCPDF::$hPt in TCPDF
-
Header
-
TCPDF::Header() in TCPDFThis method is used to render the page header.
-
HEAD_MAGNIFICATION
-
HEAD_MAGNIFICATION in tcpdf_config.phpmagnification factor for titles
-
html_entity_decode_php4
-
html_entity_decode_php4() in html_entity_decode_php4.phpReverse function for htmlentities.
-
html_entity_decode_php4.php
-
html_entity_decode_php4.php in html_entity_decode_php4.php
i
-
$images
-
TCPDF::$images in TCPDF
-
$imgscale
-
TCPDF::$imgscale in TCPDF
-
$img_rb_x
-
TCPDF::$img_rb_x in TCPDF
-
$img_rb_y
-
TCPDF::$img_rb_y in TCPDF
-
$InFooter
-
TCPDF::$InFooter in TCPDF
-
$isunicode
-
TCPDF::$isunicode in TCPDF
-
Image
-
TCPDF::Image() in TCPDFPuts 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 proportions
- no explicit dimension, in which case the image is put at 72 dpi
-
IncludeJS
-
TCPDF::IncludeJS() in TCPDF
k
-
$k
-
TCPDF::$k in TCPDF
-
$keywords
-
TCPDF::$keywords in TCPDF
-
K_BLANK_IMAGE
-
K_BLANK_IMAGE in tcpdf_config.phpblank image
-
K_CELL_HEIGHT_RATIO
-
K_CELL_HEIGHT_RATIO in tcpdf_config.phpheight of cell repect font height
-
K_LRE
-
K_LRE in unicode_data.phpLeft-to-Right Embedding
-
K_LRM
-
K_LRM in unicode_data.phpLeft-to-Right Mark
-
K_LRO
-
K_LRO in unicode_data.phpLeft-to-Right Override
-
K_PATH_CACHE
-
K_PATH_CACHE in tcpdf_config.phpcache directory for temporary files (full path)
-
K_PATH_FONTS
-
K_PATH_FONTS in tcpdf_config.phppath for PDF fonts
-
K_PATH_IMAGES
-
K_PATH_IMAGES in tcpdf_config.phpimages directory
-
K_PATH_MAIN
-
K_PATH_MAIN in tcpdf_config.phpinstallation path (/var/www/tcpdf/)
-
K_PATH_URL
-
K_PATH_URL in tcpdf_config.phpurl path (http://localhost/tcpdf/)
-
K_PATH_URL_CACHE
-
K_PATH_URL_CACHE in tcpdf_config.phpcache directory for temporary files (url path)
-
K_PDF
-
K_PDF in unicode_data.phpPop Directional Format
-
K_RE_PATTERN_ARABIC
-
K_RE_PATTERN_ARABIC in unicode_data.php
-
K_RE_PATTERN_RTL
-
K_RE_PATTERN_RTL in unicode_data.php
-
K_RLE
-
K_RLE in unicode_data.phpRight-to-Left Embedding
-
K_RLM
-
K_RLM in unicode_data.phpRight-to-Left Mark
-
K_RLO
-
K_RLO in unicode_data.phpRight-to-Left Override
-
K_SMALL_RATIO
-
K_SMALL_RATIO in tcpdf_config.phpreduction factor for small font
-
K_TITLE_MAGNIFICATION
-
K_TITLE_MAGNIFICATION in tcpdf_config.phptitle magnification respect main font size
l
-
$lasth
-
TCPDF::$lasth in TCPDF
-
$LayoutMode
-
TCPDF::$LayoutMode in TCPDF
-
$LineWidth
-
TCPDF::$LineWidth in TCPDF
-
$links
-
TCPDF::$links in TCPDF
-
$lMargin
-
TCPDF::$lMargin in TCPDF
-
lastPage
-
TCPDF::lastPage() in TCPDFReset pointer to the last document page.
-
Line
-
TCPDF::Line() in TCPDFDraws a line between two points.
-
Link
-
TCPDF::Link() in TCPDFPuts 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.
-
ListBox
-
TCPDF::ListBox() in TCPDF
-
Ln
-
TCPDF::Ln() in TCPDFPerforms a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.
m
-
MirrorH
-
TCPDF::MirrorH() in TCPDFHorizontal Mirroring.
-
MirrorL
-
TCPDF::MirrorL() in TCPDFReflection against a straight line through point (x, y) with the gradient angle (angle).
-
MirrorP
-
TCPDF::MirrorP() in TCPDFPoint reflection mirroring.
-
MirrorV
-
TCPDF::MirrorV() in TCPDFVerical Mirroring.
-
MultiCell
-
TCPDF::MultiCell() in TCPDFThis 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
-
$n
-
TCPDF::$n in TCPDF
o
-
$offsets
-
TCPDF::$offsets in TCPDF
-
$OrientationChanges
-
TCPDF::$OrientationChanges in TCPDF
-
Open
-
TCPDF::Open() in TCPDFThis method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.
-
Output
-
TCPDF::Output() in TCPDFSend 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. -
outputjpg
-
TCPDF::outputjpg() in TCPDFGet a JPEG filename and return a structure for the PDF creator.
p
-
$page
-
TCPDF::$page in TCPDF
-
$PageBreakTrigger
-
TCPDF::$PageBreakTrigger in TCPDF
-
$PageLinks
-
TCPDF::$PageLinks in TCPDF
-
$pages
-
TCPDF::$pages in TCPDF
-
$PDFVersion
-
TCPDF::$PDFVersion in TCPDF
-
PageNo
-
TCPDF::PageNo() in TCPDFReturns the current page number.
-
PDF_AUTHOR
-
PDF_AUTHOR in tcpdf_config.phpdocument author
-
PDF_CREATOR
-
PDF_CREATOR in tcpdf_config.phpdocument creator
-
PDF_FONT_NAME_DATA
-
PDF_FONT_NAME_DATA in tcpdf_config.phpdata font name
-
PDF_FONT_NAME_MAIN
-
PDF_FONT_NAME_MAIN in tcpdf_config.phpmain font name
-
PDF_FONT_SIZE_DATA
-
PDF_FONT_SIZE_DATA in tcpdf_config.phpdata font size
-
PDF_FONT_SIZE_MAIN
-
PDF_FONT_SIZE_MAIN in tcpdf_config.phpmain font size
-
PDF_HEADER_LOGO
-
PDF_HEADER_LOGO in tcpdf_config.phpimage logo
-
PDF_HEADER_LOGO_WIDTH
-
PDF_HEADER_LOGO_WIDTH in tcpdf_config.phpheader logo image width [mm]
-
PDF_HEADER_STRING
-
PDF_HEADER_STRING in tcpdf_config.phpheader description string
-
PDF_HEADER_TITLE
-
PDF_HEADER_TITLE in tcpdf_config.phpheader title
-
PDF_IMAGE_SCALE_RATIO
-
PDF_IMAGE_SCALE_RATIO in tcpdf_config.phpscale factor for images (number of points in user unit)
-
PDF_MARGIN_BOTTOM
-
PDF_MARGIN_BOTTOM in tcpdf_config.phpbottom margin
-
PDF_MARGIN_FOOTER
-
PDF_MARGIN_FOOTER in tcpdf_config.phpfooter margin
-
PDF_MARGIN_HEADER
-
PDF_MARGIN_HEADER in tcpdf_config.phpheader margin
-
PDF_MARGIN_LEFT
-
PDF_MARGIN_LEFT in tcpdf_config.phpleft margin
-
PDF_MARGIN_RIGHT
-
PDF_MARGIN_RIGHT in tcpdf_config.phpright margin
-
PDF_MARGIN_TOP
-
PDF_MARGIN_TOP in tcpdf_config.phptop margin
-
PDF_PAGE_FORMAT
-
PDF_PAGE_FORMAT in tcpdf_config.phppage format
-
PDF_PAGE_ORIENTATION
-
PDF_PAGE_ORIENTATION in tcpdf_config.phppage orientation (P=portrait, L=landscape)
-
PDF_PRODUCER
-
PDF_PRODUCER in TCPDFdefine default PDF document producer
-
PDF_UNIT
-
PDF_UNIT in tcpdf_config.phpdocument unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]
-
Polygon
-
TCPDF::Polygon() in TCPDFDraws a polygon.
r
-
$rMargin
-
TCPDF::$rMargin in TCPDF
-
RadioButton
-
TCPDF::RadioButton() in TCPDF
-
Rect
-
TCPDF::Rect() in TCPDFDraws a rectangle.
-
RegularPolygon
-
TCPDF::RegularPolygon() in TCPDFDraws a regular polygon.
-
Rotate
-
TCPDF::Rotate() in TCPDFRotate object.
-
RoundedRect
-
TCPDF::RoundedRect() in TCPDFDraws a rounded rectangle.
s
-
$state
-
TCPDF::$state in TCPDF
-
$subject
-
TCPDF::$subject in TCPDF
-
Scale
-
TCPDF::Scale() in TCPDFVertical and horizontal non-proportional Scaling.
-
ScaleX
-
TCPDF::ScaleX() in TCPDFHorizontal Scaling.
-
ScaleXY
-
TCPDF::ScaleXY() in TCPDFVertical and horizontal proportional Scaling.
-
ScaleY
-
TCPDF::ScaleY() in TCPDFVertical Scaling.
-
SetAuthor
-
TCPDF::SetAuthor() in TCPDFDefines the author of the document.
-
SetAutoPageBreak
-
TCPDF::SetAutoPageBreak() in TCPDFEnables 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.
-
setBarcode
-
TCPDF::setBarcode() in TCPDFSet document barcode.
-
SetCellPadding
-
TCPDF::SetCellPadding() in TCPDFSet the internal Cell padding.
-
SetCompression
-
TCPDF::SetCompression() in TCPDFActivates 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
-
TCPDF::SetCreator() in TCPDFDefines the creator of the document. This is typically the name of the application that generates the PDF.
-
SetDisplayMode
-
TCPDF::SetDisplayMode() in TCPDFDefines 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
-
TCPDF::SetDrawColor() in TCPDFDefines 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
-
TCPDF::SetFillColor() in TCPDFDefines 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
-
TCPDF::SetFont() in TCPDFSets 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
-
TCPDF::SetFontSize() in TCPDFDefines the size of the current font.
-
setFooterFont
-
TCPDF::setFooterFont() in TCPDFSet footer font.
-
setFooterMargin
-
TCPDF::setFooterMargin() in TCPDFSet footer margin.
-
setHeaderData
-
TCPDF::setHeaderData() in TCPDFSet header data.
-
setHeaderFont
-
TCPDF::setHeaderFont() in TCPDFSet header font.
-
setHeaderMargin
-
TCPDF::setHeaderMargin() in TCPDFSet header margin.
-
setImageScale
-
TCPDF::setImageScale() in TCPDFSet the image scale.
-
SetKeywords
-
TCPDF::SetKeywords() in TCPDFAssociates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
-
setLanguageArray
-
TCPDF::setLanguageArray() in TCPDFSet language array.
-
setLastH
-
TCPDF::setLastH() in TCPDFSet the last cell height.
-
SetLeftMargin
-
TCPDF::SetLeftMargin() in TCPDFDefines 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.
-
SetLineStyle
-
TCPDF::SetLineStyle() in TCPDFSet line style.
-
SetLineWidth
-
TCPDF::SetLineWidth() in TCPDFDefines 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
-
TCPDF::SetLink() in TCPDFDefines the page and position a link points to
-
SetMargins
-
TCPDF::SetMargins() in TCPDFDefines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
-
setPage
-
TCPDF::setPage() in TCPDFMove pointer to the apecified document page.
-
setPrintFooter
-
TCPDF::setPrintFooter() in TCPDFSet a flag to print page footer.
-
setPrintHeader
-
TCPDF::setPrintHeader() in TCPDFSet a flag to print page header.
-
SetProtection
-
TCPDF::SetProtection() in TCPDFSet document protection
-
SetRightMargin
-
TCPDF::SetRightMargin() in TCPDFDefines the right margin. The method can be called before creating the first page.
-
setRTL
-
TCPDF::setRTL() in TCPDFEnable or disable Right-To-Left language mode
-
SetSubject
-
TCPDF::SetSubject() in TCPDFDefines the subject of the document.
-
setTempRTL
-
TCPDF::setTempRTL() in TCPDFForce temporary RTL language direction
-
SetTextColor
-
TCPDF::SetTextColor() in TCPDFDefines 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
-
TCPDF::SetTitle() in TCPDFDefines the title of the document.
-
SetTopMargin
-
TCPDF::SetTopMargin() in TCPDFDefines the top margin. The method can be called before creating the first page.
-
SetX
-
TCPDF::SetX() in TCPDFDefines the abscissa of the current position.
-
SetXY
-
TCPDF::SetXY() in TCPDFDefines 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
-
TCPDF::SetY() in TCPDFMoves the current abscissa back to the left margin and sets the ordinate.
-
Skew
-
TCPDF::Skew() in TCPDFSkew.
-
SkewX
-
TCPDF::SkewX() in TCPDFSkew horizontally.
-
SkewY
-
TCPDF::SkewY() in TCPDFSkew vertically.
-
StarPolygon
-
TCPDF::StarPolygon() in TCPDFDraws a star polygon
-
StartTransform
-
TCPDF::StartTransform() in TCPDFStarts a 2D tranformation saving current graphic state.
-
StopTransform
-
TCPDF::StopTransform() in TCPDFStops a 2D tranformation restoring previous graphic state.
t
-
$TextColor
-
TCPDF::$TextColor in TCPDF
-
$title
-
TCPDF::$title in TCPDF
-
$tMargin
-
TCPDF::$tMargin in TCPDF
-
TCPDF
-
TCPDF::TCPDF() in TCPDFThis is the class constructor.
-
TCPDF
-
TCPDF in TCPDFThis is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.
-
tcpdf_config.php
-
tcpdf_config.php in tcpdf_config.php
-
TCPDF
-
TCPDF in TCPDF
-
Text
-
TCPDF::Text() in TCPDFPrints 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.
-
TextField
-
TCPDF::TextField() in TCPDF
-
toJPEG
-
TCPDF::toJPEG() in TCPDFConvert the loaded php image to a JPEG and then return a structure for the PDF creator.
-
Transform
-
TCPDF::Transform() in TCPDFApply graphic transformations.
-
Translate
-
TCPDF::Translate() in TCPDFTranslate graphic object horizontally and vertically.
-
TranslateX
-
TCPDF::TranslateX() in TCPDFTranslate graphic object horizontally.
-
TranslateY
-
TCPDF::TranslateY() in TCPDFTranslate graphic object vertically.
u
-
$underline
-
TCPDF::$underline in TCPDF
-
unicode_data.php
-
unicode_data.php in unicode_data.php
-
unhtmlentities
-
TCPDF::unhtmlentities() in TCPDFReverse function for htmlentities.
-
unichr
-
TCPDF::unichr() in TCPDFReturns the unicode caracter specified by UTF-8 code
-
UTF8ArrSubString
-
TCPDF::UTF8ArrSubString() in TCPDFExtract a slice of the $strarr array and return it as string.
-
utf8Bidi
-
TCPDF::utf8Bidi() in TCPDFReverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
-
UTF8StringToArray
-
TCPDF::UTF8StringToArray() in TCPDFConverts UTF-8 strings to codepoints array.
-
utf8StrRev
-
TCPDF::utf8StrRev() in TCPDFReverse the RLT substrings using the Bidirectional Algorithm (http://unicode.org/reports/tr9/).
-
UTF8ToUTF16BE
-
TCPDF::UTF8ToUTF16BE() in TCPDFConverts UTF-8 strings to UTF16-BE.
w
-
$w
-
TCPDF::$w in TCPDF
-
$wPt
-
TCPDF::$wPt in TCPDF
-
$ws
-
TCPDF::$ws in TCPDF
-
Write
-
TCPDF::Write() in TCPDFThis method prints text from the current position.
-
writeBarcode
-
TCPDF::writeBarcode() in TCPDFPrint Barcode.
-
writeHTML
-
TCPDF::writeHTML() in TCPDFAllows to preserve some HTML formatting.
-
writeHTMLCell
-
TCPDF::writeHTMLCell() in TCPDFPrints a cell (rectangular area) with optional borders, background color and html text string. The upper-left corner of the cell corresponds to the current position. After the call, the current position moves to the right or to the next line.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
x
-
$x
-
TCPDF::$x in TCPDF
y
-
$y
-
TCPDF::$y in TCPDF
z
-
$ZoomMode
-
TCPDF::$ZoomMode in TCPDF
Documentation generated on Sat, 14 Nov 2009 11:10:08 +0000 by phpDocumentor 1.3.1


