Hi Nick, I can get grpprlPapx from the listlevel class and apply it to the ParagraphSprmUncompressor. Also i can feed the paragraphProperties with the pragraph.cloneproperties method.Then what would be the offset value for the uncompressPaP method? and also can you tell me what would be the property in paragraphProperties object that i should look at?
Thank you, Randeel. On Fri, Oct 1, 2010 at 2:38 PM, Nick Burch <[email protected]> wrote: > On Fri, 1 Oct 2010, randeel wimalagunarathne wrote: > >> For example the distance from the bullet to the text "help" and also i >> need to know the distance between the bullet and the left margin of the >> document. >> >> Can you please help me with this? From what i have found it is in >> *grpprlPapx. >> > > These should largely all be decoded into the paragraph properties. > > Have a look at ParagraphSprmUncompressor, and ensure it has an entry for > the properties you've found hold your information. Then, grab the > ParagraphProperties for the Paragraph that corresponds to your list, and > fetch from there the decoded information that ParagraphSprmUncompressor read > out for you > > Finally, if you can, please submit a patch to then expose this in a > friendly way in the usermodel :) > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
