[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ w ] [ x ] [ y ] [ z ]

a

acceptPageBreak
in file PDF.php, method File_PDF::acceptPageBreak()
    Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by setAutoPageBreak().
addFont
in file PDF.php, method File_PDF::addFont()
    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.
addLink
in file PDF.php, method File_PDF::addLink()
    Creates a new internal link and returns its identifier.
addPage
in file PDF.php, method File_PDF::addPage()
    Adds a new page to the document.
aliasNbPages
in file PDF.php, method File_PDF::aliasNbPages()
    Defines an alias for the total number of pages.
top

c

cell
in file PDF.php, method File_PDF::cell()
    Prints a cell (rectangular area) with optional borders, background color and character string.
circle
in file PDF.php, method File_PDF::circle()
    Outputs a circle. It can be drawn (border only), filled (with no border) or both.
close
in file PDF.php, method File_PDF::close()
    Terminates the PDF document. It is not necessary to call this method explicitly because output() does it automatically.
courier.php
procedural page courier.php
top

f

$fh
in file PDF.php, variable File_PDF::$fh
    Current height of page format in user units.
$fhPt
in file PDF.php, variable File_PDF::$fhPt
    Current height of page format in points.
$fw
in file PDF.php, variable File_PDF::$fw
    Current width of page format in user units.
$fwPt
in file PDF.php, variable File_PDF::$fwPt
    Current width of page format in points.
factory
in file PDF.php, method File_PDF::factory()
    Attempts to return a conrete PDF instance.
File_PDF
in file PDF.php, class File_PDF
FILE_PDF_FLOAT
in file PDF.php, constant FILE_PDF_FLOAT
    This hack works around Horde bug #4094 (http://bugs.horde.org/ticket/?id=4094)
flush
in file PDF.php, method File_PDF::flush()
    Returns the current buffer content and resets the buffer.
footer
in file PDF.php, method File_PDF::footer()
    This method is used to render the page footer.
top

g

getOutput
in file PDF.php, method File_PDF::getOutput()
    Returns the raw PDF file.
getPageHeight
in file PDF.php, method File_PDF::getPageHeight()
    Returns the actual page height.
getPageNo
in file PDF.php, method File_PDF::getPageNo()
    Returns the current page number.
getPageWidth
in file PDF.php, method File_PDF::getPageWidth()
    Returns the actual page width.
getStringWidth
in file PDF.php, method File_PDF::getStringWidth()
    Returns the length of a text string. A font must be selected.
getX
in file PDF.php, method File_PDF::getX()
    Returns the abscissa of the current position in user units.
getY
in file PDF.php, method File_PDF::getY()
    Returns the ordinate of the current position in user units.
top

h

$h
in file PDF.php, variable File_PDF::$h
    Current height of page in user units
$hPt
in file PDF.php, variable File_PDF::$hPt
    Current height of page in points.
helvetica.php
procedural page helvetica.php
helveticab.php
procedural page helveticab.php
helveticabi.php
procedural page helveticabi.php
helveticai.php
procedural page helveticai.php
header
in file PDF.php, method File_PDF::header()
    This method is used to render the page header.
top

i

image
in file PDF.php, method File_PDF::image()
    Prints an image in the page.
top

l

line
in file PDF.php, method File_PDF::line()
    Draws a line between two points.
link
in file PDF.php, method File_PDF::link()
    Puts a link on a rectangular area of the page.
top

m

multiCell
in file PDF.php, method File_PDF::multiCell()
    This method allows printing text with line breaks.
top

n

newLine
in file PDF.php, method File_PDF::newLine()
    Performs a line break.
top

o

open
in file PDF.php, method File_PDF::open()
    This method begins the generation of the PDF document; it must be called before any output commands.
output
in file PDF.php, method File_PDF::output()
    Sends the buffered data to the browser.
top

p

PDF.php
procedural page PDF.php
top

r

raiseError
in file PDF.php, method File_PDF::raiseError()
    Returns a PEAR_Error object.
rect
in file PDF.php, method File_PDF::rect()
    Outputs a rectangle.
top

s

symbol.php
procedural page symbol.php
save
in file PDF.php, method File_PDF::save()
    Saves the PDF file on the filesystem.
setAutoPageBreak
in file PDF.php, method File_PDF::setAutoPageBreak()
    Enables or disables the automatic page breaking mode.
setCompression
in file PDF.php, method File_PDF::setCompression()
    Activates or deactivates page compression.
setDisplayMode
in file PDF.php, method File_PDF::setDisplayMode()
    Defines the way the document is to be displayed by the viewer.
setDrawColor
in file PDF.php, method File_PDF::setDrawColor()
    Sets the draw color, used when drawing lines.
setFillColor
in file PDF.php, method File_PDF::setFillColor()
    Sets the fill color.
setFont
in file PDF.php, method File_PDF::setFont()
    Sets the font used to print character strings.
setFontSize
in file PDF.php, method File_PDF::setFontSize()
    Defines the size of the current font.
setFontStyle
in file PDF.php, method File_PDF::setFontStyle()
    Defines the style of the current font.
setInfo
in file PDF.php, method File_PDF::setInfo()
    Set the info to a document.
setLeftMargin
in file PDF.php, method File_PDF::setLeftMargin()
    Defines the left margin.
setLineWidth
in file PDF.php, method File_PDF::setLineWidth()
    Defines the line width.
setLink
in file PDF.php, method File_PDF::setLink()
    Defines the page and position a link points to.
setMargins
in file PDF.php, method File_PDF::setMargins()
    Defines the left, top and right margins.
setRightMargin
in file PDF.php, method File_PDF::setRightMargin()
    Defines the right margin.
setTextColor
in file PDF.php, method File_PDF::setTextColor()
    Sets the text color.
setTopMargin
in file PDF.php, method File_PDF::setTopMargin()
    Defines the top margin.
setX
in file PDF.php, method File_PDF::setX()
    Defines the abscissa of the current position.
setXY
in file PDF.php, method File_PDF::setXY()
    Defines the abscissa and ordinate of the current position.
setY
in file PDF.php, method File_PDF::setY()
    Defines the ordinate of the current position.
top

t

times.php
procedural page times.php
timesb.php
procedural page timesb.php
timesbi.php
procedural page timesbi.php
timesi.php
procedural page timesi.php
text
in file PDF.php, method File_PDF::text()
    Prints a character string.
top

w

$w
in file PDF.php, variable File_PDF::$w
    Current width of page in user units
$wPt
in file PDF.php, variable File_PDF::$wPt
    Current width of page in points.
write
in file PDF.php, method File_PDF::write()
    This method prints text from the current position.
writeRotated
in file PDF.php, method File_PDF::writeRotated()
    Writes text at an angle.
top

x

$x
in file PDF.php, variable File_PDF::$x
    The current horizontal position for cell positioning.
top

y

$y
in file PDF.php, variable File_PDF::$y
    The current vertical position for cell positioning.
top

z

zapfdingbats.php
procedural page zapfdingbats.php
top

Documentation generated on Mon, 11 Mar 2019 15:44:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.