Home
last modified time | relevance | path

Searched refs:CSSPropertyHandler (Results 1 – 25 of 44) sorted by path

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php6 class CSSBackground extends CSSPropertyHandler {
24 $this->CSSPropertyHandler(true, false);
H A Dcss.border.inc.php36 class CSSBorder extends CSSPropertyHandler {
40 $this->CSSPropertyHandler(false, false);
H A Dcss.bottom.inc.php27 class CSSBottom extends CSSPropertyHandler {
29 $this->CSSPropertyHandler(false, false);
H A Dcss.color.inc.php4 class CSSColor extends CSSPropertyHandler {
6 $this->CSSPropertyHandler(true, true);
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.html2ps.pseudoelements.inc.php8 class CSSHTML2PSPseudoelements extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(false, false);
H A Dcss.left.inc.php6 class CSSLeft extends CSSPropertyHandler {
8 $this->CSSPropertyHandler(false, false);
H A Dcss.letter-spacing.inc.php4 class CSSLetterSpacing extends CSSPropertyHandler {
8 $this->CSSPropertyHandler(false, true);
H A Dcss.list-style.inc.php6 class CSSListStyle extends CSSPropertyHandler {
14 $this->CSSPropertyHandler(true, true);
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.min-height.inc.php6 class CSSMinHeight extends CSSPropertyHandler {
10 $this->CSSPropertyHandler(true, false);
H A Dcss.orphans.inc.php3 class CSSOrphans extends CSSPropertyHandler {
5 $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);
H A Dcss.property.handler.class.php3 class CSSPropertyHandler { class
23 function CSSPropertyHandler($inheritable, $inheritable_text) { function in CSSPropertyHandler
H A Dcss.property.stringset.class.php3 class CSSPropertyStringSet extends CSSPropertyHandler {
8 $this->CSSPropertyHandler($inherit, $inherit_text);
H A Dcss.property.sub.class.php3 class CSSSubProperty extends CSSPropertyHandler {
H A Dcss.pseudo.align.inc.php10 class CSSPseudoAlign extends CSSPropertyHandler {
11 function CSSPseudoAlign() { $this->CSSPropertyHandler(true, true); }
H A Dcss.pseudo.cellpadding.inc.php4 class CSSCellPadding extends CSSPropertyHandler {
6 $this->CSSPropertyHandler(true, false);

12