Entry Class

Regroup Entry.When the object is serialized out as xml, its qualified name is o:entry.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Vml.Office.Entry

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class Entry _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As Entry
public class Entry : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 1st Edition]

14.2.2.9 entry (Regroup Entry)

This element specifies a single entry in a regrouptable (§14.2.2.23). Each entry is a pair mapping a current regroupid value to an old one. This is used to restore regrouping information on the regrouped object. A value of zero indicates no previous group.

[Example: The zero value of the old attribute indicates that if the shapes with regroupid 1 are regrouped, the restored group was not previously grouped with any other shapes:

<o:regrouptable v:ext="edit">
  <o:entry new="1" old="0"/>
</o:regrouptable>

end example]

Parent Elements

regrouptable (§14.2.2.23)

Attributes

Description

new (New Group ID)

Specifies the ID of the new group. Default is 0.

The possible values for this attribute are defined by the W3C XML Schema int datatype.

old (Old Group ID)

Specifies the ID of the old group. Default is 0.

The possible values for this attribute are defined by the W3C XML Schema int datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_Entry) is located in §A.6.2. end note]

© ISO/IEC29500: 2008.

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.

See Also

Reference

Entry Members

DocumentFormat.OpenXml.Vml.Office Namespace