https://issues.apache.org/bugzilla/show_bug.cgi?id=30603





--- Comment #5 from dnapoletano <[EMAIL PROTECTED]>  2008-07-21 03:29:37 PST ---
(In reply to comment #4)
> (In reply to comment #1)
> > Created an attachment (id=12396)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=12396) [edit] 
[details]
> > code
> 
> Dear Tim,
> I have imported your code for the Footer but it raises an error: in
> if (this.getParagraph(Start).getTabList().length==0)
> Method getTabList undefined for the type Paragraph.
> I am using POI 3.0
> Cheers
> Robert

To compile this code, if getTabsList().length refers (maybe?) to list of tabs
in paragraph, could it be replaced with

cloneProperties().getRgdxatab().length

which contains the length of tab positions (and then of tabs)?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to