Style.SemiHidden Property

Hide Style From Main User Interface.Represents the element tag in schema: w:semiHidden

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SemiHidden As SemiHidden
    Get
    Set
'Usage
Dim instance As Style
Dim value As SemiHidden

value = instance.SemiHidden

instance.SemiHidden = value
public SemiHidden SemiHidden { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.SemiHidden

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace