You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/07/21 12:29:37 UTC

DO NOT REPLY [Bug 30603] New code for header and footer in POI.HWPF

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





--- Comment #5 from dnapoletano <do...@exprivia.it>  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org