Please tell me how can I access first block in my vsd file (VIsual block like process, document any) using HDGF of poi,
I am able to get trailerpointer, pointer stream etc. Please just give me a little idea, how to print content of pointer etc.... On Fri, Oct 1, 2010 at 2:08 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] > > -- Ravi Dhingra, +919929207457
