Full index

Package indexes


a b c d e f g h i l m n o p r s t u y _
a
top
$ACCEPTED_MEDIA_TYPES
Stylesheet::$ACCEPTED_MEDIA_TYPES in stylesheet.cls.php
accepted CSS media types
add_object
CPDF_Adapter::add_object() in cpdf_adapter.cls.php
Adds a specified 'object' to the document
add_object
PDFLib_Adapter::add_object() in pdflib_adapter.cls.php
Adds the specified object to the document
add_style
Stylesheet::add_style() in stylesheet.cls.php
add a new Style object to the stylesheet
append_child
Frame::append_child() in frame.cls.php
apply_styles
Stylesheet::apply_styles() in stylesheet.cls.php
applies all current styles to a particular document tree
CACHE_FILE
Font_Metrics::CACHE_FILE in font_metrics.cls.php
abstract_renderer.cls.php
abstract_renderer.cls.php in abstract_renderer.cls.php
attribute_translator.cls.php
attribute_translator.cls.php in attribute_translator.cls.php
b
top
$BLOCK_TYPES
Style::$BLOCK_TYPES in style.cls.php
List of all block types. Should really be a constant.
$BORDER_STYLES
Style::$BORDER_STYLES in style.cls.php
List of valid border styles. Should also really be a constant.
build_tree
Frame_Tree::build_tree() in frame_tree.cls.php
Builds the tree
build_url
build_url() in functions.inc.php
builds a full url given a protocol, hostname, base path and url
block_frame_decorator.cls.php
block_frame_decorator.cls.php in block_frame_decorator.cls.php
block_frame_reflower.cls.php
block_frame_reflower.cls.php in block_frame_reflower.cls.php
block_positioner.cls.php
block_positioner.cls.php in block_positioner.cls.php
block_renderer.cls.php
block_renderer.cls.php in block_renderer.cls.php
br_frame_reflower.cls.php
br_frame_reflower.cls.php in br_frame_reflower.cls.php
c
top
Canvas
Canvas in canvas.cls.php
Main rendering interface
Canvas_Factory
Canvas_Factory in canvas_factory.cls.php
Create canvas instances
circle
CPDF_Adapter::circle() in cpdf_adapter.cls.php
circle
PDFLib_Adapter::circle() in pdflib_adapter.cls.php
circle
Canvas::circle() in canvas.cls.php
Draws a circle at x,y with radius $r1
close_object
CPDF_Adapter::close_object() in cpdf_adapter.cls.php
Closes the current 'object'
close_object
PDFLib_Adapter::close_object() in pdflib_adapter.cls.php
Close the current template
CPDF_Adapter
CPDF_Adapter in cpdf_adapter.cls.php
PDF rendering interface
create_style
Stylesheet::create_style() in stylesheet.cls.php
create a new Style object associated with this stylesheet
cached_pdf_decorator.cls.php
cached_pdf_decorator.cls.php in cached_pdf_decorator.cls.php
canvas.cls.php
canvas.cls.php in canvas.cls.php
canvas_factory.cls.php
canvas_factory.cls.php in canvas_factory.cls.php
cellmap.cls.php
cellmap.cls.php in cellmap.cls.php
cpdf_adapter.cls.php
cpdf_adapter.cls.php in cpdf_adapter.cls.php
d
top
$default_font_size
Style::$default_font_size in style.cls.php
Default font size, in points.
$default_line_height
Default line height, as a fraction of the font size.
dec2roman
dec2roman() in functions.inc.php
converts decimal numbers to roman numerals
DOMPDF
DOMPDF in dompdf.cls.php
DOMPDF - PHP5 HTML to PDF renderer
DOMPDF_autoload
DOMPDF_autoload() in dompdf_config.inc.php
DOMPDF autoload function
dompdf_config.inc.php
dompdf_config.inc.php in dompdf_config.inc.php
DOMPDF_DEFAULT_FONT
DOMPDF_DEFAULT_FONT in dompdf_config.inc.php
The default font family
DOMPDF_DEFAULT_PAPER_SIZE
DOMPDF_DEFAULT_PAPER_SIZE in dompdf_config.inc.php
The default paper size.
DOMPDF_DIR
DOMPDF_DIR in dompdf_config.inc.php
The root of your DOMPDF installation
DOMPDF_DPI
DOMPDF_DPI in dompdf_config.inc.php
Image DPI setting
DOMPDF_ENABLE_PHP
DOMPDF_ENABLE_PHP in dompdf_config.inc.php
Enable inline PHP
DOMPDF_ENABLE_REMOTE
DOMPDF_ENABLE_REMOTE in dompdf_config.inc.php
Enable remote file access
DOMPDF_Exception
DOMPDF_Exception in dompdf_exception.cls.php
Standard exception thrown by DOMPDF classes
DOMPDF_FONT_DIR
DOMPDF_FONT_DIR in dompdf_config.inc.php
The location of the DOMPDF font directory
DOMPDF_INC_DIR
DOMPDF_INC_DIR in dompdf_config.inc.php
The location of the DOMPDF include directory
DOMPDF_Internal_Exception
DOMPDF_Internal_Exception in dompdf_internal_exception.cls.php
Exception thrown by DOMPDF classes for internal errors
DOMPDF_LIB_DIR
DOMPDF_LIB_DIR in dompdf_config.inc.php
The location of the DOMPDF lib directory
DOMPDF_PDF_BACKEND
DOMPDF_PDF_BACKEND in dompdf_config.inc.php
The PDF rendering backend to use
dompdf.php
dompdf.php in dompdf.php
DOMPDF_TEMP_DIR
DOMPDF_TEMP_DIR in dompdf_config.inc.php
The location of the system's temporary directory.
dompdf.cls.php
dompdf.cls.php in dompdf.cls.php
dompdf_exception.cls.php
dompdf_exception.cls.php in dompdf_exception.cls.php
dompdf_internal_exception.cls.php
dompdf_internal_exception.cls.php in dompdf_internal_exception.cls.php
e
top
DEFAULT_STYLESHEET
Stylesheet::DEFAULT_STYLESHEET in stylesheet.cls.php
the location of the default built-in CSS file.
explode_url
explode_url() in functions.inc.php
parse a full url or pathname and return an array(protocol, host, path, file + query + fragment)
examples.php
examples.php in examples.php
f
top
filled_rectangle
Canvas::filled_rectangle() in canvas.cls.php
Draws a filled rectangle at x1,y1 with width w and height h
filled_rectangle
PDFLib_Adapter::filled_rectangle() in pdflib_adapter.cls.php
filled_rectangle
CPDF_Adapter::filled_rectangle() in cpdf_adapter.cls.php
Font_Metrics
Font_Metrics in font_metrics.cls.php
The font metrics class
Frame
Frame in frame.cls.php
The main Frame class
Frame_Tree
Frame_Tree in frame_tree.cls.php
Represents an entire document as a tree of frames
font_metrics.cls.php
font_metrics.cls.php in font_metrics.cls.php
frame.cls.php
frame.cls.php in frame.cls.php
frame_decorator.cls.php
frame_decorator.cls.php in frame_decorator.cls.php
frame_factory.cls.php
frame_factory.cls.php in frame_factory.cls.php
frame_reflower.cls.php
frame_reflower.cls.php in frame_reflower.cls.php
frame_tree.cls.php
frame_tree.cls.php in frame_tree.cls.php
functions.inc.php
functions.inc.php in functions.inc.php
faq.php
faq.php in faq.php
foot.inc
foot.inc in foot.inc
g
top
getoptions
getoptions() in dompdf.php
get_background_color
Returns the background colour as an array
get_background_position
Returns the background position as an array
get_base_path
DOMPDF::get_base_path() in dompdf.cls.php
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
Frame::get_border_box() in frame.cls.php
get_border_left
Style::get_border_left() in style.cls.php
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
Style::get_border_right() in style.cls.php
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
Style::get_border_top() in style.cls.php
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
Frame::get_children() in frame.cls.php
get_color
Style::get_color() in style.cls.php
Returns the colour as an array
get_containing_block
get_cpdf
CPDF_Adapter::get_cpdf() in cpdf_adapter.cls.php
Returns the Cpdf instance
get_decorator
Frame::get_decorator() in frame.cls.php
get_dom
Frame_Tree::get_dom() in frame_tree.cls.php
Returns the DomDocument object representing the curent html document
get_first_child
Frame::get_first_child() in frame.cls.php
get_font
Font_Metrics::get_font() in font_metrics.cls.php
Resolves a font family & subtype into an actual font file
get_font_families
Font_Metrics::get_font_families() in font_metrics.cls.php
Returns the current font lookup table
get_font_family
Style::get_font_family() in style.cls.php
Getter for the 'font-family' CSS property.
get_font_height
PDFLib_Adapter::get_font_height() in pdflib_adapter.cls.php
get_font_height
Canvas::get_font_height() in canvas.cls.php
Calculates font height, in points
get_font_height
Font_Metrics::get_font_height() in font_metrics.cls.php
Calculates font height
get_font_height
CPDF_Adapter::get_font_height() in cpdf_adapter.cls.php
get_font_size
Style::get_font_size() in style.cls.php
Returns the resolved font size, in points
get_frame
Frame_Tree::get_frame() in frame_tree.cls.php
Returns a specific frame given its id
get_frames
Frame_Tree::get_frames() in frame_tree.cls.php
Returns a post-order iterator for all frames in the tree
get_height
CPDF_Adapter::get_height() in cpdf_adapter.cls.php
Returns the PDF's height in points
get_height
PDFLib_Adapter::get_height() in pdflib_adapter.cls.php
get_host
DOMPDF::get_host() in dompdf.cls.php
Returns the base hostname
get_id
Frame::get_id() in frame.cls.php
get_instance
Canvas_Factory::get_instance() in canvas_factory.cls.php
get_last_child
Frame::get_last_child() in frame.cls.php
get_line_height
Style::get_line_height() in style.cls.php
get_margin_height
get_margin_width
Frame::get_margin_width() in frame.cls.php
get_messages
CPDF_Adapter::get_messages() in cpdf_adapter.cls.php
Returns logging messages generated by the Cpdf class
get_next_sibling
Frame::get_next_sibling() in frame.cls.php
get_node
Frame::get_node() in frame.cls.php
get_original_style
get_padding_box
Frame::get_padding_box() in frame.cls.php
get_page_count
CPDF_Adapter::get_page_count() in cpdf_adapter.cls.php
Returns the total number of pages in the document
get_page_count
PDFLib_Adapter::get_page_count() in pdflib_adapter.cls.php
get_page_count
Canvas::get_page_count() in canvas.cls.php
Returns the total number of pages
get_page_number
Canvas::get_page_number() in canvas.cls.php
Returns the current page number
get_page_number
CPDF_Adapter::get_page_number() in cpdf_adapter.cls.php
Returns the current page number
get_page_number
PDFLib_Adapter::get_page_number() in pdflib_adapter.cls.php
get_parent
Frame::get_parent() in frame.cls.php
get_pdflib
PDFLib_Adapter::get_pdflib() in pdflib_adapter.cls.php
Returns the PDFLib instance
get_position
Frame::get_position() in frame.cls.php
get_prev_sibling
Frame::get_prev_sibling() in frame.cls.php
get_protocol
DOMPDF::get_protocol() in dompdf.cls.php
Returns the protocol in use
get_root
Frame_Tree::get_root() in frame_tree.cls.php
Returns the root frame of the tree
get_style
Frame::get_style() in frame.cls.php
get_stylesheet
Style::get_stylesheet() in style.cls.php
returns the Stylesheet this Style is associated with.
get_text_width
CPDF_Adapter::get_text_width() in cpdf_adapter.cls.php
get_text_width
Canvas::get_text_width() in canvas.cls.php
Calculates text size, in points
get_text_width
Font_Metrics::get_text_width() in font_metrics.cls.php
Calculates text size, in points
get_text_width
PDFLib_Adapter::get_text_width() in pdflib_adapter.cls.php
get_tree
DOMPDF::get_tree() in dompdf.cls.php
Returns the underlying Frame_Tree object
get_width
PDFLib_Adapter::get_width() in pdflib_adapter.cls.php
get_width
CPDF_Adapter::get_width() in cpdf_adapter.cls.php
Returns the PDF's width in points
get_word_spacing
Style::get_word_spacing() in style.cls.php
generated_frame_reflower.cls.php
generated_frame_reflower.cls.php in generated_frame_reflower.cls.php
h
top
head.inc
head.inc in head.inc
i
top
$INLINE_TYPES
Style::$INLINE_TYPES in style.cls.php
List of all inline types. Should really be a constant.
$IN_MEMORY
PDFLib_Adapter::$IN_MEMORY in pdflib_adapter.cls.php
Whether to create PDFs in memory or on disk
image
Canvas::image() in canvas.cls.php
Add an image to the pdf.
image
CPDF_Adapter::image() in cpdf_adapter.cls.php
image
PDFLib_Adapter::image() in pdflib_adapter.cls.php
image_frame_decorator.cls.php
image_frame_decorator.cls.php in image_frame_decorator.cls.php
image_frame_reflower.cls.php
image_frame_reflower.cls.php in image_frame_reflower.cls.php
image_renderer.cls.php
image_renderer.cls.php in image_renderer.cls.php
inline_frame_decorator.cls.php
inline_frame_decorator.cls.php in inline_frame_decorator.cls.php
inline_frame_reflower.cls.php
inline_frame_reflower.cls.php in inline_frame_reflower.cls.php
inline_positioner.cls.php
inline_positioner.cls.php in inline_positioner.cls.php
inline_renderer.cls.php
inline_renderer.cls.php in inline_renderer.cls.php
inherit
Style::inherit() in style.cls.php
Set inherited properties in this style using values in $parent
init
Font_Metrics::init() in font_metrics.cls.php
Class initialization
insert_child_after
insert_child_before
install_font_family
install_font_family() in load_font.php
Installs a new font family
is_percent
is_percent() in functions.inc.php
Determines whether $value is a percentage or not
index.php
index.php in index.php
install.php
install.php in install.php
l
top
list_bullet_frame_decorator.cls.php
list_bullet_frame_decorator.cls.php in list_bullet_frame_decorator.cls.php
list_bullet_frame_reflower.cls.php
list_bullet_frame_reflower.cls.php in list_bullet_frame_reflower.cls.php
list_bullet_positioner.cls.php
list_bullet_positioner.cls.php in list_bullet_positioner.cls.php
list_bullet_renderer.cls.php
list_bullet_renderer.cls.php in list_bullet_renderer.cls.php
length_in_pt
Style::length_in_pt() in style.cls.php
Converts any CSS length value into an absolute length in points.
line
Canvas::line() in canvas.cls.php
Draws a line from x1,y1 to x2,y2
line
CPDF_Adapter::line() in cpdf_adapter.cls.php
line
PDFLib_Adapter::line() in pdflib_adapter.cls.php
load_css
Stylesheet::load_css() in stylesheet.cls.php
load and parse a CSS string
load_css_file
Stylesheet::load_css_file() in stylesheet.cls.php
load and parse a CSS file
load_font_families
Font_Metrics::load_font_families() in font_metrics.cls.php
Loads the stored font family cache
load_font.php
load_font.php in load_font.php
load_html
DOMPDF::load_html() in dompdf.cls.php
Loads an HTML string
load_html_file
DOMPDF::load_html_file() in dompdf.cls.php
Loads an HTML file
lookup
Stylesheet::lookup() in stylesheet.cls.php
lookup a specifc Style object
long_table.php
long_table.php in long_table.php
m
top
merge
Style::merge() in style.cls.php
Override properties in this style with those in $style
munge_color
Style::munge_color() in style.cls.php
munge_colour
Style::munge_colour() in style.cls.php
Returns an array(r, g, b, "r"=> r, "g"=>g, "b"=>b, "hex"=>"#rrggbb") based on the provided CSS colour value.
n
top
null_frame_decorator.cls.php
null_frame_decorator.cls.php in null_frame_decorator.cls.php
null_frame_reflower.cls.php
null_frame_reflower.cls.php in null_frame_reflower.cls.php
null_positioner.cls.php
null_positioner.cls.php in null_positioner.cls.php
new_page
PDFLib_Adapter::new_page() in pdflib_adapter.cls.php
new_page
CPDF_Adapter::new_page() in cpdf_adapter.cls.php
new_page
Canvas::new_page() in canvas.cls.php
Starts a new page
o
top
FONT_HEIGHT_SCALE
PDFLib_Adapter::FONT_HEIGHT_SCALE in pdflib_adapter.cls.php
Fudge factor to adjust reported font heights
open_object
PDFLib_Adapter::open_object() in pdflib_adapter.cls.php
Opens a new 'object' (template in PDFLib-speak)
open_object
CPDF_Adapter::open_object() in cpdf_adapter.cls.php
Opens a new 'object'
output
PDFLib_Adapter::output() in pdflib_adapter.cls.php
output
DOMPDF::output() in dompdf.cls.php
Returns the PDF as a string
output
CPDF_Adapter::output() in cpdf_adapter.cls.php
Returns the PDF as a string
output
Canvas::output() in canvas.cls.php
Returns the PDF as a string
p
top
$PAPER_SIZES
PDFLib_Adapter::$PAPER_SIZES in pdflib_adapter.cls.php
Dimensions of paper sizes in points
$PAPER_SIZES
CPDF_Adapter::$PAPER_SIZES in cpdf_adapter.cls.php
Dimensions of paper sizes in points
page_cache.cls.php
page_cache.cls.php in page_cache.cls.php
page_frame_decorator.cls.php
page_frame_decorator.cls.php in page_frame_decorator.cls.php
page_frame_reflower.cls.php
page_frame_reflower.cls.php in page_frame_reflower.cls.php
pdflib_adapter.cls.php
pdflib_adapter.cls.php in pdflib_adapter.cls.php
php_evaluator.cls.php
php_evaluator.cls.php in php_evaluator.cls.php
positioner.cls.php
positioner.cls.php in positioner.cls.php
page_text
PDFLib_Adapter::page_text() in pdflib_adapter.cls.php
page_text
CPDF_Adapter::page_text() in cpdf_adapter.cls.php
Writes text at the specified x and y coordinates on every page
PDFLib_Adapter
PDFLib_Adapter in pdflib_adapter.cls.php
PDF rendering interface
polygon
CPDF_Adapter::polygon() in cpdf_adapter.cls.php
polygon
Canvas::polygon() in canvas.cls.php
Draws a polygon
polygon
PDFLib_Adapter::polygon() in pdflib_adapter.cls.php
prepend_child
Frame::prepend_child() in frame.cls.php
pre_r
pre_r() in functions.inc.php
print_r wrapper for html/cli output
pre_var_dump
pre_var_dump() in functions.inc.php
var_dump wrapper for html/cli output
php_test.php
php_test.php in php_test.php
r
top
renderer.cls.php
renderer.cls.php in renderer.cls.php
record_warnings
record_warnings() in functions.inc.php
Stores warnings in an array for display later
rectangle
Canvas::rectangle() in canvas.cls.php
Draws a rectangle at x1,y1 with width w and height h
rectangle
CPDF_Adapter::rectangle() in cpdf_adapter.cls.php
rectangle
PDFLib_Adapter::rectangle() in pdflib_adapter.cls.php
remove_child
Frame::remove_child() in frame.cls.php
render
DOMPDF::render() in dompdf.cls.php
Renders the HTML to PDF
reopen_object
PDFLib_Adapter::reopen_object() in pdflib_adapter.cls.php
Reopen an existing object (NOT IMPLEMENTED)
reopen_object
CPDF_Adapter::reopen_object() in cpdf_adapter.cls.php
Reopens an existing 'object'
reset
Frame::reset() in frame.cls.php
s
top
stylesheet.cls.php
stylesheet.cls.php in stylesheet.cls.php
style.cls.php
style.cls.php in style.cls.php
save_font_families
Font_Metrics::save_font_families() in font_metrics.cls.php
Saves the stored font family cache
set_background_color
Sets the background colour
set_base_path
DOMPDF::set_base_path() in dompdf.cls.php
Sets the base path
set_border
Style::set_border() in style.cls.php
Sets the border styles
set_border_bottom
Sets the border styles
set_border_color
Style::set_border_color() in style.cls.php
Sets the border styles
set_border_left
Style::set_border_left() in style.cls.php
Sets the border styles
set_border_right
Style::set_border_right() in style.cls.php
Sets the border styles
set_border_spacing
Sets the border spacing
set_border_style
Style::set_border_style() in style.cls.php
Sets the border styles
set_border_top
Style::set_border_top() in style.cls.php
Sets the border styles
set_border_width
Style::set_border_width() in style.cls.php
Sets the border styles
set_color
Style::set_color() in style.cls.php
Sets colour
set_containing_block
set_decorator
Frame::set_decorator() in frame.cls.php
set_font_family
Font_Metrics::set_font_family() in font_metrics.cls.php
set_font_size
Style::set_font_size() in style.cls.php
Sets the font size
set_host
DOMPDF::set_host() in dompdf.cls.php
Sets the base hostname
set_id
Frame::set_id() in frame.cls.php
set_list_style
Style::set_list_style() in style.cls.php
Sets the list style
set_margin
Style::set_margin() in style.cls.php
Sets the margin size
set_margin_bottom
Sets the margin size
set_margin_left
Style::set_margin_left() in style.cls.php
Sets the margin size
set_margin_right
Style::set_margin_right() in style.cls.php
Sets the margin size
set_margin_top
Style::set_margin_top() in style.cls.php
Sets the margin size
set_padding
Style::set_padding() in style.cls.php
Sets the padding size
set_padding_bottom
Sets the padding size
set_padding_left
Style::set_padding_left() in style.cls.php
Sets the padding size
set_padding_right
Sets the padding size
set_padding_top
Style::set_padding_top() in style.cls.php
Sets the padding size
set_page_break_after
Sets page break properties
set_page_break_before
Sets page break properties
set_page_count
Canvas::set_page_count() in canvas.cls.php
Sets the total number of pages
set_page_count
PDFLib_Adapter::set_page_count() in pdflib_adapter.cls.php
set_page_count
CPDF_Adapter::set_page_count() in cpdf_adapter.cls.php
Sets the page count
set_page_number
PDFLib_Adapter::set_page_number() in pdflib_adapter.cls.php
set_page_number
CPDF_Adapter::set_page_number() in cpdf_adapter.cls.php
Sets the current page number
set_paper
DOMPDF::set_paper() in dompdf.cls.php
Sets the paper size & orientation
set_position
Frame::set_position() in frame.cls.php
set_protocol
DOMPDF::set_protocol() in dompdf.cls.php
Sets the protocol to use
set_style
Frame::set_style() in frame.cls.php
stop_object
CPDF_Adapter::stop_object() in cpdf_adapter.cls.php
Stops the specified 'object' from appearing in the document.
stop_object
PDFLib_Adapter::stop_object() in pdflib_adapter.cls.php
Stops the specified template from appearing in the document.
stream
Canvas::stream() in canvas.cls.php
Streams the PDF directly to the browser
stream
DOMPDF::stream() in dompdf.cls.php
Streams the PDF to the client
stream
CPDF_Adapter::stream() in cpdf_adapter.cls.php
Streams the PDF directly to the browser
stream
PDFLib_Adapter::stream() in pdflib_adapter.cls.php
Style
Style in style.cls.php
Represents CSS properties.
Stylesheet
Stylesheet in stylesheet.cls.php
The master stylesheet class
t
top
$TABLE_TYPES
Style::$TABLE_TYPES in style.cls.php
List of all table types. Should really be a constant.
table_cell_frame_decorator.cls.php
table_cell_frame_decorator.cls.php in table_cell_frame_decorator.cls.php
table_cell_frame_reflower.cls.php
table_cell_frame_reflower.cls.php in table_cell_frame_reflower.cls.php
table_cell_positioner.cls.php
table_cell_positioner.cls.php in table_cell_positioner.cls.php
table_cell_renderer.cls.php
table_cell_renderer.cls.php in table_cell_renderer.cls.php
table_frame_decorator.cls.php
table_frame_decorator.cls.php in table_frame_decorator.cls.php
table_frame_reflower.cls.php
table_frame_reflower.cls.php in table_frame_reflower.cls.php
table_row_frame_decorator.cls.php
table_row_frame_decorator.cls.php in table_row_frame_decorator.cls.php
table_row_frame_reflower.cls.php
table_row_frame_reflower.cls.php in table_row_frame_reflower.cls.php
table_row_group_frame_reflower.cls.php
table_row_group_frame_reflower.cls.php in table_row_group_frame_reflower.cls.php
table_row_positioner.cls.php
table_row_positioner.cls.php in table_row_positioner.cls.php
text_frame_decorator.cls.php
text_frame_decorator.cls.php in text_frame_decorator.cls.php
text_frame_reflower.cls.php
text_frame_reflower.cls.php in text_frame_reflower.cls.php
text_renderer.cls.php
text_renderer.cls.php in text_renderer.cls.php
text
CPDF_Adapter::text() in cpdf_adapter.cls.php
text
PDFLib_Adapter::text() in pdflib_adapter.cls.php
text
Canvas::text() in canvas.cls.php
Writes text at the specified x and y coordinates
TTF2AFM
TTF2AFM in dompdf_config.inc.php
The path to the tt2pt1 utility (used to convert ttf to afm)
u
top
usage
usage() in dompdf.php
Display command line usage:
usage.php
usage.php in usage.php
y
top
y
CPDF_Adapter::y() in cpdf_adapter.cls.php
Remaps y coords from 4th to 1st quadrant
_
top
$_base_host
DOMPDF::$_base_host in dompdf.cls.php
Base hostname
$_base_path
DOMPDF::$_base_path in dompdf.cls.php
Absolute base path
$_containing_block
Frame::$_containing_block in frame.cls.php
$_css
DOMPDF::$_css in dompdf.cls.php
Stylesheet for the document
$_decorator
Frame::$_decorator in frame.cls.php
$_defaults
Style::$_defaults in style.cls.php
Default style values.
$_dom
Frame_Tree::$_dom in frame_tree.cls.php
The main DomDocument
$_first_child
Frame::$_first_child in frame.cls.php
$_font_lookup
Font_Metrics::$_font_lookup in font_metrics.cls.php
Array of font family names to font files
$_HIDDEN_TAGS
Frame_Tree::$_HIDDEN_TAGS in frame_tree.cls.php
Tags to ignore while parsing the tree
$_id
Frame::$_id in frame.cls.php
$_inherited
Style::$_inherited in style.cls.php
List of inherited properties
$_last_child
Frame::$_last_child in frame.cls.php
$_next_sibling
Frame::$_next_sibling in frame.cls.php
$_node
Frame::$_node in frame.cls.php
$_original_style
Frame::$_original_style in frame.cls.php
$_paper_orientation
DOMPDF::$_paper_orientation in dompdf.cls.php
Paper orientation ('portrait' or 'landscape')
$_paper_size
DOMPDF::$_paper_size in dompdf.cls.php
Desired paper size ('letter', 'legal', 'A4', etc.)
$_parent
Frame::$_parent in frame.cls.php
$_parent_font_size
Style::$_parent_font_size in style.cls.php
Font size of parent element in document tree. Used for relative font size resolution.
$_pdf
DOMPDF::$_pdf in dompdf.cls.php
Actual PDF renderer
$_pdf
Font_Metrics::$_pdf in font_metrics.cls.php
Underlying Cpdf object to perform text size calculations
$_position
Frame::$_position in frame.cls.php
$_prev_sibling
Frame::$_prev_sibling in frame.cls.php
$_props
Style::$_props in style.cls.php
Main array of all CSS properties & values
$_protocol
DOMPDF::$_protocol in dompdf.cls.php
Protcol used to request file (file://, http://, etc)
$_registry
Frame_Tree::$_registry in frame_tree.cls.php
A mapping of Frame objects to DomNode objects
$_root
Frame_Tree::$_root in frame_tree.cls.php
The root node of the FrameTree.
$_style
Frame::$_style in frame.cls.php
$_stylesheet
Style::$_stylesheet in style.cls.php
The stylesheet this style belongs to
$_tree
DOMPDF::$_tree in dompdf.cls.php
Frame_Tree derived from the DOM tree
$_xml
DOMPDF::$_xml in dompdf.cls.php
DomDocument representing the HTML document
_build_tree_r
Frame_Tree::_build_tree_r() in frame_tree.cls.php
Recursively adds Frame objects to the tree
_close
PDFLib_Adapter::_close() in pdflib_adapter.cls.php
Close the pdf
_get_border
Style::_get_border() in style.cls.php
Return a single border property
_load_font
PDFLib_Adapter::_load_font() in pdflib_adapter.cls.php
Loads a specific font and stores the corresponding descriptor.
_place_objects
PDFLib_Adapter::_place_objects() in pdflib_adapter.cls.php
Add all active objects to the current page
_process_html
DOMPDF::_process_html() in dompdf.cls.php
Builds the Frame_Tree, loads any CSS and applies the styles to
_set_border
Style::_set_border() in style.cls.php
Sets a single border
_set_fill_color
PDFLib_Adapter::_set_fill_color() in pdflib_adapter.cls.php
Sets the fill color
_set_fill_color
CPDF_Adapter::_set_fill_color() in cpdf_adapter.cls.php
Sets the fill colour
_set_fill_transparency
Sets fill transparency
_set_line_style
PDFLib_Adapter::_set_line_style() in pdflib_adapter.cls.php
Sets the line style
_set_line_style
CPDF_Adapter::_set_line_style() in cpdf_adapter.cls.php
Sets the line style
_set_line_transparency
Sets line transparency
_set_stroke_color
CPDF_Adapter::_set_stroke_color() in cpdf_adapter.cls.php
Sets the stroke colour
_set_stroke_color
PDFLib_Adapter::_set_stroke_color() in pdflib_adapter.cls.php
Sets the line color
__autoload
__autoload() in dompdf_config.inc.php
Default __autoload() function
__construct
Style::__construct() in style.cls.php
Class constructor
__construct
Stylesheet::__construct() in stylesheet.cls.php
The class constructor.
__construct
Frame_Tree::__construct() in frame_tree.cls.php
Class constructor
__construct
DOMPDF::__construct() in dompdf.cls.php
Class constructor
__construct
PDFLib_Adapter::__construct() in pdflib_adapter.cls.php
Class constructor
__construct
CPDF_Adapter::__construct() in cpdf_adapter.cls.php
Class constructor
__construct
DOMPDF_Exception::__construct() in dompdf_exception.cls.php
Class constructor
__construct
Frame::__construct() in frame.cls.php
__construct
DOMPDF_Internal_Exception::__construct() in dompdf_internal_exception.cls.php
Class constructor
__DEFAULT_STYLESHEET
__DEFAULT_STYLESHEET in stylesheet.cls.php
The location of the default built-in CSS file.
__DOMPDF_FONT_CACHE_FILE
__DOMPDF_FONT_CACHE_FILE in font_metrics.cls.php
Name of the font cache file
__get
Style::__get() in style.cls.php
PHP5 overloaded getter
__set
Style::__set() in style.cls.php
PHP5 overloaded setter
__toString
Stylesheet::__toString() in stylesheet.cls.php
dumps the entire stylesheet as a string
__toString
Frame::__toString() in frame.cls.php
__toString
Style::__toString() in style.cls.php
Generate a string representation of the Style
a b c d e f g h i l m n o p r s t u y _