Sjoerd van Loon
Software Engineer
Infoland BV
The Netherlands
Hi Sjoerd,
Thanks for your inquiry.
You're correct that there is currently no way to detect this. Your request for this feature has been logged. We will inform you when this is ready.
Thanks,
Hi Adam,
Hi
Thanks for your request. Unfortunately, at the moment we cannot provide you a reliable estimate. Our developers should investigate and schedule the issue. We will let you know once the issue is resolved or we have more information regarding this feature.
Best regards,
Hi
Thanks for your request. Unfortunately, the issue is still pending for analysis. We will keep you informed regarding status of this issue and let you know once it resolved.
Best regards,
Hi
Hi Sjoerd,
Thanks for your inquiry.
I believe the styles in the quick style gallery are stored within the document itself e.g inside styles.xml of a DOCX document so there should still be a way to retrieve this property.
Also note that on my machine the Quick styles folder within my User account is empty.
Thanks,
Hi Adam,
Hi
Thanks for your request and useful information. Actually, in DOCX documents you can mark a particular style as “important” style for the current document. You can do this by setting qFormat property. In this case, style is treated as particularly important for the current document, and this information is used by MS Word. Such styles are usually displayed in “Quick Styles” gallery.
So, if you need to show some style in “Quick Styles” gallery, you need to do the following:
1. Remove qFormat option from all styles defined in the document.
2. Set this option only for styles that you would like to see in “Quick Styles” gallery, just like shown below:
<w:style w:type="paragraph" w:customStyle="1" w:styleId="Style1">
<w:name w:val="Style1" />
<w:basedOn w:val="Normal" />
<w:qFormat />
<w:link w:val="Style1Char" />
<w:rsid w:val="004E5B87" />
<w:rPr>
<w:b />
<w:bCs />
</w:rPr>
</w:style>
Hope this helps you to achieve what you need.
But you should note that qFormat option can be omitted, in this case all styles are treated as usual styles and “Quick Styles” gallery is filled by “important” styles defined in template attached to the current document or in the default template.
Best regards,
Hi Alexey,
Hi
Thanks for your request. Yes, you understand correctly. Part of styles displayed in the “Quick Styles” gallery is from the current document and other part is from the template linked to this document.
For example, in the original document there are three styles with qFormat property set and in the template there are seven styles with qFormat property set. If you open your document in MS Word, you will see 10 styles in the “Quick Styles” gallery. First three will be from the current document and other from the template.
Best regards,
Hi,
Hi
Thanks for your request. Yes, it is possible to retrieve styles with qFormat attribute from the particular document. But eventually list of styles that appears in “Quick Styles” gallery also depends on styles defined in templates on the end-user’s PC.
Best regards,
The issues you have found earlier (filed as WORDSNET-4252) have been fixed in this .NET update and this Java update.
The issues you have found earlier (filed as WORDSNET-4252) have been fixed in this .NET update and this Java update.
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan