PreviousSectionProperties.RsidRPr Property
Physical Section Mark Character Revision ID.Represents the attribte in schema: w:rsidRPr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rsidRPr")> _
Public Property RsidRPr As HexBinaryValue
Get
Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As HexBinaryValue
value = instance.RsidRPr
instance.RsidRPr = value
[SchemaAttrAttribute(, "rsidRPr")]
public HexBinaryValue RsidRPr { get; set; }
Property Value
Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type.
See Also
Reference
PreviousSectionProperties Class