AuthorList class

Office 2013 and later

Contributors List. When the object is serialized out as xml, its qualified name is b:Author.

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

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

Author (Contributors List)

This element specifies the contributors to the source. [Example:

<b:Author>
  <b:Author>
    <b:NameList>
      <b:Person>
        <b:Last>
Rothschiller</b:Last>
        <b:First>
Chad</b:First>
      </b:Person>
    </b:NameList>
  </b:
Author>
  <b:Editor>
    <b:NameList>
      <b:Person>
        <b:Last>
Jaeschke</b:Last>
        <b:First>
Rex</b:First>
      </b:Person>
    </b:NameList>
  </b:
Editor>
  <b:Translator>
    <b:NameList>
      <b:Person>
        <b:Last>
Davis</b:Last> 
        <b:First>
Tristan</b:First> 
      </b:Person>
    </b:NameList>
  </b:
Translator>
</b:Author>

end example]

Parent Elements

Source (§22.6.2.59)

Child Elements

Subclause

Artist (Artist)

§22.6.2.3

Author (Author)

§22.6.2.5

BookAuthor (Book Author)

§22.6.2.6

Compiler (Compiler)

§22.6.2.14

Composer (Composer)

§22.6.2.15

Conductor (Conductor)

§22.6.2.16

Counsel (Counsel)

§22.6.2.19

Director (Director)

§22.6.2.25

Editor (Editor)

§22.6.2.28

Interviewee (Interviewee)

§22.6.2.33

Interviewer (Interviewer)

§22.6.2.34

Inventor (Inventor)

§22.6.2.35

Performer (Performer)

§22.6.2.48

ProducerName (Producer Name)

§22.6.2.51

Translator (Translator)

§22.6.2.69

Writer (Writer)

§22.6.2.74

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

© ISO/IEC29500: 2008.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: