Freigeben über


Authors-Klasse

Authors.When the object is serialized out as xml, its qualified name is x:authors.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.Authors

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Author))> _
Public Class Authors _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Authors
[ChildElementInfoAttribute(typeof(Author))]
public class Authors : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Author <x:author>

[ISO/IEC 29500-1 1. Ausgabe]

18.7.2 authors (Authors)

This element is a container that holds a list of comment author names. There can be many comment authors per sheet, but each author name shall be unique per sheet. The information for each author is stored only once for that sheet, and comments refer to the author by zero based index.

Note that there can be multiple lists of authors per workbook since each sheet contains its own comments part, and each comments part defines a list of authors for comments on that sheet.

Parent Elements

comments (§18.7.6)

Child Elements

Subclause

author (Author)

§18.7.1

[Note: The W3C XML Schema definition of this element's content model (CT_Authors) is located in §A.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

Authors-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace