CustomPart
Overview
CustomPart is a class in Aspose.Words FOSS for .NET.
Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard.
This class provides 1 method for working with CustomPart objects in .NET programs.
Available methods include: Clone.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: ContentType, Data, IsExternal, Name, RelationshipType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets this part’s absolute name within the OOXML package or the target URL. |
RelationshipType | string | Read/Write | Gets or sets the relationship type from the parent part to this custom part. |
IsExternal | bool | Read/Write | False if this custom part is stored inside the OOXML package. |
ContentType | string | Read/Write | Specifies the content type of this custom part. |
Data | byte[] | Read/Write | Contains the data of this custom part. |
Methods
| Signature | Description |
|---|---|
Clone() | Makes a “deep enough” copy of the object. |