Freigeben über


Entry-Klasse

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

Vererbungshierarchie

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Entry-Member

DocumentFormat.OpenXml.Vml.Office-Namespace