customPr

advertisement

1

2

3

4

5

6

7

8

Ошибка! Используйте вкладку "Главная" для применения Heading 1,h1,Level 1 Topic Heading к тексту,

который должен здесь отображаться. - Ошибка! Используйте вкладку "Главная" для применения

Heading 2,h2,Level 2 Topic Heading,H2 к тексту, который должен здесь отображаться.

customPr (Custom Property)

The custom property element provides a mechanism to store name/value pairs of arbitrary user-defined data.

The name is stored in the attribute name, the arbitrary data is stored in the binary part referenced by the relationshipId.

[Note: There is nothing in the binary part except the arbitrary data itself.

Custom XML Data Properties provide a preferred mechanism for storing arbitrary data. The customPr supports legacy third-party document components, as well as those situations that have a stringent need for binary parts. end note]

Parent Elements

9 customProperties (§Ошибка! Источник ссылки не найден.)

Attributes Description id (Relationship Id)

Namespace:

.../officeDocument/

2006/relationships

This relationship references the binary part containing the specified custom properties.

The possible values for this attribute are defined by the ST_RelationshipId simple type

Ошибка! Источник ссылки не найден.). name (Custom

Property Name)

Name of the custom property

The possible values for this attribute are defined by the ST_Xstring simple type

Ошибка! Источник ссылки не найден.).

10

11

12

13

14

The following XML Schema fragment defines the contents of this element:

<complexType name ="CT_CustomProperty">

<attribute name =" name " type=" ST_Xstring " use="required"/>

<attribute ref="r:id" use="required"/>

</complexType>

Download