TextListStyleType.Level2ParagraphProperties Property

List Level 2 Text Style.Represents the element tag in schema: a:lvl2pPr

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

Syntax

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

value = instance.Level2ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties
Returns Level2ParagraphProperties.

See Also

Reference

TextListStyleType Class

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace