File/Xml2Pdf.config.php

Description

Fichier de configuration.

Constants
FPDF_CLASS_PATH = XML2PDF_COMPONENTS_PATH.'/fpdf153' (line 38)

chemin ver la classe fpdf.

FPDF_FONTPATH = FPDF_CLASS_PATH.'/font/' (line 77)

define the font path.

PDF_DEFAULT_FONT = 'times' (line 83)

define the pdf default font.

PDF_DEFAULT_FONTCOLOR = '#000000' (line 102)

define the pdf default font color.

PDF_DEFAULT_FONTSIZE = 10 (line 89)

define the pdf default font size.

PDF_DEFAULT_FONTSTYLE = '' (line 96)

define the pdf default font style.

[B[U[I]]]

PDF_DEFAULT_FOOTER_FONT = 'times' (line 148)

define the pdf default footer font.

PDF_DEFAULT_FOOTER_FONTCOLOR = '#000000' (line 167)

define the pdf default footer font color.

PDF_DEFAULT_FOOTER_FONTSIZE = 8 (line 154)

define the pdf default footer font size.

PDF_DEFAULT_FOOTER_FONTSTYLE = '' (line 161)

define the pdf default footer font style.

[B[U[I]]]

PDF_DEFAULT_HEADER_FONT = 'times' (line 122)

define the pdf default header font.

PDF_DEFAULT_HEADER_FONTCOLOR = '#000000' (line 141)

define the pdf default header font color.

PDF_DEFAULT_HEADER_FONTSIZE = 9 (line 128)

define the pdf default header font size.

PDF_DEFAULT_HEADER_FONTSTYLE = '' (line 135)

define the pdf default header font style.

[B[U[I]]]

PDF_DEFAULT_LINEHEIGHT = 5 (line 115)

define the pdf default line height.

PDF_DEFAULT_PARAGRAPH_ALIGN = false (line 208)

define the default paragraph alignment.

[[L|left][R|right][C|center]]

PDF_DEFAULT_PARAGRAPH_BORDER = false (line 175)

define the default paragraph border.

[true|false]

PDF_DEFAULT_PARAGRAPH_BORDERCOLOR = '#000000' (line 181)

define the default paragraph border color.

PDF_DEFAULT_PARAGRAPH_FILL = false (line 188)

define the default paragraph fill mode.

[true|false]

PDF_DEFAULT_PARAGRAPH_FILLCOLOR = '#ffffff' (line 194)

define the default paragraph fill color.

PDF_DEFAULT_PARAGRAPH_POSITION = 'relative' (line 201)

define the default paragraph positioning mode.

[relative|absolute]

PDF_DEFAULT_TEXTALIGN = 'L' (line 109)

define the pdf default text alignment.

[[L|left]|[R|right]|[C|center]|[J|justify]]

XML2PDF_CLASS_PATH = dirname(__FILE__) (line 20)

défini le chemin de la classe

XML2PDF_COMPONENTS_PATH = XML2PDF_CLASS_PATH.'/components' (line 32)

chemin des classes externes.

XML2PDF_MAIN_PATH = XML2PDF_CLASS_PATH.'/main' (line 26)

chemin des classes principales

XML2PDF_PLUGINS_GRAPHS_PATH = XML2PDF_CLASS_PATH.'/plugins/graphs' (line 50)

répertoire des plugins de graph.

XML2PDF_PLUGINS_TAGS_PATH = XML2PDF_CLASS_PATH.'/plugins/tags' (line 44)

répertoires des plugins de balises.

XML_ENCODING = 'ISO-8859-1' (line 69)

encodage des fichier XML.

Documentation generated on Wed, 11 Oct 2006 22:27:14 +0200 by phpDocumentor 1.3.0