TextListStyleType.Level3ParagraphProperties Property

List Level 3 Text Style.Represents the element tag in schema: a:lvl3pPr

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

Syntax

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

value = instance.Level3ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties
Returns Level3ParagraphProperties.

See Also

Reference

TextListStyleType Class

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace