Page 1 of 1

[WORD] - Extract data from a file - with style

PostPosted: Thu Feb 05, 2015 12:42 am
by marcel_cap
Hello,

I've read that it was possible to extract date from a docx file, by selecting data by their style.

Example :
Get all String with the "title1" word style.

I do not find it anymore.

Is it possible ?
Is there a example anywhere ?

Thanks,

Re: [WORD] - Extract data from a file - with style

PostPosted: Thu Feb 05, 2015 11:37 am
by jason
XPath or traversal.

I tend to do such things by traversing.

If style2 is based on title1 style, do you want to match style2 as well?