Home
last modified time | relevance | path

Searched refs:CSSPropertyHandler (Results 26 – 44 of 44) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.orphans.inc.php3 class CSSOrphans extends CSSPropertyHandler {
5 $this->CSSPropertyHandler(true, false);
H A Dcss.property.handler.class.php3 class CSSPropertyHandler { class
23 function CSSPropertyHandler($inheritable, $inheritable_text) { function in CSSPropertyHandler
H A Dcss.pseudo.align.inc.php10 class CSSPseudoAlign extends CSSPropertyHandler {
11 function CSSPseudoAlign() { $this->CSSPropertyHandler(true, true); }
H A Dcss.pseudo.localalign.inc.php8 class CSSLocalAlign extends CSSPropertyHandler {
9 function CSSLocalAlign() { $this->CSSPropertyHandler(false, false); }
H A Dcss.pseudo.table.border.inc.php6 class CSSPseudoTableBorder extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(true, false);
H A Dcss.width.inc.php7 class CSSCompositeWidth extends CSSPropertyHandler {
9 $this->CSSPropertyHandler(false, false);
H A Dcss.word-spacing.inc.php4 class CSSWordSpacing extends CSSPropertyHandler {
8 $this->CSSPropertyHandler(false, true);
H A Dcss.z-index.inc.php3 class CSSZIndex extends CSSPropertyHandler {
5 $this->CSSPropertyHandler(false, false);
H A Dcss.background.inc.php6 class CSSBackground extends CSSPropertyHandler {
24 $this->CSSPropertyHandler(true, false);
H A Dcss.content.inc.php61 class CSSContent extends CSSPropertyHandler {
63 $this->CSSPropertyHandler(false, false);
H A Dcss.display.inc.php4 class CSSDisplay extends CSSPropertyHandler {
5 function CSSDisplay() { $this->CSSPropertyHandler(false, false); }
H A Dcss.font.inc.php36 class CSSFont extends CSSPropertyHandler {
40 $this->CSSPropertyHandler(true, true);
H A Dcss.height.inc.php6 class CSSHeight extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(true, false);
H A Dcss.html2ps.html.content.inc.php6 class CSSHTML2PSHTMLContent extends CSSPropertyHandler {
8 $this->CSSPropertyHandler(false, false);
H A Dcss.html2ps.pixels.php3 class CSSHTML2PSPixels extends CSSPropertyHandler {
5 $this->CSSPropertyHandler(false, false);
H A Dcss.margin.inc.php5 class CSSMargin extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(false, false);
H A Dcss.max-height.inc.php6 class CSSMaxHeight extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(true, false);
H A Dcss.padding.inc.php5 class CSSPadding extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(false, false);
H A Dcss.page.inc.php4 class CSSPage extends CSSPropertyHandler {
6 $this->CSSPropertyHandler(true, true);

12