phpDocumentor Aprint
[ Back ] [ class tree: Aprint ] [ index: Aprint ] [ all elements ]

Element index for package Aprint

[ a ] [ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

_

_BeginCol
in file aprint.php, method APrint::_BeginCol()
    This function compute the starting position given the
_CalculatePos
in file aprint.php, method APrint::_CalculatePos()
    Internal function used to calculate the movement.
_CheckMarginValue
in file psprint.php, method PSPrint::_CheckMarginValue()
    Check the value for the margin. They should be >0 and less then the page size. The PSPrint version, before to call the APrint method check whether the page size is set.
_CheckMarginValue
in file aprint.php, method APrint::_CheckMarginValue()
    Check the value for the margin. They should be >0 and less then the page size
_DefaultFont
in file psprint.php, method PSPrint::_DefaultFont()
    Define some dafault font
_DefaultFont
in file aprint.php, method APrint::_DefaultFont()
    Define some dafault font
_DefinePageSize
in file aprint.php, method APrint::_DefinePageSize()
    inizialize all parameter about the page size Require a printer handler.
_DefinePageSize
in file psprint.php, method PSPrint::_DefinePageSize()
    The Aprint module take the page size from the printer. Here the user must provide the
_FooterNote
in file aprint.php, method APrint::_FooterNote()
    Printout page number and script name as footer
_FooterNote
in file psprint.php, method PSPrint::_FooterNote()
    Printout page number and script name as footer
_OpenPrinter
in file psprint.php, method PSPrint::_OpenPrinter()
    Open the output printer (APrint) or the output file (PSPrint)
_OpenPrinter
in file aprint.php, method APrint::_OpenPrinter()
    Establish the connection to the printer
_SetFont
in file psprint.php, method PSPrint::_SetFont()
    Activate the specified font
_SetFont
in file aprint.php, method APrint::_SetFont()
    Activate the specified font
_VPoint
in file psprint.php, method PSPrint::_VPoint()
    The ps module set the point zero to the bottom edge of the page, the module has its point zero on the top edge, the function converts the vertical value from both systems.
a

a

$AutoNewPage
in file aprint.php, variable APrint::$AutoNewPage
APrint
in file aprint.php, method APrint::APrint()
    Initialize this class. It doesn not attempt to
APrint
in file aprint.php, class APrint
    class APrint
aprint.php
procedural page aprint.php
aprint_test1.php
procedural page aprint_test1.php
aprint_test2.php
procedural page aprint_test2.php
aprint_test3.php
procedural page aprint_test3.php
AP_BOLD_FONT
in file aprint.php, constant AP_BOLD_FONT
    Print using courier new, with predefined size, weight 800 (bold)
AP_CENTER
in file aprint.php, constant AP_CENTER
    center text align.
AP_FOOTER_FONT
in file aprint.php, constant AP_FOOTER_FONT
    Small font used to print the page's footer
AP_LANDSCAPE
in file psprint.php, constant AP_LANDSCAPE
    Paper Orientation
AP_LEFT
in file aprint.php, constant AP_LEFT
    left text align.
AP_NORMAL_FONT
in file aprint.php, constant AP_NORMAL_FONT
    Print using courier new, with predefined size, weight 400 (normal)
AP_PORTRAIT
in file psprint.php, constant AP_PORTRAIT
    Paper Orientation
AP_RIGHT
in file aprint.php, constant AP_RIGHT
    right text align.
aprint_test2.php
procedural page aprint_test2.php
b

b

BlankRow
in file aprint.php, method APrint::BlankRow()
    Skip a row, left a blank row.
c

c

$CallBacks
in file aprint.php, variable APrint::$CallBacks
    Callbacks array. Ths index holdsall callback defined.
$CallBacksParm
in file aprint.php, variable APrint::$CallBacksParm
    Parameters for the callbacks functions
$ConnectionOpened
in file aprint.php, variable APrint::$ConnectionOpened
    I've already established a connection to the printer?
$CurrentFont
in file aprint.php, variable APrint::$CurrentFont
    handler of current selected font
Conv2Twip_x
in file aprint.php, method APrint::Conv2Twip_x()
    Convert the printer point size into internal point size according to its resolution
Conv2Twip_y
in file aprint.php, method APrint::Conv2Twip_y()
CreateFont
in file psprint.php, method PSPrint::CreateFont()
    Create new font
CreateFont
in file aprint.php, method APrint::CreateFont()
    Create a new font
f

f

$FileName
in file psprint.php, variable PSPrint::$FileName
    File Postscript to write
$FontH
in file aprint.php, variable APrint::$FontH
    Value for the font height
$FontPath
in file psprint.php, variable PSPrint::$FontPath
    Path to fonts file
$FontTable
in file aprint.php, variable APrint::$FontTable
    array with all created font
$FontW
in file aprint.php, variable APrint::$FontW
    Value for the font width
g

g

GetPageSize
in file aprint.php, method APrint::GetPageSize()
    Retrieve the page size
h

h

$hDoc
in file psprint.php, variable PSPrint::$hDoc
    Document handler
$hPrinter
in file aprint.php, variable APrint::$hPrinter
    printer handler
HeaderText
in file aprint.php, method APrint::HeaderText()
    Write an header at the top of the first page.
i

i

$Interlinea
in file psprint.php, variable PSPrint::$Interlinea
    Space between two rows
$IsSizeSet
in file psprint.php, variable PSPrint::$IsSizeSet
    Is the page size set?
j

j

$JobTitle
in file aprint.php, variable APrint::$JobTitle
    Job name
l

l

Line
in file aprint.php, method APrint::Line()
    Draw a dash line.
m

m

$MarginBottom
in file aprint.php, variable APrint::$MarginBottom
    Margins, size of the bottom margin
$MarginLeft
in file aprint.php, variable APrint::$MarginLeft
    Margins, size of the left margin
$MarginRight
in file aprint.php, variable APrint::$MarginRight
    Margins, size of the right margin
$MarginTop
in file aprint.php, variable APrint::$MarginTop
    Margins, size of the top margin
MvAbsolutePos
in file aprint.php, method APrint::MvAbsolutePos()
    Move the currentline to nRow. It return TRUE on success,
MvBottom
in file aprint.php, method APrint::MvBottom()
    Move to the last row before the bottom margin It return TRUE on success, FALSE otherwise.
MvRelativePos
in file aprint.php, method APrint::MvRelativePos()
    Move the currentline up or down of nRow rows. It return TRUE on success,
MvTop
in file aprint.php, method APrint::MvTop()
    Move to the first row after the top margin It return TRUE on success,
n

n

$NewPageHeader
in file aprint.php, variable APrint::$NewPageHeader
    Array containing texts to print as header into each page Also, into the array are stored the font id request to print the text You may set different font to each row.
$NPag
in file aprint.php, variable APrint::$NPag
    Page counter
NewPage
in file psprint.php, method PSPrint::NewPage()
    Close the current page and start the new one.
NewPage
in file aprint.php, method APrint::NewPage()
    Close the current page and start a new one.
o

o

$Orientation
in file psprint.php, variable PSPrint::$Orientation
    Paper orientation, supported only by ps module
OpenFileName
in file psprint.php, method PSPrint::OpenFileName()
    Start the connection to the printer. This is the public interface to _OpenPrinter.
OpenPrinter
in file aprint.php, method APrint::OpenPrinter()
    Start the connection to the printer. This is the public interface to _OpenPrinter.
p

p

$PaperDimX
in file aprint.php, variable APrint::$PaperDimX
    Paper hight
$PaperDimY
in file aprint.php, variable APrint::$PaperDimY
    Paper width
$PrinterName
in file aprint.php, variable APrint::$PrinterName
    Selected printer (Windows name)
$PrintPageFooter
in file aprint.php, variable APrint::$PrintPageFooter
    Should this module print its own page footer. If set to
PrintPageHeader
in file aprint.php, method APrint::PrintPageHeader()
    Print the page header
PrintPageHeader
in file psprint.php, method PSPrint::PrintPageHeader()
    Print the page header
PSPrint
in file psprint.php, method PSPrint::PSPrint()
    Initialize this class. It does not attempt to
PSPrint
in file psprint.php, class PSPrint
psprint.php
procedural page psprint.php
psprint_test1.php
procedural page psprint_test1.php
psprint_test2.php
procedural page psprint_test2.php
psprint_test3.php
procedural page psprint_test3.php
r

r

$Res_X
in file aprint.php, variable APrint::$Res_X
    Orizontal resolution
$Res_Y
in file aprint.php, variable APrint::$Res_Y
    Vertical resolution
$row
in file aprint.php, variable APrint::$row
    Current row
ResConv_x
in file aprint.php, method APrint::ResConv_x()
    Convert the internal point size to the printer point size according to its resolution
ResConv_y
in file aprint.php, method APrint::ResConv_y()
run
in file aprint.php, method APrint::run()
    Close the output to the printer and start to print
run
in file psprint.php, method PSPrint::run()
    Close the output.
s

s

$ScriptId
in file aprint.php, variable APrint::$ScriptId
SetAutoNewPage
in file aprint.php, method APrint::SetAutoNewPage()
    Set the AutoNewPage flag. If set to true, the module call the functionNewPage
SetBottomMargin
in file aprint.php, method APrint::SetBottomMargin()
    Set the size for the bottom margin
SetCallBack
in file aprint.php, method APrint::SetCallBack()
    Set the callback function
SetCustomPageSize
in file psprint.php, method PSPrint::SetCustomPageSize()
    Set custom page size. The dimension must be points.
SetFileName
in file psprint.php, method PSPrint::SetFileName()
    Set the name of the file to write
SetFontPath
in file psprint.php, method PSPrint::SetFontPath()
    Set the path where the font file .afm are located. The Postscript module require Notice: if the ps module is not created, the class store the information until it will be created and then set the given path.
SetLeftMargin
in file aprint.php, method APrint::SetLeftMargin()
    Set the size for the left margin
SetMargin
in file aprint.php, method APrint::SetMargin()
    Useful function to setup all margins with one function use -1 to skip the parameter
SetMargin
in file psprint.php, method PSPrint::SetMargin()
    Useful function to setup all margins with one function use -1 to skip the parameter
SetPageHeader
in file aprint.php, method APrint::SetPageHeader()
    Setup the text to print on each page.
SetPageSize
in file psprint.php, method PSPrint::SetPageSize()
    The page size. This function accept the well known page forms
SetPrinter
in file aprint.php, method APrint::SetPrinter()
    Specifiy which printer I'll use. If you don't give any printer, the default printer will be used.
SetPrinter
in file psprint.php, method PSPrint::SetPrinter()
    Specify which printer I'll use. PSPrint does not use any printer, but write its content into file, therefore this function is meaningless. Call SetFileName instead. It exists to avoid to broke the interface.
SetPrintFooter
in file aprint.php, method APrint::SetPrintFooter()
    Set if the module should print its own footer or not.
SetRightMargin
in file aprint.php, method APrint::SetRightMargin()
    Set the size for the right margin
SetTopMargin
in file psprint.php, method PSPrint::SetTopMargin()
    Set the size for the top margin
SetTopMargin
in file aprint.php, method APrint::SetTopMargin()
    Set the size for the top margin
t

t

Text
in file psprint.php, method PSPrint::Text()
    printout the text
Text
in file aprint.php, method APrint::Text()
    printout the text
TextFooter
in file psprint.php, method PSPrint::TextFooter()
    Print the given text as page footer
TextFooter
in file aprint.php, method APrint::TextFooter()
    Print the given text as page footer
TextXY
in file psprint.php, method PSPrint::TextXY()
    printout the text at the exact position requested
TextXY
in file aprint.php, method APrint::TextXY()
    printout the text at the exact position requested
v

v

$ValidCallbacks
in file aprint.php, variable APrint::$ValidCallbacks
    Array holding the supported callbacks
$ValidMeasure
in file aprint.php, variable APrint::$ValidMeasure
    Array holding the supported unit of measure used by movement function.

Documentation generated on Sun, 13 Feb 2005 22:02:49 +0100 by phpDocumentor 1.3.0RC3