Rsids Class
Listing of All Revision Save ID Values.When the object is serialized out as xml, its qualified name is w:rsids.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.Rsids
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(RsidRoot))> _
<ChildElementInfoAttribute(GetType(Rsid))> _
Public Class Rsids _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As Rsids
[ChildElementInfoAttribute(typeof(RsidRoot))]
[ChildElementInfoAttribute(typeof(Rsid))]
public class Rsids : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
RsidRoot <w:rsidRoot>
Rsid <w:rsid>
[ISO/IEC 29500-1 редакция 1]
17.15.1.72 rsids (Listing of All Revision Save ID Values)
This element specifies the set of revision save ID values for the current document. Revision save ID values refer to four digit hexadecimal values which uniquely identify an editing session in the life of the current document. An editing session is the period of time between two subsequent save operations by an application.
[Guidance: The set of revision save IDs stored with a document only supplies information about the editing session in which document components were last saved, which can be used by applications in any manner desired. end guidance]
If this element is omitted, then no information is available about the set of revision save ID values for this document.
[Example: Consider a WordprocessingML document with the following information present in its document settings:
<w:rsids>
<w:rsidRoot w:val="00464813" />
<w:rsid w:val="00455AAB" />
<w:rsid w:val="00464813" />
<w:rsid w:val="00473403" />
</w:rsids>
The rsids element contains four child elements, specifying that the document was edited over four distinct editing sessions (i.e. it was saved three times). end example]
Parent Elements |
---|
settings (§17.15.1.78) |
Child Elements |
Subclause |
---|---|
rsid (Single Session Revision Save ID) |
§17.15.1.70 |
rsidRoot (Original Document Revision Save ID) |
§17.15.1.71 |
[Note: The W3C XML Schema definition of this element's content model (CT_DocRsids) is located in §A.1. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.