<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.office.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx</link><description>Intro: What's a Style In Word, a style defines a set of formatting properties that are indirectly applied to characters, paragraphs, list, or tables. Instead of directly applying bold, then 14 point font, and then red to text, you can use a style to indirectly</description><dc:language>en-US</dc:language><generator>Telligent Community 1.5.134.15456 (Build: 5.5.134.15456)</generator><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#25385</link><pubDate>Mon, 18 Apr 2011 19:14:59 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:25385</guid><dc:creator>BorkPia</dc:creator><description>&lt;p&gt;When I change the spacing *before* in the Document Default the text in a table changes. So I cannot use Document Default to have my text outside a table with other spacings than inside a table. Only spacing after and line spacing can be different inside and outside a table.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=25385" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12159</link><pubDate>Wed, 12 Nov 2008 21:20:34 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12159</guid><dc:creator>wrdblog</dc:creator><description>&lt;p&gt;Hi Domen – It sounds like you want to create a set of Styles for you company and that you want these Styles to ‘ignore’ any changes made to the Doc Defaults. Try the following macro after creating the Style Set you’d like your company to use: Sub setQuickStyleSetAsDefault() &amp;#39; open template as a document for editing Dim doc As Document Set doc = NormalTemplate.OpenAsDocument &amp;#39; apply a quick style set to the template doc.ApplyQuickStyleSet (&amp;quot; &amp;quot;) &amp;#39; save the template and close doc.Close (wdSaveChanges)&lt;/p&gt;
&lt;p&gt;End Sub - Jonathan Bailor (MS)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12159" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12160</link><pubDate>Mon, 10 Nov 2008 11:39:21 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12160</guid><dc:creator>Domen Ferbar</dc:creator><description>&lt;p&gt;Thank you for a great post. What I want to do is to enable users to set new company document style and defaults on existing documents. Setting styles i can do, but how to reset document defaults. I don&amp;#39;t want users messing with the dialog box and setting three properties in the dialog box for every existing document. So the question is: how do I access document defaults via macro? Macro recording ends up empty? Any other option? Sincerely, Domen Ferbar&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12160" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12161</link><pubDate>Mon, 27 Oct 2008 22:51:29 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12161</guid><dc:creator>wrdblog</dc:creator><description>&lt;p&gt;Hi PamC - The hierarchy is not new. The control that you have around Document Defaults is. My next post will talk more about Normal vs. Document Defaults. Let me know if it helps. Regarding char styles: There is no direct relationship between a “char” (or “para”) style appearing and problems with other styles; the only way that they would interact is if the linked styles were defined as part of the “based on” style hierarchy. That being said, we hear you pain and have fixed some bugs around this in recent patches [i.e. please make sure and your teammates are up to date with Microsoft Updates]. The issue you are seeing is possibly the result of someone who has worked on the document using an un-patched version. - Jonathan Bailor (MS)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12161" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12162</link><pubDate>Sat, 25 Oct 2008 18:52:08 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12162</guid><dc:creator>Pam Caswell</dc:creator><description>&lt;p&gt;Thank you for this post. I&amp;#39;m a happy W2007 user but still have to use W2003 in my business. Word 2003, at least with table styles, does not seem to follow your hierarchy. Is it new or revised for W2007? Also, when an unlinked style (char) is present, all bets are off. Can you tell us how and why a the presence of a char style, say Header char, can affect the seemingly unrelated style Caption and even affect the grid lines of table using table styles? PamC&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12162" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12163</link><pubDate>Wed, 22 Oct 2008 01:48:22 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12163</guid><dc:creator>wrdblog</dc:creator><description>&lt;p&gt;Hi Ilya – Great question. To really answer your question, I need more than this plain text comment field will allow. So if it’s ok with you, I’d like to answer your question in a future post on the Format Tracking feature within the Styles Manager. -Jonathan Bailor (MS)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12163" width="1" height="1"&gt;</description></item><item><title>re: BEHIND THE CURTAIN: STYLES’ ORDER OF OPERATIONS</title><link>http://blogs.office.com/b/microsoft-word/archive/2008/10/16/behind-the-curtain-styles-order-of-operations.aspx#12164</link><pubDate>Sat, 18 Oct 2008 20:36:40 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:12164</guid><dc:creator>Ilya</dc:creator><description>&lt;p&gt;Jonathan, Great post. Hey, what happens to cause the default styles to get, ughm...overwritten. That&amp;#39;s a big problem that I see with our documents due to, what I can only image, activities of some of our pretty ignorant (of these matters) users. We deal with templates for documents with our own style set. Let&amp;#39;s call the default style CustomStyle. We also copy / paste good portions of documents as they are reused. Through this, after we do this, the CustomStyle disappears from the Style list (to complicate matters, we use 2003 predominantly, but I&amp;#39;m sure it&amp;#39;s similar in 2007), and there is a plethora of things like CustomStyle + 12pt, CustomStyle + Red, etc. - in the style &amp;quot;gallery.&amp;quot; So, every time a user modifies a formatting of a paragraph with style applied - probably through not knowing how to work with styles properly - it seems like a new style is added; what&amp;#39;s worse - the original style is &amp;quot;deleted&amp;quot; - my guess, modified. So the question is how / why does it happen and how to avoid it. Bonus question is - how to reverse it (probably, very very difficult). Thanks in advance, Ilya&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=12164" width="1" height="1"&gt;</description></item></channel></rss>