Share via


Properties.Paragraphs Property

Total Number of Paragraphs.Represents the element tag in schema: ap:Paragraphs

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

Syntax

'Declaration
Public Property Paragraphs As Paragraphs
    Get
    Set
'Usage
Dim instance As Properties
Dim value As Paragraphs

value = instance.Paragraphs

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

Property Value

Type: DocumentFormat.OpenXml.ExtendedProperties.Paragraphs
Returns Paragraphs.

See Also

Reference

Properties Class

Properties Members

DocumentFormat.OpenXml.ExtendedProperties Namespace