OPC_RELATIONSHIPS_SIGNING_OPTION enumeration (msopc.h)

Describes whether a reference represented by the IOpcSignatureRelationshipReference interface refers to all or a subset of relationships represented as relationship objects in a relationship set object.

Syntax

typedef enum __MIDL___MIDL_itf_msopc_0001_0076_0003 {
  OPC_RELATIONSHIP_SIGN_USING_SELECTORS = 0,
  OPC_RELATIONSHIP_SIGN_PART = 1
} OPC_RELATIONSHIPS_SIGNING_OPTION;

Constants

 
OPC_RELATIONSHIP_SIGN_USING_SELECTORS
Value: 0
The reference refers to a subset of relationships represented as relationship objects and identified using the IOpcRelationshipSelectorSet interface.
OPC_RELATIONSHIP_SIGN_PART
Value: 1
The reference refers to all of the relationships represented as relationship objects in the relationship set object.

Requirements

Requirement Value
Header msopc.h

See also

ECMA-376 OpenXML standard

External Resources

Getting Started with the Packaging API

IOpcSignatureRelationshipReference::GetRelationshipSigningOption

IOpcSignatureRelationshipReferenceSet::Create

Overviews

Packaging API Programming Guide

Packaging API Samples

Packaging Enumerations

Packaging Interfaces

Reference