Return-Path: Delivered-To: apmail-jakarta-poi-dev-archive@apache.org Received: (qmail 70044 invoked from network); 8 Aug 2003 18:37:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 Aug 2003 18:37:44 -0000 Received: (qmail 5812 invoked by uid 97); 8 Aug 2003 18:40:26 -0000 Delivered-To: qmlist-jakarta-archive-poi-dev@nagoya.betaversion.org Received: (qmail 5805 invoked from network); 8 Aug 2003 18:40:25 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 8 Aug 2003 18:40:25 -0000 Received: (qmail 69867 invoked by uid 500); 8 Aug 2003 18:37:41 -0000 Mailing-List: contact poi-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Developers List" Reply-To: "POI Developers List" Delivered-To: mailing list poi-dev@jakarta.apache.org Received: (qmail 69850 invoked from network); 8 Aug 2003 18:37:41 -0000 Received: from ausmtp02.au.ibm.com (202.81.18.187) by daedalus.apache.org with SMTP; 8 Aug 2003 18:37:41 -0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp02.au.ibm.com (8.12.9/8.12.9) with ESMTP id h78Ic2nJ020164 for ; Sat, 9 Aug 2003 04:38:02 +1000 Received: from d23m0178.in.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.9/NCO/VER6.5) with ESMTP id h78IbfHR091892 for ; Sat, 9 Aug 2003 04:37:42 +1000 To: "POI Developers List" MIME-Version: 1.0 Subject: Re: PlexofCps implementation X-Mailer: Lotus Notes Release 5.0.11 July 24, 2002 Message-ID: From: Praveen Mathew Date: Sat, 9 Aug 2003 00:09:17 +0530 X-MIMETrack: Serialize by Router on d23m0178/23/M/IBM(Release 6.0.1 [IBM]|May 16, 2003) at 08/09/2003 00:09:20, Serialize complete at 08/09/2003 00:09:20 Content-Type: multipart/alternative; boundary="=_alternative 00665BF465256D7C_=" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 00665BF465256D7C_= Content-Type: text/plain; charset="us-ascii" But I see that the algorithms given in the Spec like Algorithm to determine the bounds of a paragraph containing a certain character in a complex file Algorithm to determine paragraph properties for a paragraph in a complex file all refers to the Fc , ie to get the PAP or CHP of a particular character you have to track its Fc & using this Fc you have to get the Papx or Chpx.. I am bit confused to arrive at a way to do this. Thanks & Regards Praveen Praveen Mathew IBM Software Labs,Airport Road, Bangalore - 560 017,India. Ph : +91- 80 - 504 4609 (Direct) +91 - 80 - 5262355 Extn: 3609 Email: prmathew@in.ibm.com "Ryan Ackley" 08/08/2003 23:53 Please respond to "POI Developers List" To: "POI Developers List" cc: Subject: Re: PlexofCps implementation PlexOfCps is more of a utility structure for reading and writing from the file. We are not concerned with FCs anyway, we only care about CPs because FCs are based on file locations and the file location may change. How is everything going? I am currently working on Tables and Lists. Ryan > Hi Ryan, > According to spec: > Algorithm to determine the bounds of a paragraph containing a certain > character in a complex file > When a document is recorded in non-complex format, the bounds of the > paragraph that contains a particular character can be found by calculating > the FC coordinate of the character, searching the bin table to find an FKP page > that describes that FC, fetching that FKP, and then searching the FKP to find the interval in > the rgfc that encloses the character. The bounds of the interval are the fcFirst > and fcLim of the containing paragraph. Every character greater than or > equal to fcFirst and less than fcLim is part of the containing paragraph. > > Going by the above explanation we need to search the bintable for the Fc > of a particular character. But in our current implementation we dont have > a field for "rgFc" in PlexOfCps Class. For any PlexOfCps like plcfPcd this is required to get the Fc of a character. > But we have that in the PropertyNode class as Start & End fields. Should > we have the field "rgFc" in PlexOfCps so that it Resembles the actual > dataStructure?? --------------------------------------------------------------------- To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/ --=_alternative 00665BF465256D7C_=--