TextElement.ParagraphIndexRange Property

Paragraph Text Range.Represents the element tag in schema: p:pRg

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

Syntax

'Declaration
Public Property ParagraphIndexRange As ParagraphIndexRange
    Get
    Set
'Usage
Dim instance As TextElement
Dim value As ParagraphIndexRange

value = instance.ParagraphIndexRange

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ParagraphIndexRange
Returns ParagraphIndexRange.

See Also

Reference

TextElement Class

TextElement Members

DocumentFormat.OpenXml.Presentation Namespace