Version

StyleId Property (RunNode)

Gets or sets the id of character style that is to be applied to the run. Default value is null.
Syntax
'Declaration
 
Public Property StyleId As String
public string StyleId {get; set;}
Remarks

StyleId identifies the CharacterStyle instance in the document's DocumentRootNode.Styles set. If such a CharacterStyle doesn't exist in the styles collection then this property is ignored.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also