0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
include
/
tcpdf
/
doc
/
[
Home
]
File: elementindex.html
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title></title> <link rel="stylesheet" href="media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <a name="top"></a> <h2>Full index</h2> <h3>Package indexes</h3> <ul> <li><a href="elementindex_com.tecnick.tcpdf.html">com.tecnick.tcpdf</a></li> </ul> <br /> <div class="index-letter-menu"> <a class="index-letter" href="elementindex.html#a">a</a> <a class="index-letter" href="elementindex.html#b">b</a> <a class="index-letter" href="elementindex.html#c">c</a> <a class="index-letter" href="elementindex.html#d">d</a> <a class="index-letter" href="elementindex.html#e">e</a> <a class="index-letter" href="elementindex.html#f">f</a> <a class="index-letter" href="elementindex.html#g">g</a> <a class="index-letter" href="elementindex.html#h">h</a> <a class="index-letter" href="elementindex.html#i">i</a> <a class="index-letter" href="elementindex.html#k">k</a> <a class="index-letter" href="elementindex.html#l">l</a> <a class="index-letter" href="elementindex.html#m">m</a> <a class="index-letter" href="elementindex.html#n">n</a> <a class="index-letter" href="elementindex.html#o">o</a> <a class="index-letter" href="elementindex.html#p">p</a> <a class="index-letter" href="elementindex.html#r">r</a> <a class="index-letter" href="elementindex.html#s">s</a> <a class="index-letter" href="elementindex.html#t">t</a> <a class="index-letter" href="elementindex.html#u">u</a> <a class="index-letter" href="elementindex.html#w">w</a> <a class="index-letter" href="elementindex.html#x">x</a> <a class="index-letter" href="elementindex.html#y">y</a> <a class="index-letter" href="elementindex.html#z">z</a> <a class="index-letter" href="elementindex.html#_">_</a> </div> <a name="a"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">a</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$AliasNbPages</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$AliasNbPages">TCPDF::$AliasNbPages</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$author</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$author">TCPDF::$author</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$AutoPageBreak</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$AutoPageBreak">TCPDF::$AutoPageBreak</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">AcceptPageBreak</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodAcceptPageBreak">TCPDF::AcceptPageBreak()</a> in tcpdf.php</div> <div class="index-item-description">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().<br /></div> </dd> <dt class="field"> <span class="method-title">AddFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodAddFont">TCPDF::AddFont()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">addHtmlLink</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodaddHtmlLink">TCPDF::addHtmlLink()</a> in tcpdf.php</div> <div class="index-item-description">Output anchor link.</div> </dd> <dt class="field"> <span class="method-title">AddLink</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodAddLink">TCPDF::AddLink()</a> in tcpdf.php</div> <div class="index-item-description">Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.<br /> The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().</div> </dd> <dt class="field"> <span class="method-title">AddPage</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodAddPage">TCPDF::AddPage()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">AliasNbPages</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodAliasNbPages">TCPDF::AliasNbPages()</a> in tcpdf.php</div> <div class="index-item-description">Defines an alias for the total number of pages. It will be substituted as the document is closed.<br /></div> </dd> </dl> <a name="b"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">b</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$b</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$b">TCPDF::$b</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$barcode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$barcode">TCPDF::$barcode</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$bMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$bMargin">TCPDF::$bMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$buffer</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$buffer">TCPDF::$buffer</a> in tcpdf.php</div> </dd> <dt class="field"> BarcodeObject </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html">BarcodeObject</a> in BarcodeObject</div> <div class="index-item-description">Barcode Render Class for PHP using the GD graphics library.</div> </dd> <dt class="field"> <span class="const-title">BCD_C39_NARROW_BAR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C39_NARROW_BAR">BCD_C39_NARROW_BAR</a> in BarcodeObject</div> <div class="index-item-description">narrow bar option</div> </dd> <dt class="field"> <span class="const-title">BCD_C39_WIDE_BAR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C39_WIDE_BAR">BCD_C39_WIDE_BAR</a> in BarcodeObject</div> <div class="index-item-description">wide bar option</div> </dd> <dt class="field"> <span class="const-title">BCD_C128_BAR_1</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C128_BAR_1">BCD_C128_BAR_1</a> in BarcodeObject</div> <div class="index-item-description">set type 1 bar</div> </dd> <dt class="field"> <span class="const-title">BCD_C128_BAR_2</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C128_BAR_2">BCD_C128_BAR_2</a> in BarcodeObject</div> <div class="index-item-description">set type 2 bar</div> </dd> <dt class="field"> <span class="const-title">BCD_C128_BAR_3</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C128_BAR_3">BCD_C128_BAR_3</a> in BarcodeObject</div> <div class="index-item-description">set type 3 bar</div> </dd> <dt class="field"> <span class="const-title">BCD_C128_BAR_4</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_C128_BAR_4">BCD_C128_BAR_4</a> in BarcodeObject</div> <div class="index-item-description">set type 4 bar</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_BACKGROUND_COLOR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_BACKGROUND_COLOR">BCD_DEFAULT_BACKGROUND_COLOR</a> in BarcodeObject</div> <div class="index-item-description">set default background color</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_FONT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_FONT">BCD_DEFAULT_FONT</a> in BarcodeObject</div> <div class="index-item-description">set default font</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_FOREGROUND_COLOR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_FOREGROUND_COLOR">BCD_DEFAULT_FOREGROUND_COLOR</a> in BarcodeObject</div> <div class="index-item-description">set default foreground color</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_HEIGHT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_HEIGHT">BCD_DEFAULT_HEIGHT</a> in BarcodeObject</div> <div class="index-item-description">set default height</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_MAR_Y1</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_MAR_Y1">BCD_DEFAULT_MAR_Y1</a> in BarcodeObject</div> <div class="index-item-description">set default margin</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_MAR_Y2</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_MAR_Y2">BCD_DEFAULT_MAR_Y2</a> in BarcodeObject</div> <div class="index-item-description">set default margin</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_STYLE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_STYLE">BCD_DEFAULT_STYLE</a> in BarcodeObject</div> <div class="index-item-description">set default style options</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_TEXT_OFFSET</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_TEXT_OFFSET">BCD_DEFAULT_TEXT_OFFSET</a> in BarcodeObject</div> <div class="index-item-description">set default text offset</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_WIDTH</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_WIDTH">BCD_DEFAULT_WIDTH</a> in BarcodeObject</div> <div class="index-item-description">set default width</div> </dd> <dt class="field"> <span class="const-title">BCD_DEFAULT_XRES</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_DEFAULT_XRES">BCD_DEFAULT_XRES</a> in BarcodeObject</div> <div class="index-item-description">st default horizontal resolution</div> </dd> <dt class="field"> <span class="const-title">BCD_I25_NARROW_BAR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_I25_NARROW_BAR">BCD_I25_NARROW_BAR</a> in BarcodeObject</div> <div class="index-item-description">narrow bar option</div> </dd> <dt class="field"> <span class="const-title">BCD_I25_WIDE_BAR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCD_I25_WIDE_BAR">BCD_I25_WIDE_BAR</a> in BarcodeObject</div> <div class="index-item-description">wide bar option</div> </dd> <dt class="field"> <span class="const-title">BCS_ALIGN_CENTER</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_ALIGN_CENTER">BCS_ALIGN_CENTER</a> in BarcodeObject</div> <div class="index-item-description">option: center barcode</div> </dd> <dt class="field"> <span class="const-title">BCS_ALIGN_LEFT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_ALIGN_LEFT">BCS_ALIGN_LEFT</a> in BarcodeObject</div> <div class="index-item-description">option: align left</div> </dd> <dt class="field"> <span class="const-title">BCS_ALIGN_RIGHT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_ALIGN_RIGHT">BCS_ALIGN_RIGHT</a> in BarcodeObject</div> <div class="index-item-description">option: align right</div> </dd> <dt class="field"> <span class="const-title">BCS_BORDER</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_BORDER">BCS_BORDER</a> in BarcodeObject</div> <div class="index-item-description">option: generate barcode border</div> </dd> <dt class="field"> <span class="const-title">BCS_DRAW_TEXT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_DRAW_TEXT">BCS_DRAW_TEXT</a> in BarcodeObject</div> <div class="index-item-description">option: draw text</div> </dd> <dt class="field"> <span class="const-title">BCS_I25_DRAW_CHECK</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_I25_DRAW_CHECK">BCS_I25_DRAW_CHECK</a> in BarcodeObject</div> <div class="index-item-description">option: draw check</div> </dd> <dt class="field"> <span class="const-title">BCS_IMAGE_JPEG</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_IMAGE_JPEG">BCS_IMAGE_JPEG</a> in BarcodeObject</div> <div class="index-item-description">option: generate JPEG image</div> </dd> <dt class="field"> <span class="const-title">BCS_IMAGE_PNG</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_IMAGE_PNG">BCS_IMAGE_PNG</a> in BarcodeObject</div> <div class="index-item-description">option: generate PNG image</div> </dd> <dt class="field"> <span class="const-title">BCS_REVERSE_COLOR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_REVERSE_COLOR">BCS_REVERSE_COLOR</a> in BarcodeObject</div> <div class="index-item-description">option: reverse color</div> </dd> <dt class="field"> <span class="const-title">BCS_STRETCH_TEXT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_STRETCH_TEXT">BCS_STRETCH_TEXT</a> in BarcodeObject</div> <div class="index-item-description">option: stretch text</div> </dd> <dt class="field"> <span class="const-title">BCS_TRANSPARENT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html#defineBCS_TRANSPARENT">BCS_TRANSPARENT</a> in BarcodeObject</div> <div class="index-item-description">option: use transparent background</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_barcode_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_c39object_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_c128aobject_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_c128bobject_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_c128cobject_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_i25object_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="include-title">BarcodeObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_barcode_image_php.html">BarcodeObject</a> in BarcodeObject</div> </dd> </dl> <a name="c"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">c</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$cMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$cMargin">TCPDF::$cMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$ColorFlag</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$ColorFlag">TCPDF::$ColorFlag</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$compress</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$compress">TCPDF::$compress</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$CoreFonts</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$CoreFonts">TCPDF::$CoreFonts</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$creator</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$creator">TCPDF::$creator</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$CurOrientation</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$CurOrientation">TCPDF::$CurOrientation</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$CurrentFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$CurrentFont">TCPDF::$CurrentFont</a> in tcpdf.php</div> </dd> <dt class="field"> C39Object </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html">C39Object</a> in BarcodeObject</div> <div class="index-item-description">Code 39 Barcode Render Class.<br /> Code 39 is an alphanumeric bar code that can encode decimal number, case alphabet and some special symbols.</div> </dd> <dt class="field"> C128AObject </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html">C128AObject</a> in BarcodeObject</div> <div class="index-item-description">Code 128-A Barcode Render Class for PHP using the GD graphics library.<br /> Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters.</div> </dd> <dt class="field"> C128BObject </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html">C128BObject</a> in BarcodeObject</div> <div class="index-item-description">Code 128-B Barcode Render Class for PHP using the GD graphics library.<br /> Code 128-B is a continuous, multilevel and full ASCII code.</div> </dd> <dt class="field"> C128CObject </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html">C128CObject</a> in BarcodeObject</div> <div class="index-item-description">Code 128-C Barcode Render Class for PHP using the GD graphics library.<br /> Code 128-C is numeric only and provides the most efficiency.</div> </dd> <dt class="field"> <span class="method-title">Cell</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodCell">TCPDF::Cell()</a> in tcpdf.php</div> <div class="index-item-description">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.<br /> If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.</div> </dd> <dt class="field"> <span class="method-title">Close</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodClose">TCPDF::Close()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">closedHTMLTagHandler</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodclosedHTMLTagHandler">TCPDF::closedHTMLTagHandler()</a> in tcpdf.php</div> <div class="index-item-description">Process closing tags.</div> </dd> <dt class="field"> <span class="method-title">convertColorHexToDec</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodconvertColorHexToDec">TCPDF::convertColorHexToDec()</a> in tcpdf.php</div> <div class="index-item-description">Returns an associative array (keys: R,G,B) from a hex html code (e.g. #3FE5AA).</div> </dd> </dl> <a name="d"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">d</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$default_table_columns</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$default_table_columns">TCPDF::$default_table_columns</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$DefOrientation</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$DefOrientation">TCPDF::$DefOrientation</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$diffs</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$diffs">TCPDF::$diffs</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$DrawColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$DrawColor">TCPDF::$DrawColor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">DestroyObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDestroyObject">BarcodeObject::DestroyObject()</a> in BarcodeObject</div> <div class="index-item-description">Destroy the barcode image.</div> </dd> <dt class="field"> <span class="method-title">DrawBorder</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDrawBorder">BarcodeObject::DrawBorder()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode border.</div> </dd> <dt class="field"> <span class="method-title">DrawChar</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDrawChar">BarcodeObject::DrawChar()</a> in BarcodeObject</div> <div class="index-item-description">Draws the alphanumeric code.</div> </dd> <dt class="field"> <span class="method-title">DrawCheckChar</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodDrawCheckChar">C128AObject::DrawCheckChar()</a> in BarcodeObject</div> <div class="index-item-description">Draws the check-char code.</div> </dd> <dt class="field"> <span class="method-title">DrawCheckChar</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodDrawCheckChar">C128CObject::DrawCheckChar()</a> in BarcodeObject</div> <div class="index-item-description">Draws the check-char code.</div> </dd> <dt class="field"> <span class="method-title">DrawCheckChar</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodDrawCheckChar">C128BObject::DrawCheckChar()</a> in BarcodeObject</div> <div class="index-item-description">Draws the check-char code.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#methodDrawObject">C39Object::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode object.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodDrawObject">C128CObject::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode object.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodDrawObject">C128AObject::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode object.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodDrawObject">C128BObject::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode object.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDrawObject">BarcodeObject::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Abstract method used to draw the barcode image.</div> </dd> <dt class="field"> <span class="method-title">DrawObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html#methodDrawObject">I25Object::DrawObject()</a> in BarcodeObject</div> <div class="index-item-description">Draws the barcode object.</div> </dd> <dt class="field"> <span class="method-title">DrawSingleBar</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDrawSingleBar">BarcodeObject::DrawSingleBar()</a> in BarcodeObject</div> <div class="index-item-description">Draws a single barcode bar.</div> </dd> <dt class="field"> <span class="method-title">DrawStart</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html#methodDrawStart">I25Object::DrawStart()</a> in BarcodeObject</div> <div class="index-item-description">Draws the start code.</div> </dd> <dt class="field"> <span class="method-title">DrawStart</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodDrawStart">C128AObject::DrawStart()</a> in BarcodeObject</div> <div class="index-item-description">Draws the start code.</div> </dd> <dt class="field"> <span class="method-title">DrawStart</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#methodDrawStart">C39Object::DrawStart()</a> in BarcodeObject</div> <div class="index-item-description">Draws the start code.</div> </dd> <dt class="field"> <span class="method-title">DrawStart</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodDrawStart">C128BObject::DrawStart()</a> in BarcodeObject</div> <div class="index-item-description">Draws the start code.</div> </dd> <dt class="field"> <span class="method-title">DrawStart</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodDrawStart">C128CObject::DrawStart()</a> in BarcodeObject</div> <div class="index-item-description">Draws the start code.</div> </dd> <dt class="field"> <span class="method-title">DrawStop</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodDrawStop">C128CObject::DrawStop()</a> in BarcodeObject</div> <div class="index-item-description">Draws the stop code.</div> </dd> <dt class="field"> <span class="method-title">DrawStop</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html#methodDrawStop">I25Object::DrawStop()</a> in BarcodeObject</div> <div class="index-item-description">Draws the stop code.</div> </dd> <dt class="field"> <span class="method-title">DrawStop</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodDrawStop">C128AObject::DrawStop()</a> in BarcodeObject</div> <div class="index-item-description">Draws the stop code.</div> </dd> <dt class="field"> <span class="method-title">DrawStop</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#methodDrawStop">C39Object::DrawStop()</a> in BarcodeObject</div> <div class="index-item-description">Draws the stop code.</div> </dd> <dt class="field"> <span class="method-title">DrawStop</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodDrawStop">C128BObject::DrawStop()</a> in BarcodeObject</div> <div class="index-item-description">Draws the stop code.</div> </dd> <dt class="field"> <span class="method-title">DrawText</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodDrawText">BarcodeObject::DrawText()</a> in BarcodeObject</div> <div class="index-item-description">Draws a character string.</div> </dd> </dl> <a name="e"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">e</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$encoding</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$encoding">TCPDF::$encoding</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Error</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodError">TCPDF::Error()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="include-title">eng.php</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_lang_eng_php.html">eng.php</a> in eng.php</div> </dd> </dl> <a name="f"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">f</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$fh</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fh">TCPDF::$fh</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$fhPt</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fhPt">TCPDF::$fhPt</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FillColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FillColor">TCPDF::$FillColor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FontFamily</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FontFamily">TCPDF::$FontFamily</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FontFiles</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FontFiles">TCPDF::$FontFiles</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$fontList</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fontList">TCPDF::$fontList</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$fonts</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fonts">TCPDF::$fonts</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FontSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FontSize">TCPDF::$FontSize</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FontSizePt</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FontSizePt">TCPDF::$FontSizePt</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$FontStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$FontStyle">TCPDF::$FontStyle</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$footer_font</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$footer_font">TCPDF::$footer_font</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$footer_margin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$footer_margin">TCPDF::$footer_margin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$fw</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fw">TCPDF::$fw</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$fwPt</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$fwPt">TCPDF::$fwPt</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">FlushObject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodFlushObject">BarcodeObject::FlushObject()</a> in BarcodeObject</div> <div class="index-item-description">Flush the barcode image.</div> </dd> <dt class="field"> <span class="method-title">Footer</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodFooter">TCPDF::Footer()</a> in tcpdf.php</div> <div class="index-item-description">This method is used to render the page footer.</div> </dd> <dt class="field"> <span class="const-title">FPDF_FONTPATH</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineFPDF_FONTPATH">FPDF_FONTPATH</a> in tcpdf_config.php</div> <div class="index-item-description">path for PDF fonts</div> </dd> </dl> <a name="g"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">g</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="method-title">GetBarSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodGetBarSize">C128CObject::GetBarSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns the bar size.</div> </dd> <dt class="field"> <span class="method-title">GetBarSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodGetBarSize">C128BObject::GetBarSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns the bar size.</div> </dd> <dt class="field"> <span class="method-title">GetBarSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodGetBarSize">C128AObject::GetBarSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns the bar size.</div> </dd> <dt class="field"> <span class="method-title">getBreakMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetBreakMargin">TCPDF::getBreakMargin()</a> in tcpdf.php</div> <div class="index-item-description">Returns the page break margin.</div> </dd> <dt class="field"> <span class="method-title">GetCharIndex</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodGetCharIndex">C128AObject::GetCharIndex()</a> in BarcodeObject</div> <div class="index-item-description">Returns the character index.</div> </dd> <dt class="field"> <span class="method-title">GetCharIndex</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodGetCharIndex">C128BObject::GetCharIndex()</a> in BarcodeObject</div> <div class="index-item-description">Returns the character index.</div> </dd> <dt class="field"> <span class="method-title">GetCharIndex</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodGetCharIndex">C128CObject::GetCharIndex()</a> in BarcodeObject</div> <div class="index-item-description">Returns the character index.</div> </dd> <dt class="field"> <span class="method-title">GetCharIndex</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#methodGetCharIndex">C39Object::GetCharIndex()</a> in BarcodeObject</div> <div class="index-item-description">Returns the character index.</div> </dd> <dt class="field"> <span class="method-title">GetCheckCharValue</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodGetCheckCharValue">C128CObject::GetCheckCharValue()</a> in BarcodeObject</div> <div class="index-item-description">Returns the check-char value.</div> </dd> <dt class="field"> <span class="method-title">GetCheckCharValue</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodGetCheckCharValue">C128BObject::GetCheckCharValue()</a> in BarcodeObject</div> <div class="index-item-description">Returns the check-char value.</div> </dd> <dt class="field"> <span class="method-title">GetCheckCharValue</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodGetCheckCharValue">C128AObject::GetCheckCharValue()</a> in BarcodeObject</div> <div class="index-item-description">Returns the check-char value.</div> </dd> <dt class="field"> <span class="method-title">GetError</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodGetError">BarcodeObject::GetError()</a> in BarcodeObject</div> <div class="index-item-description">Returns the current error message.</div> </dd> <dt class="field"> <span class="method-title">GetFontHeight</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodGetFontHeight">BarcodeObject::GetFontHeight()</a> in BarcodeObject</div> <div class="index-item-description">Returns the font height.</div> </dd> <dt class="field"> <span class="method-title">GetFontWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodGetFontWidth">BarcodeObject::GetFontWidth()</a> in BarcodeObject</div> <div class="index-item-description">Returns the font width.</div> </dd> <dt class="field"> <span class="method-title">getImage</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodgetImage">BarcodeObject::getImage()</a> in BarcodeObject</div> <div class="index-item-description">Returns the image object.</div> </dd> <dt class="field"> <span class="method-title">getImageScale</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetImageScale">TCPDF::getImageScale()</a> in tcpdf.php</div> <div class="index-item-description">Returns the image scale.</div> </dd> <dt class="field"> <span class="method-title">getPageHeight</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetPageHeight">TCPDF::getPageHeight()</a> in tcpdf.php</div> <div class="index-item-description">Returns the page height in units.</div> </dd> <dt class="field"> <span class="method-title">getPageWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetPageWidth">TCPDF::getPageWidth()</a> in tcpdf.php</div> <div class="index-item-description">Returns the page width in units.</div> </dd> <dt class="field"> <span class="method-title">getPDFData</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetPDFData">TCPDF::getPDFData()</a> in tcpdf.php</div> <div class="index-item-description">Returns the PDF data.</div> </dd> <dt class="field"> <span class="method-title">getScaleFactor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodgetScaleFactor">TCPDF::getScaleFactor()</a> in tcpdf.php</div> <div class="index-item-description">Returns the scale factor (number of points in user unit).</div> </dd> <dt class="field"> <span class="method-title">GetSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#methodGetSize">C128AObject::GetSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode size.</div> </dd> <dt class="field"> <span class="method-title">GetSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#methodGetSize">C128CObject::GetSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode size.</div> </dd> <dt class="field"> <span class="method-title">GetSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html#methodGetSize">I25Object::GetSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode size.</div> </dd> <dt class="field"> <span class="method-title">GetSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#methodGetSize">C128BObject::GetSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode size.</div> </dd> <dt class="field"> <span class="method-title">GetSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#methodGetSize">C39Object::GetSize()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode size.</div> </dd> <dt class="field"> <span class="method-title">GetStringWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodGetStringWidth">TCPDF::GetStringWidth()</a> in tcpdf.php</div> <div class="index-item-description">Returns the length of a string in user unit. A font must be selected.<br /></div> </dd> <dt class="field"> <span class="method-title">GetStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodGetStyle">BarcodeObject::GetStyle()</a> in BarcodeObject</div> <div class="index-item-description">Returns barcode style.</div> </dd> <dt class="field"> <span class="method-title">GetX</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodGetX">TCPDF::GetX()</a> in tcpdf.php</div> <div class="index-item-description">Returns the abscissa of the current position.</div> </dd> <dt class="field"> <span class="method-title">GetY</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodGetY">TCPDF::GetY()</a> in tcpdf.php</div> <div class="index-item-description">Returns the ordinate of the current position.</div> </dd> </dl> <a name="h"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">h</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$h</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$h">TCPDF::$h</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_font</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_font">TCPDF::$header_font</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_logo</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_logo">TCPDF::$header_logo</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_logo_width</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_logo_width">TCPDF::$header_logo_width</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_margin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_margin">TCPDF::$header_margin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_string</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_string">TCPDF::$header_string</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_title</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_title">TCPDF::$header_title</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$header_width</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$header_width">TCPDF::$header_width</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$hPt</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$hPt">TCPDF::$hPt</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$HREF</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$HREF">TCPDF::$HREF</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Header</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodHeader">TCPDF::Header()</a> in tcpdf.php</div> <div class="index-item-description">This method is used to render the page header.</div> </dd> <dt class="field"> <span class="const-title">HEAD_MAGNIFICATION</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineHEAD_MAGNIFICATION">HEAD_MAGNIFICATION</a> in tcpdf_config.php</div> <div class="index-item-description">magnification factor for titles</div> </dd> </dl> <a name="i"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">i</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$i</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$i">TCPDF::$i</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$images</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$images">TCPDF::$images</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$imgscale</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$imgscale">TCPDF::$imgscale</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$img_rb_x</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$img_rb_x">TCPDF::$img_rb_x</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$img_rb_y</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$img_rb_y">TCPDF::$img_rb_y</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$InFooter</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$InFooter">TCPDF::$InFooter</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$internal_encoding</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$internal_encoding">TCPDF::$internal_encoding</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$issetcolor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$issetcolor">TCPDF::$issetcolor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$issetfont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$issetfont">TCPDF::$issetfont</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$isunicode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$isunicode">TCPDF::$isunicode</a> in tcpdf.php</div> </dd> <dt class="field"> I25Object </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html">I25Object</a> in BarcodeObject</div> <div class="index-item-description">I25 Barcode Render Class for PHP using the GD graphics library.</div> </dd> <dt class="field"> <span class="method-title">Image</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodImage">TCPDF::Image()</a> in tcpdf.php</div> <div class="index-item-description">Puts an image in the page. The upper-left corner must be given. The dimensions can be specified in different ways:<ul><li>explicit width and height (expressed in user unit)</li><li>one explicit dimension, the other being calculated automatically in order to keep the original proportions</li><li>no explicit dimension, in which case the image is put at 72 dpi</li></ul> Supported formats are JPEG and PNG.</div> </dd> </dl> <a name="k"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">k</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$k</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$k">TCPDF::$k</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$keywords</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$keywords">TCPDF::$keywords</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="const-title">K_BLANK_IMAGE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_BLANK_IMAGE">K_BLANK_IMAGE</a> in tcpdf_config.php</div> <div class="index-item-description">blank image</div> </dd> <dt class="field"> <span class="const-title">K_CELL_HEIGHT_RATIO</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_CELL_HEIGHT_RATIO">K_CELL_HEIGHT_RATIO</a> in tcpdf_config.php</div> <div class="index-item-description">height of cell repect font height</div> </dd> <dt class="field"> <span class="const-title">K_PATH_CACHE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_PATH_CACHE">K_PATH_CACHE</a> in tcpdf_config.php</div> <div class="index-item-description">cache directory for temporary files (full path)</div> </dd> <dt class="field"> <span class="const-title">K_PATH_IMAGES</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_PATH_IMAGES">K_PATH_IMAGES</a> in tcpdf_config.php</div> <div class="index-item-description">images directory</div> </dd> <dt class="field"> <span class="const-title">K_PATH_MAIN</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_PATH_MAIN">K_PATH_MAIN</a> in tcpdf_config.php</div> <div class="index-item-description">installation path</div> </dd> <dt class="field"> <span class="const-title">K_PATH_URL</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_PATH_URL">K_PATH_URL</a> in tcpdf_config.php</div> <div class="index-item-description">url path</div> </dd> <dt class="field"> <span class="const-title">K_PATH_URL_CACHE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_PATH_URL_CACHE">K_PATH_URL_CACHE</a> in tcpdf_config.php</div> <div class="index-item-description">cache directory for temporary files (url path)</div> </dd> <dt class="field"> <span class="const-title">K_SMALL_RATIO</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_SMALL_RATIO">K_SMALL_RATIO</a> in tcpdf_config.php</div> <div class="index-item-description">reduction factor for small font</div> </dd> <dt class="field"> <span class="const-title">K_TITLE_MAGNIFICATION</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#defineK_TITLE_MAGNIFICATION">K_TITLE_MAGNIFICATION</a> in tcpdf_config.php</div> <div class="index-item-description">title magnification respect main font size</div> </dd> </dl> <a name="l"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">l</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$l</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$l">TCPDF::$l</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$lasth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$lasth">TCPDF::$lasth</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$LayoutMode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$LayoutMode">TCPDF::$LayoutMode</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$LineWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$LineWidth">TCPDF::$LineWidth</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$links</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$links">TCPDF::$links</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$lispacer</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$lispacer">TCPDF::$lispacer</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$listcount</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$listcount">TCPDF::$listcount</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$listordered</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$listordered">TCPDF::$listordered</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$lMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$lMargin">TCPDF::$lMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Line</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodLine">TCPDF::Line()</a> in tcpdf.php</div> <div class="index-item-description">Draws a line between two points.</div> </dd> <dt class="field"> <span class="method-title">Link</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodLink">TCPDF::Link()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">Ln</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodLn">TCPDF::Ln()</a> in tcpdf.php</div> <div class="index-item-description">Performs a line break. The current abscissa goes back to the left margin and the ordinate increases by the amount passed in parameter.</div> </dd> </dl> <a name="m"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">m</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$mBgcolor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mBgcolor">BarcodeObject::$mBgcolor</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mBrush</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mBrush">BarcodeObject::$mBrush</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mChars</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mChars">BarcodeObject::$mChars</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mCharSet</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mCharSet">BarcodeObject::$mCharSet</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mError</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mError">BarcodeObject::$mError</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mFont">BarcodeObject::$mFont</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mHeight</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mHeight">BarcodeObject::$mHeight</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mImg</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mImg">BarcodeObject::$mImg</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mStyle">BarcodeObject::$mStyle</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="var-title">$mWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#var$mWidth">BarcodeObject::$mWidth</a> in BarcodeObject</div> </dd> <dt class="field"> <span class="method-title">MultiCell</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodMultiCell">TCPDF::MultiCell()</a> in tcpdf.php</div> <div class="index-item-description">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.<br /> Text can be aligned, centered or justified. The cell block can be framed and the background painted.</div> </dd> </dl> <a name="n"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">n</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$n</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$n">TCPDF::$n</a> in tcpdf.php</div> </dd> </dl> <a name="o"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">o</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$offsets</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$offsets">TCPDF::$offsets</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$OrientationChanges</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$OrientationChanges">TCPDF::$OrientationChanges</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$original_lMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$original_lMargin">TCPDF::$original_lMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$original_rMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$original_rMargin">TCPDF::$original_rMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Open</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodOpen">TCPDF::Open()</a> in tcpdf.php</div> <div class="index-item-description">This method begins the generation of the PDF document. It is not necessary to call it explicitly because AddPage() does it automatically.</div> </dd> <dt class="field"> <span class="method-title">openHTMLTagHandler</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodopenHTMLTagHandler">TCPDF::openHTMLTagHandler()</a> in tcpdf.php</div> <div class="index-item-description">Process opening tags.</div> </dd> <dt class="field"> <span class="method-title">Output</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodOutput">TCPDF::Output()</a> in tcpdf.php</div> <div class="index-item-description">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.<br /> The method first calls Close() if necessary to terminate the document.</div> </dd> </dl> <a name="p"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">p</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$page</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$page">TCPDF::$page</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$PageBreakTrigger</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$PageBreakTrigger">TCPDF::$PageBreakTrigger</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$PageLinks</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$PageLinks">TCPDF::$PageLinks</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$pages</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$pages">TCPDF::$pages</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$PDFVersion</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$PDFVersion">TCPDF::$PDFVersion</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$prevFillColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$prevFillColor">TCPDF::$prevFillColor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$prevFontFamily</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$prevFontFamily">TCPDF::$prevFontFamily</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$prevFontStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$prevFontStyle">TCPDF::$prevFontStyle</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$prevTextColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$prevTextColor">TCPDF::$prevTextColor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$print_footer</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$print_footer">TCPDF::$print_footer</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$print_header</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$print_header">TCPDF::$print_header</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">PageNo</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodPageNo">TCPDF::PageNo()</a> in tcpdf.php</div> <div class="index-item-description">Returns the current page number.</div> </dd> <dt class="field"> <span class="const-title">PDF_AUTHOR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_AUTHOR">PDF_AUTHOR</a> in tcpdf_config.php</div> <div class="index-item-description">document author</div> </dd> <dt class="field"> <span class="const-title">PDF_CREATOR</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_CREATOR">PDF_CREATOR</a> in tcpdf_config.php</div> <div class="index-item-description">document creator</div> </dd> <dt class="field"> <span class="const-title">PDF_FONT_NAME_DATA</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_FONT_NAME_DATA">PDF_FONT_NAME_DATA</a> in tcpdf_config.php</div> <div class="index-item-description">data font name</div> </dd> <dt class="field"> <span class="const-title">PDF_FONT_NAME_MAIN</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_FONT_NAME_MAIN">PDF_FONT_NAME_MAIN</a> in tcpdf_config.php</div> <div class="index-item-description">main font name</div> </dd> <dt class="field"> <span class="const-title">PDF_FONT_SIZE_DATA</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_FONT_SIZE_DATA">PDF_FONT_SIZE_DATA</a> in tcpdf_config.php</div> <div class="index-item-description">data font size</div> </dd> <dt class="field"> <span class="const-title">PDF_FONT_SIZE_MAIN</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_FONT_SIZE_MAIN">PDF_FONT_SIZE_MAIN</a> in tcpdf_config.php</div> <div class="index-item-description">main font size</div> </dd> <dt class="field"> <span class="const-title">PDF_HEADER_LOGO</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_HEADER_LOGO">PDF_HEADER_LOGO</a> in tcpdf_config.php</div> <div class="index-item-description">image logo</div> </dd> <dt class="field"> <span class="const-title">PDF_HEADER_LOGO_WIDTH</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_HEADER_LOGO_WIDTH">PDF_HEADER_LOGO_WIDTH</a> in tcpdf_config.php</div> <div class="index-item-description">header logo image width [mm]</div> </dd> <dt class="field"> <span class="const-title">PDF_HEADER_STRING</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_HEADER_STRING">PDF_HEADER_STRING</a> in tcpdf_config.php</div> <div class="index-item-description">header description string</div> </dd> <dt class="field"> <span class="const-title">PDF_HEADER_TITLE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_HEADER_TITLE">PDF_HEADER_TITLE</a> in tcpdf_config.php</div> <div class="index-item-description">header title</div> </dd> <dt class="field"> <span class="const-title">PDF_IMAGE_SCALE_RATIO</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_IMAGE_SCALE_RATIO">PDF_IMAGE_SCALE_RATIO</a> in tcpdf_config.php</div> <div class="index-item-description">scale factor for images (number of points in user unit)</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_BOTTOM</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_BOTTOM">PDF_MARGIN_BOTTOM</a> in tcpdf_config.php</div> <div class="index-item-description">bottom margin</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_FOOTER</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_FOOTER">PDF_MARGIN_FOOTER</a> in tcpdf_config.php</div> <div class="index-item-description">footer margin</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_HEADER</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_HEADER">PDF_MARGIN_HEADER</a> in tcpdf_config.php</div> <div class="index-item-description">header margin</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_LEFT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_LEFT">PDF_MARGIN_LEFT</a> in tcpdf_config.php</div> <div class="index-item-description">left margin</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_RIGHT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_RIGHT">PDF_MARGIN_RIGHT</a> in tcpdf_config.php</div> <div class="index-item-description">right margin</div> </dd> <dt class="field"> <span class="const-title">PDF_MARGIN_TOP</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_MARGIN_TOP">PDF_MARGIN_TOP</a> in tcpdf_config.php</div> <div class="index-item-description">top margin</div> </dd> <dt class="field"> <span class="const-title">PDF_PAGE_FORMAT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_PAGE_FORMAT">PDF_PAGE_FORMAT</a> in tcpdf_config.php</div> <div class="index-item-description">page format</div> </dd> <dt class="field"> <span class="const-title">PDF_PAGE_ORIENTATION</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_PAGE_ORIENTATION">PDF_PAGE_ORIENTATION</a> in tcpdf_config.php</div> <div class="index-item-description">page orientation (P=portrait, L=landscape)</div> </dd> <dt class="field"> <span class="const-title">PDF_PRODUCER</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_tcpdf_php.html#definePDF_PRODUCER">PDF_PRODUCER</a> in tcpdf.php</div> <div class="index-item-description">define default PDF document producer</div> </dd> <dt class="field"> <span class="const-title">PDF_UNIT</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html#definePDF_UNIT">PDF_UNIT</a> in tcpdf_config.php</div> <div class="index-item-description">document unit of measure [pt=point, mm=millimeter, cm=centimeter, in=inch]</div> </dd> <dt class="field"> <span class="method-title">pixelsToMillimeters</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodpixelsToMillimeters">TCPDF::pixelsToMillimeters()</a> in tcpdf.php</div> <div class="index-item-description">Converts pixels to millimeters in 72 dpi.</div> </dd> </dl> <a name="r"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">r</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$rMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$rMargin">TCPDF::$rMargin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Rect</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodRect">TCPDF::Rect()</a> in tcpdf.php</div> <div class="index-item-description">Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.</div> </dd> </dl> <a name="s"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">s</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$state</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$state">TCPDF::$state</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$subject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$subject">TCPDF::$subject</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">SetAuthor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetAuthor">TCPDF::SetAuthor()</a> in tcpdf.php</div> <div class="index-item-description">Defines the author of the document.</div> </dd> <dt class="field"> <span class="method-title">SetAutoPageBreak</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetAutoPageBreak">TCPDF::SetAutoPageBreak()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">setBarcode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetBarcode">TCPDF::setBarcode()</a> in tcpdf.php</div> <div class="index-item-description">Set document barcode.</div> </dd> <dt class="field"> <span class="method-title">SetCompression</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetCompression">TCPDF::SetCompression()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetCreator</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetCreator">TCPDF::SetCreator()</a> in tcpdf.php</div> <div class="index-item-description">Defines the creator of the document. This is typically the name of the application that generates the PDF.</div> </dd> <dt class="field"> <span class="method-title">SetDisplayMode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetDisplayMode">TCPDF::SetDisplayMode()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetDrawColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetDrawColor">TCPDF::SetDrawColor()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetFillColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetFillColor">TCPDF::SetFillColor()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodSetFont">BarcodeObject::SetFont()</a> in BarcodeObject</div> <div class="index-item-description">Set font type.</div> </dd> <dt class="field"> <span class="method-title">SetFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetFont">TCPDF::SetFont()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetFontSize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetFontSize">TCPDF::SetFontSize()</a> in tcpdf.php</div> <div class="index-item-description">Defines the size of the current font.</div> </dd> <dt class="field"> <span class="method-title">setFooterFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetFooterFont">TCPDF::setFooterFont()</a> in tcpdf.php</div> <div class="index-item-description">Set footer font.</div> </dd> <dt class="field"> <span class="method-title">setFooterMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetFooterMargin">TCPDF::setFooterMargin()</a> in tcpdf.php</div> <div class="index-item-description">Set footer margin.</div> </dd> <dt class="field"> <span class="method-title">setHeaderData</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetHeaderData">TCPDF::setHeaderData()</a> in tcpdf.php</div> <div class="index-item-description">Set header data.</div> </dd> <dt class="field"> <span class="method-title">setHeaderFont</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetHeaderFont">TCPDF::setHeaderFont()</a> in tcpdf.php</div> <div class="index-item-description">Set header font.</div> </dd> <dt class="field"> <span class="method-title">setHeaderMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetHeaderMargin">TCPDF::setHeaderMargin()</a> in tcpdf.php</div> <div class="index-item-description">Set header margin.</div> </dd> <dt class="field"> <span class="method-title">setImageScale</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetImageScale">TCPDF::setImageScale()</a> in tcpdf.php</div> <div class="index-item-description">Set the image scale.</div> </dd> <dt class="field"> <span class="method-title">SetKeywords</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetKeywords">TCPDF::SetKeywords()</a> in tcpdf.php</div> <div class="index-item-description">Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.</div> </dd> <dt class="field"> <span class="method-title">setLanguageArray</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetLanguageArray">TCPDF::setLanguageArray()</a> in tcpdf.php</div> <div class="index-item-description">Set language array.</div> </dd> <dt class="field"> <span class="method-title">SetLeftMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetLeftMargin">TCPDF::SetLeftMargin()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetLineWidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetLineWidth">TCPDF::SetLineWidth()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetLink</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetLink">TCPDF::SetLink()</a> in tcpdf.php</div> <div class="index-item-description">Defines the page and position a link points to</div> </dd> <dt class="field"> <span class="method-title">SetMargins</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetMargins">TCPDF::SetMargins()</a> in tcpdf.php</div> <div class="index-item-description">Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.</div> </dd> <dt class="field"> <span class="method-title">setPrintFooter</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetPrintFooter">TCPDF::setPrintFooter()</a> in tcpdf.php</div> <div class="index-item-description">Set a flag to print page footer.</div> </dd> <dt class="field"> <span class="method-title">setPrintHeader</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetPrintHeader">TCPDF::setPrintHeader()</a> in tcpdf.php</div> <div class="index-item-description">Set a flag to print page header.</div> </dd> <dt class="field"> <span class="method-title">SetRightMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetRightMargin">TCPDF::SetRightMargin()</a> in tcpdf.php</div> <div class="index-item-description">Defines the right margin. The method can be called before creating the first page.</div> </dd> <dt class="field"> <span class="method-title">SetStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#methodSetStyle">BarcodeObject::SetStyle()</a> in BarcodeObject</div> <div class="index-item-description">Set barcode style.</div> </dd> <dt class="field"> <span class="method-title">setStyle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodsetStyle">TCPDF::setStyle()</a> in tcpdf.php</div> <div class="index-item-description">Sets font style.</div> </dd> <dt class="field"> <span class="method-title">SetSubject</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetSubject">TCPDF::SetSubject()</a> in tcpdf.php</div> <div class="index-item-description">Defines the subject of the document.</div> </dd> <dt class="field"> <span class="method-title">SetTextColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetTextColor">TCPDF::SetTextColor()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetTitle</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetTitle">TCPDF::SetTitle()</a> in tcpdf.php</div> <div class="index-item-description">Defines the title of the document.</div> </dd> <dt class="field"> <span class="method-title">SetTopMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetTopMargin">TCPDF::SetTopMargin()</a> in tcpdf.php</div> <div class="index-item-description">Defines the top margin. The method can be called before creating the first page.</div> </dd> <dt class="field"> <span class="method-title">SetX</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetX">TCPDF::SetX()</a> in tcpdf.php</div> <div class="index-item-description">Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.</div> </dd> <dt class="field"> <span class="method-title">SetXY</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetXY">TCPDF::SetXY()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> <dt class="field"> <span class="method-title">SetY</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodSetY">TCPDF::SetY()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> </dl> <a name="t"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">t</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$tableborder</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tableborder">TCPDF::$tableborder</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tdalign</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tdalign">TCPDF::$tdalign</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tdbegin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tdbegin">TCPDF::$tdbegin</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tdbgcolor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tdbgcolor">TCPDF::$tdbgcolor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tdheight</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tdheight">TCPDF::$tdheight</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tdwidth</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tdwidth">TCPDF::$tdwidth</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tempfontsize</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tempfontsize">TCPDF::$tempfontsize</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$TextColor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$TextColor">TCPDF::$TextColor</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$title</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$title">TCPDF::$title</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$tMargin</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$tMargin">TCPDF::$tMargin</a> in tcpdf.php</div> </dd> <dt class="field"> TCPDF </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html">TCPDF</a> in tcpdf.php</div> <div class="index-item-description">This is a PHP5 class for generating PDF files on-the-fly without requiring external extensions.<br /></div> </dd> <dt class="field"> <span class="include-title">tcpdf_config.php</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_config_tcpdf_config_php.html">tcpdf_config.php</a> in tcpdf_config.php</div> </dd> <dt class="field"> <span class="include-title">tcpdf.php</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/_tcpdf_tcpdf_php.html">tcpdf.php</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Text</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodText">TCPDF::Text()</a> in tcpdf.php</div> <div class="index-item-description">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.</div> </dd> </dl> <a name="u"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">u</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$u</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$u">TCPDF::$u</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$underline</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$underline">TCPDF::$underline</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">unhtmlentities</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodunhtmlentities">TCPDF::unhtmlentities()</a> in tcpdf.php</div> <div class="index-item-description">Reverse function for htmlentities.</div> </dd> <dt class="field"> <span class="method-title">UTF8StringToArray</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodUTF8StringToArray">TCPDF::UTF8StringToArray()</a> in tcpdf.php</div> <div class="index-item-description">Converts UTF-8 strings to codepoints array.<br /></div> </dd> <dt class="field"> <span class="method-title">UTF8ToUTF16BE</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodUTF8ToUTF16BE">TCPDF::UTF8ToUTF16BE()</a> in tcpdf.php</div> <div class="index-item-description">Converts UTF-8 strings to UTF16-BE.<br /></div> </dd> </dl> <a name="w"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">w</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$w</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$w">TCPDF::$w</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$wPt</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$wPt">TCPDF::$wPt</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="var-title">$ws</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$ws">TCPDF::$ws</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">Write</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodWrite">TCPDF::Write()</a> in tcpdf.php</div> <div class="index-item-description">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.<br /></div> </dd> <dt class="field"> <span class="method-title">writeBarcode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodwriteBarcode">TCPDF::writeBarcode()</a> in tcpdf.php</div> <div class="index-item-description">Print Barcode.</div> </dd> <dt class="field"> <span class="method-title">writeHTML</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodwriteHTML">TCPDF::writeHTML()</a> in tcpdf.php</div> <div class="index-item-description">Allows to preserve some HTML formatting.<br /></div> </dd> <dt class="field"> <span class="method-title">writeHTMLCell</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#methodwriteHTMLCell">TCPDF::writeHTMLCell()</a> in tcpdf.php</div> <div class="index-item-description">Prints 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.<br /> If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.</div> </dd> </dl> <a name="x"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">x</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$x</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$x">TCPDF::$x</a> in tcpdf.php</div> </dd> </dl> <a name="y"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">y</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$y</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$y">TCPDF::$y</a> in tcpdf.php</div> </dd> </dl> <a name="z"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">z</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="var-title">$ZoomMode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#var$ZoomMode">TCPDF::$ZoomMode</a> in tcpdf.php</div> </dd> </dl> <a name="_"></a> <div class="index-letter-section"> <div style="float: left" class="index-letter-title">_</div> <div style="float: right"><a href="#top">top</a></div> <div style="clear: both"></div> </div> <dl> <dt class="field"> <span class="method-title">_begindoc</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_begindoc">TCPDF::_begindoc()</a> in tcpdf.php</div> <div class="index-item-description">Start document</div> </dd> <dt class="field"> <span class="method-title">_beginpage</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_beginpage">TCPDF::_beginpage()</a> in tcpdf.php</div> <div class="index-item-description">_beginpage</div> </dd> <dt class="field"> <span class="method-title">_dochecks</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_dochecks">TCPDF::_dochecks()</a> in tcpdf.php</div> <div class="index-item-description">Check for locale-related bug</div> </dd> <dt class="field"> <span class="method-title">_dounderline</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_dounderline">TCPDF::_dounderline()</a> in tcpdf.php</div> <div class="index-item-description">Underline text</div> </dd> <dt class="field"> <span class="method-title">_enddoc</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_enddoc">TCPDF::_enddoc()</a> in tcpdf.php</div> <div class="index-item-description">_enddoc</div> </dd> <dt class="field"> <span class="method-title">_endpage</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_endpage">TCPDF::_endpage()</a> in tcpdf.php</div> <div class="index-item-description">End of page contents</div> </dd> <dt class="field"> <span class="method-title">_escape</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_escape">TCPDF::_escape()</a> in tcpdf.php</div> <div class="index-item-description">Add \ before \, ( and )</div> </dd> <dt class="field"> <span class="method-title">_escapetext</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_escapetext">TCPDF::_escapetext()</a> in tcpdf.php</div> <div class="index-item-description">Format a text string</div> </dd> <dt class="field"> <span class="method-title">_freadint</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_freadint">TCPDF::_freadint()</a> in tcpdf.php</div> <div class="index-item-description">Read a 4-byte integer from file</div> </dd> <dt class="field"> <span class="method-title">_getfontpath</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_getfontpath">TCPDF::_getfontpath()</a> in tcpdf.php</div> <div class="index-item-description">Return fonts path</div> </dd> <dt class="field"> <span class="method-title">_newobj</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_newobj">TCPDF::_newobj()</a> in tcpdf.php</div> <div class="index-item-description">Begin a new object</div> </dd> <dt class="field"> <span class="method-title">_out</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_out">TCPDF::_out()</a> in tcpdf.php</div> <div class="index-item-description">Add a line to the document</div> </dd> <dt class="field"> <span class="method-title">_parsejpg</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_parsejpg">TCPDF::_parsejpg()</a> in tcpdf.php</div> <div class="index-item-description">Extract info from a JPEG file</div> </dd> <dt class="field"> <span class="method-title">_parsepng</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_parsepng">TCPDF::_parsepng()</a> in tcpdf.php</div> <div class="index-item-description">Extract info from a PNG file</div> </dd> <dt class="field"> <span class="method-title">_putcatalog</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putcatalog">TCPDF::_putcatalog()</a> in tcpdf.php</div> <div class="index-item-description">_putcatalog</div> </dd> <dt class="field"> <span class="method-title">_putfonts</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putfonts">TCPDF::_putfonts()</a> in tcpdf.php</div> <div class="index-item-description">Adds fonts</div> </dd> <dt class="field"> <span class="method-title">_putheader</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putheader">TCPDF::_putheader()</a> in tcpdf.php</div> <div class="index-item-description">_putheader</div> </dd> <dt class="field"> <span class="method-title">_putimages</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putimages">TCPDF::_putimages()</a> in tcpdf.php</div> <div class="index-item-description">_putimages</div> </dd> <dt class="field"> <span class="method-title">_putinfo</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putinfo">TCPDF::_putinfo()</a> in tcpdf.php</div> <div class="index-item-description">_putinfo</div> </dd> <dt class="field"> <span class="method-title">_putpages</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putpages">TCPDF::_putpages()</a> in tcpdf.php</div> <div class="index-item-description">_putpages</div> </dd> <dt class="field"> <span class="method-title">_putresourcedict</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putresourcedict">TCPDF::_putresourcedict()</a> in tcpdf.php</div> <div class="index-item-description">_putresourcedict</div> </dd> <dt class="field"> <span class="method-title">_putresources</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putresources">TCPDF::_putresources()</a> in tcpdf.php</div> <div class="index-item-description">_putresources</div> </dd> <dt class="field"> <span class="method-title">_putstream</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putstream">TCPDF::_putstream()</a> in tcpdf.php</div> </dd> <dt class="field"> <span class="method-title">_puttrailer</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_puttrailer">TCPDF::_puttrailer()</a> in tcpdf.php</div> <div class="index-item-description">_puttrailer</div> </dd> <dt class="field"> <span class="method-title">_puttruetypeunicode</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_puttruetypeunicode">TCPDF::_puttruetypeunicode()</a> in tcpdf.php</div> <div class="index-item-description">Adds unicode fonts.<br /></div> </dd> <dt class="field"> <span class="method-title">_putxobjectdict</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_putxobjectdict">TCPDF::_putxobjectdict()</a> in tcpdf.php</div> <div class="index-item-description">_putxobjectdict</div> </dd> <dt class="field"> <span class="method-title">_textstring</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method_textstring">TCPDF::_textstring()</a> in tcpdf.php</div> <div class="index-item-description">Format a text string</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/I25Object.html#method__construct">I25Object::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method__construct">TCPDF::__construct()</a> in tcpdf.php</div> <div class="index-item-description">This is the class constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128AObject.html#method__construct">C128AObject::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C39Object.html#method__construct">C39Object::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128BObject.html#method__construct">C128BObject::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#method__construct">BarcodeObject::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__construct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/C128CObject.html#method__construct">C128CObject::__construct()</a> in BarcodeObject</div> <div class="index-item-description">Class Constructor.</div> </dd> <dt class="field"> <span class="method-title">__destruct</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/TCPDF.html#method__destruct">TCPDF::__destruct()</a> in tcpdf.php</div> <div class="index-item-description">Default destructor.</div> </dd> <dt class="field"> <span class="method-title">__destructor</span> </dt> <dd class="index-item-body"> <div class="index-item-details"><a href="com.tecnick.tcpdf/BarcodeObject.html#method__destructor">BarcodeObject::__destructor()</a> in BarcodeObject</div> <div class="index-item-description">Class Destructor.</div> </dd> </dl> <div class="index-letter-menu"> <a class="index-letter" href="elementindex.html#a">a</a> <a class="index-letter" href="elementindex.html#b">b</a> <a class="index-letter" href="elementindex.html#c">c</a> <a class="index-letter" href="elementindex.html#d">d</a> <a class="index-letter" href="elementindex.html#e">e</a> <a class="index-letter" href="elementindex.html#f">f</a> <a class="index-letter" href="elementindex.html#g">g</a> <a class="index-letter" href="elementindex.html#h">h</a> <a class="index-letter" href="elementindex.html#i">i</a> <a class="index-letter" href="elementindex.html#k">k</a> <a class="index-letter" href="elementindex.html#l">l</a> <a class="index-letter" href="elementindex.html#m">m</a> <a class="index-letter" href="elementindex.html#n">n</a> <a class="index-letter" href="elementindex.html#o">o</a> <a class="index-letter" href="elementindex.html#p">p</a> <a class="index-letter" href="elementindex.html#r">r</a> <a class="index-letter" href="elementindex.html#s">s</a> <a class="index-letter" href="elementindex.html#t">t</a> <a class="index-letter" href="elementindex.html#u">u</a> <a class="index-letter" href="elementindex.html#w">w</a> <a class="index-letter" href="elementindex.html#x">x</a> <a class="index-letter" href="elementindex.html#y">y</a> <a class="index-letter" href="elementindex.html#z">z</a> <a class="index-letter" href="elementindex.html#_">_</a> </div> </body> </html>