-
$default_font_size
-
Default font size, in points.
-
$default_line_height
-
Default line height, as a fraction of the font size.
-
dec2roman
-
converts decimal numbers to roman numerals
-
DOMPDF
-
DOMPDF - PHP5 HTML to PDF renderer
-
DOMPDF_autoload
-
DOMPDF autoload function
-
dompdf_config.inc.php
-
-
DOMPDF_DEFAULT_FONT
-
The default font family
-
DOMPDF_DEFAULT_PAPER_SIZE
-
The default paper size.
-
DOMPDF_DIR
-
The root of your DOMPDF installation
-
DOMPDF_DPI
-
Image DPI setting
-
DOMPDF_ENABLE_PHP
-
Enable inline PHP
-
DOMPDF_ENABLE_REMOTE
-
Enable remote file access
-
DOMPDF_Exception
-
Standard exception thrown by DOMPDF classes
-
DOMPDF_FONT_DIR
-
The location of the DOMPDF font directory
-
DOMPDF_INC_DIR
-
The location of the DOMPDF include directory
-
DOMPDF_Internal_Exception
-
Exception thrown by DOMPDF classes for internal errors
-
DOMPDF_LIB_DIR
-
The location of the DOMPDF lib directory
-
DOMPDF_PDF_BACKEND
-
The PDF rendering backend to use
-
dompdf.php
-
-
DOMPDF_TEMP_DIR
-
The location of the system's temporary directory.
-
dompdf.cls.php
-
-
dompdf_exception.cls.php
-
-
dompdf_internal_exception.cls.php
-
-
getoptions
-
-
get_background_color
-
Returns the background colour as an array
-
get_background_position
-
Returns the background position as an array
-
get_base_path
-
Returns the base path
-
get_border_bottom
-
Return full border properties as a string
-
get_border_bottom_color
-
Returns the border colour as an array
-
get_border_bottom_width
-
Returns the border width, as it is currently stored
-
get_border_box
-
-
get_border_left
-
Return full border properties as a string
-
get_border_left_color
-
Returns the border colour as an array
-
get_border_left_width
-
Returns the border width, as it is currently stored
-
get_border_properties
-
Return an array of all border properties.
-
get_border_right
-
Return full border properties as a string
-
get_border_right_color
-
Returns the border colour as an array
-
get_border_right_width
-
Returns the border width, as it is currently stored
-
get_border_spacing
-
Returns border spacing as an array
-
get_border_top
-
Return full border properties as a string
-
get_border_top_color
-
Returns the border colour as an array
-
get_border_top_width
-
Returns the border width, as it is currently stored
-
get_children
-
-
get_color
-
Returns the colour as an array
-
get_containing_block
-
-
get_cpdf
-
Returns the Cpdf instance
-
get_decorator
-
-
get_dom
-
Returns the DomDocument object representing the curent html document
-
get_first_child
-
-
get_font
-
Resolves a font family & subtype into an actual font file
-
get_font_families
-
Returns the current font lookup table
-
get_font_family
-
Getter for the 'font-family' CSS property.
-
get_font_height
-
-
get_font_height
-
Calculates font height, in points
-
get_font_height
-
Calculates font height
-
get_font_height
-
-
get_font_size
-
Returns the resolved font size, in points
-
get_frame
-
Returns a specific frame given its id
-
get_frames
-
Returns a post-order iterator for all frames in the tree
-
get_height
-
Returns the PDF's height in points
-
get_height
-
-
get_host
-
Returns the base hostname
-
get_id
-
-
get_instance
-
-
get_last_child
-
-
get_line_height
-
-
get_margin_height
-
-
get_margin_width
-
-
get_messages
-
Returns logging messages generated by the Cpdf class
-
get_next_sibling
-
-
get_node
-
-
get_original_style
-
-
get_padding_box
-
-
get_page_count
-
Returns the total number of pages in the document
-
get_page_count
-
-
get_page_count
-
Returns the total number of pages
-
get_page_number
-
Returns the current page number
-
get_page_number
-
Returns the current page number
-
get_page_number
-
-
get_parent
-
-
get_pdflib
-
Returns the PDFLib instance
-
get_position
-
-
get_prev_sibling
-
-
get_protocol
-
Returns the protocol in use
-
get_root
-
Returns the root frame of the tree
-
get_style
-
-
get_stylesheet
-
returns the
Stylesheet this Style is associated with.
-
get_text_width
-
-
get_text_width
-
Calculates text size, in points
-
get_text_width
-
Calculates text size, in points
-
get_text_width
-
-
get_tree
-
-
get_width
-
-
get_width
-
Returns the PDF's width in points
-
get_word_spacing
-
-
generated_frame_reflower.cls.php
-
-
$_base_host
-
Base hostname
-
$_base_path
-
Absolute base path
-
$_containing_block
-
-
$_css
-
Stylesheet for the document
-
$_decorator
-
-
$_defaults
-
Default style values.
-
$_dom
-
The main DomDocument
-
$_first_child
-
-
$_font_lookup
-
Array of font family names to font files
-
$_HIDDEN_TAGS
-
Tags to ignore while parsing the tree
-
$_id
-
-
$_inherited
-
List of inherited properties
-
$_last_child
-
-
$_next_sibling
-
-
$_node
-
-
$_original_style
-
-
$_paper_orientation
-
Paper orientation ('portrait' or 'landscape')
-
$_paper_size
-
Desired paper size ('letter', 'legal', 'A4', etc.)
-
$_parent
-
-
$_parent_font_size
-
Font size of parent element in document tree. Used for relative font size resolution.
-
$_pdf
-
Actual PDF renderer
-
$_pdf
-
Underlying Cpdf object to perform text size calculations
-
$_position
-
-
$_prev_sibling
-
-
$_props
-
Main array of all CSS properties & values
-
$_protocol
-
Protcol used to request file (file://, http://, etc)
-
$_registry
-
A mapping of
Frame objects to DomNode objects
-
$_root
-
The root node of the FrameTree.
-
$_style
-
-
$_stylesheet
-
The stylesheet this style belongs to
-
$_tree
-
Frame_Tree derived from the DOM tree
-
$_xml
-
DomDocument representing the HTML document
-
_build_tree_r
-
Recursively adds
Frame objects to the tree
-
_close
-
Close the pdf
-
_get_border
-
Return a single border property
-
_load_font
-
Loads a specific font and stores the corresponding descriptor.
-
_place_objects
-
Add all active objects to the current page
-
_process_html
-
Builds the
Frame_Tree, loads any CSS and applies the styles to
-
_set_border
-
Sets a single border
-
_set_fill_color
-
Sets the fill color
-
_set_fill_color
-
Sets the fill colour
-
_set_fill_transparency
-
Sets fill transparency
-
_set_line_style
-
Sets the line style
-
_set_line_style
-
Sets the line style
-
_set_line_transparency
-
Sets line transparency
-
_set_stroke_color
-
Sets the stroke colour
-
_set_stroke_color
-
Sets the line color
-
__autoload
-
Default __autoload() function
-
__construct
-
Class constructor
-
__construct
-
The class constructor.
-
__construct
-
Class constructor
-
__construct
-
Class constructor
-
__construct
-
Class constructor
-
__construct
-
Class constructor
-
__construct
-
Class constructor
-
__construct
-
-
__construct
-
Class constructor
-
__DEFAULT_STYLESHEET
-
The location of the default built-in CSS file.
-
__DOMPDF_FONT_CACHE_FILE
-
Name of the font cache file
-
__get
-
PHP5 overloaded getter
-
__set
-
PHP5 overloaded setter
-
__toString
-
dumps the entire stylesheet as a string
-
__toString
-
-
__toString
-
Generate a string representation of the Style