c# - Word interop - hiding styles -


I'm making a new style using Word Interop (in Word 2013). It works fine, but I want to hide the style from the user. Actually, I'm trying to do the same thing when you go to Styles dialog - & gt; Manage Style - & gt; Click the Recommended tab and hide button:

Enter image details here

Then, the style details look like this:

  font: (default) + headings (calibrary light), 12 pt, bold, before space: 6 pt, style: hidden , Priority: 100 on Base: Normal Low style: Normal   

Is this word possible using interop? I can change the style preference property (using the priority .NET interface property), but I can not add hidden assets. I tried to use the "reserved for internal use" hidden style, but he completely hides the style (even manage styles window), which is not me needed. visible and visibility property has no advantage.

Any idea is highly appreciated.

It seems that this is a previous asset, try setting the visibility = true.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -