Level.ParagraphStyleIdInLevel Property

Paragraph Style's Associated Numbering Level.Represents the element tag in schema: w:pStyle

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

Syntax

'Declaration
Public Property ParagraphStyleIdInLevel As ParagraphStyleIdInLevel
    Get
    Set
'Usage
Dim instance As Level
Dim value As ParagraphStyleIdInLevel

value = instance.ParagraphStyleIdInLevel

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel

See Also

Reference

Level Class

Level Members

DocumentFormat.OpenXml.Wordprocessing Namespace