Style.CustomStyle Property

User-Defined Style.Represents the attribte in schema: w:customStyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "customStyle")> _
Public Property CustomStyle As OnOffValue
    Get
    Set
'Usage
Dim instance As Style
Dim value As OnOffValue

value = instance.CustomStyle

instance.CustomStyle = value
[SchemaAttrAttribute(, "customStyle")]
public OnOffValue CustomStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace