TextListStyleType.DefaultParagraphProperties Property

Default Paragraph Style.Represents the element tag in schema: a:defPPr

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

Syntax

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

value = instance.DefaultParagraphProperties

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties
Returns DefaultParagraphProperties.

See Also

Reference

TextListStyleType Class

TextListStyleType Members

DocumentFormat.OpenXml.Presentation Namespace