TextListStyleType.Level5ParagraphProperties Property

List Level 5 Text Style.Represents the element tag in schema: a:lvl5pPr

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

Syntax

'Declaration
Public Property Level5ParagraphProperties As Level5ParagraphProperties
    Get
    Set
'Usage
Dim instance As TextListStyleType
Dim value As Level5ParagraphProperties

value = instance.Level5ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties
Returns Level5ParagraphProperties.

See Also

Reference

TextListStyleType Class

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace