CustomPart Properties

The CustomPart type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleContentType
Specifies the content type of this custom part.
Public propertyCode exampleData
Contains the data of this custom part.
Public propertyCode exampleIsExternal
False if this custom part is stored inside the OOXML package. True if this custom part is an external target.
Public propertyCode exampleName
Gets or sets this part's absolute name within the OOXML package or the target URL.
Public propertyCode exampleRelationshipType
Gets or sets the relationship type from the parent part to this custom part.
See Also