Paragraph.RsidParagraphAddition Property

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

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

Syntax

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

value = instance.RsidParagraphAddition

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

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

Paragraph Class

Paragraph Members

DocumentFormat.OpenXml.Wordprocessing Namespace