Ok-i. Time is a rare resource.- Ink2006/9/25, Bruno Lowagie (iText) <[EMAIL PROTECTED]>:
ing erl wrote:> Hello Bruno!>> Well, my knowledge is Java - not HTML and CSS.>> But I would like to achieve what was done in the example which I first> mentioned:>Cell invoiceOrganizationNumber = new Cell(
ing erl wrote:
> Hello Bruno!
>
> Well, my knowledge is Java - not HTML and CSS.
>
> But I would like to achieve what was done in the example which I first
> mentioned:
>Cell invoiceOrganizationNumber = new Cell(
> invoice.getOrganizationNumber() );
>
> invoiceOrganizationNum
Hello Bruno!Well, my knowledge is Java - not HTML and CSS.But I would like to achieve what was done in the example which I first mentioned: Cell invoiceOrganizationNumber = new Cell(
invoice.getOrganizationNumber() ); invoiceOrganizationNumber.setHorizontalAlignment(Cell.ALIGN_RIGHT
ing erl wrote:
> Hello,
>
> So today, one is not able to generate an HTML with a CSS.
I think we are not talking about the same subject.
If you declare a CSS, it is added to the header of the HTML.
From then on, you can use class names declared in the CSS.
Period.
You are talking about somethin
Hello,So today, one is not able to generate an HTML with a CSS.if I am looking at old-tutorials, where are the new ones ?Best regards, Ink2006/9/25, Bruno Lowagie (iText) <
[EMAIL PROTECTED]>:ing erl wrote:> Any suggestions on how to reach the .small property in my CSS-file '
> myStyles.css'.Exampl
Hello!Checking the example at http://www.lowagie.com/iText/examples/Chap0708.javaBut having problems with the .setMarkupAttribute(MarkupTags.CLASS
, "small");I am starting with the following line:document.add(new Header(MarkupTags.HTML_VALUE_CSS , "myStyles.css"));I try the following:
ing erl wrote:
> Any suggestions on how to reach the .small property in my CSS-file '
> myStyles.css'.
Examples structured ChapXXYY.java come from the old tutorial.
These examples are obsolete. You are using functionality that
was contributed, but never finished.
They work for HTML of course, be