OPC_RELATIONSHIPS_SIGNING_OPTION enumeration
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 { OPC_RELATIONSHIP_SIGN_USING_SELECTORS = 0, OPC_RELATIONSHIP_SIGN_PART = 1 } OPC_RELATIONSHIPS_SIGNING_OPTION;
Constants
- OPC_RELATIONSHIP_SIGN_USING_SELECTORS
-
The reference refers to a subset of relationships represented as relationship objects and identified using the IOpcRelationshipSelectorSet interface.
- OPC_RELATIONSHIP_SIGN_PART
-
The reference refers to all of the relationships represented as relationship objects in the relationship set object.
Requirements
|
Header |
|
|---|---|
|
IDL |
|
See also
- Packaging Enumerations
- Overviews
- Getting Started with the Packaging API
- Packaging API Programming Guide
- Reference
- IOpcSignatureRelationshipReference::GetRelationshipSigningOption
- IOpcSignatureRelationshipReferenceSet::Create
- Packaging Interfaces
- Packaging API Samples
- External Resources
- ECMA-376 OpenXML standard