Compartir a través de


ListStyle.DefaultParagraphProperties Property

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

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

Syntax

'Declaración
Public Property DefaultParagraphProperties As DefaultParagraphProperties
    Get
    Set
'Uso
Dim instance As ListStyle
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

ListStyle Class

ListStyle Members

DocumentFormat.OpenXml.Drawing Namespace