People class

Office 2013 and later

Defines the People Class. The root element of WordprocessingPeoplePart. When the object is serialized out as xml, its qualified name is w15:people.

Namespace:  DocumentFormat.OpenXml.Office2013.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

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

2.3.31 people

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

The people global element<18> is a CT_People (section 2.5.40) element that specifies contact information for each person who is the author of at least one comment or revision in the current document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="people" type="CT_People"/>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.40 CT_People

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: people

The CT_People complex type<40> specifies contact information for each person who is the author of at least one comment or revision in the current document.

Child Elements:

person: A CT_Person (section 2.5.41) element that specifies contact information for an author of at least one comment or revision in the current document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_People">

<xsd:sequence>

<xsd:element name="person" type="CT_Person" minOccurs="0" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

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: