TextListStyleType.Level1ParagraphProperties Property

List Level 1 Text Style.Represents the element tag in schema: a:lvl1pPr

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

Syntax

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

value = instance.Level1ParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties
Returns Level1ParagraphProperties.

See Also

Reference

TextListStyleType Class

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace