StyleRunProperties.WebHidden Property
WebHidden.Represents the element tag in schema: w:webHidden
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Property WebHidden As WebHidden
Get
Set
'Применение
Dim instance As StyleRunProperties
Dim value As WebHidden
value = instance.WebHidden
instance.WebHidden = value
public WebHidden WebHidden { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.WebHidden