Paragraph.RsidParagraphProperties Property

Revision Identifier for Paragraph Properties.Represents the attribte in schema: w:rsidP

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rsidP")> _
Public Property RsidParagraphProperties As HexBinaryValue
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As HexBinaryValue

value = instance.RsidParagraphProperties

instance.RsidParagraphProperties = value
[SchemaAttrAttribute(, "rsidP")]
public HexBinaryValue RsidParagraphProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

Paragraph Class

Paragraph Members

DocumentFormat.OpenXml.Wordprocessing Namespace