|
|
|
Tag ln
|
Tags Xml2Pdf
|
Tag literal
|
Tag stylesheet
Tag stylesheet
How to use the tag stylesheet ?
Guillaume Luchet, guillaume@geelweb.org
Copyright © 2006, Guillaume Luchet
BSD License
Tag stylesheet
The tag stylesheet is used to define styles.
Example :
<
stylesheet file=
"/home/guil/dev/src/php/xml2pdf/styleSheets/style.txt" />
<
text fontcolor=
'#808080' textalign=
'j'>
normal text <
b>
bold text!</
b> <
u>
underline text!</
u> <
i>
italic text</
i> <
b><
u><
i>
all in same time!</
i></
u></
b> <
br/><
red>
red text on new line</
red></
text>
the tag attributes are:
style sheet example:
/*
Define the styles tags usable in text tag.
property recognize
.tagName{
font-family: times;
font-style: BUI;
font-size: 8;
color: #000000;
indent: 0;
}
*/
.b{
}
.u{
}
.i{
}
.br{
indent: 2;
}
.red{
color:#ff0000;
}
|
|
|
Tag ln
|
Tags Xml2Pdf
|
Tag literal
|
Documentation generated on Wed, 11 Oct 2006 22:27:08 +0200 by phpDocumentor 1.3.0