Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
WordprocessingML
»
How to check whether checkbox is checked or not from wordml?
How to check whether checkbox is checked or not from wordml?
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
1
Reply
0
Subscribers
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
WordprocessingML
How to check whether checkbox is checked or not from wordml?
rated by 0 users
This post has
1 Reply |
0
Followers
Nandu4u
40
Posted by
Nandu4u
on
Tue, Mar 2 2010 3:54 AM
rated by 0 users
Post Points: 20
How to check whether checkbox is checked or not from wordml?
Hi techie,
My task is using wordml and word2fo, i need to generate pdf files. when i use a checkbox in a word document and generate a wordml for that, i can c some data in base64 for w:fldChar tag. I couldn't able to find the whether the checkbox is checked or not using this base64 code generated. how to find the whether the checkbox is checked or not from wordml? Appreciate your help. Thanks in advance.
Ankush Bhatia
490
Posted by
Ankush Bhatia
on
Tue, Mar 2 2010 10:35 AM
rated by 0 users
Post Points: 5
Re: How to check whether checkbox is checked or not from wordml?
If you have inserated a form check box, the XML part you will see
==
==
In this XML you can check w:default
here is what the documentation syas about this
http://www.documentinteropinitiative.org/implnotes/ecma-376/02d7dc38-cda5-4660-ad6c-b6c0d96fb5f5.aspx
HTH
Ankush
Page 1 of 1 (2 items)