PreviousSectionProperties.RsidR Property
Section Addition Revision ID.Represents the attribte in schema: w:rsidR
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "rsidR")> _
Public Property RsidR As HexBinaryValue
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As HexBinaryValue
value = instance.RsidR
instance.RsidR = value
[SchemaAttrAttribute(, "rsidR")]
public HexBinaryValue RsidR { 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 section mark for this section was added to the document.
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