CustomFilePropertiesPart Members
Include Protected Members
Include Inherited Members
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Defines the CustomFilePropertiesPart class.
The CustomFilePropertiesPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomFilePropertiesPart | Initializes a new instance of the CustomFilePropertiesPart of the class. |
Top
Properties
Name | Description | |
---|---|---|
ContentType | Gets the ContentType. (Overrides OpenXmlPart.ContentType.) | |
ExternalRelationships | Enumerates all external relationships. (Inherited from OpenXmlPartContainer.) | |
OpenXmlPackage | Defines the OpenXmlPackage that contains this part. (Inherited from OpenXmlPart.) | |
Parts | Enumerates all parts that are relationship targets of this part. (Inherited from OpenXmlPartContainer.) | |
RelationshipType | Gets the RelationshipType. (Overrides OpenXmlPart.RelationshipType.) | |
TargetFileExtension | Defines the file extension to be used for the part in the package. (Inherited from OpenXmlPart.) | |
TargetName | Gets the TargetName. (Overrides OpenXmlPart.TargetName.) | |
TargetPath | Gets the TargetPath. (Overrides OpenXmlPart.TargetPath.) | |
Uri | Defines the internal part path in the package. (Inherited from OpenXmlPart.) |
Top
Methods
Name | Description | |
---|---|---|
AddAnnotation | Adds an object to the annotation list of this PartContainer. (Inherited from OpenXmlPartContainer.) | |
AddExtendedPart(String, String, String) | Adds an extended part as an application specific part. (Inherited from OpenXmlPartContainer.) | |
AddExtendedPart(String, String, String, String) | Adds an extended part as an application specific part. (Inherited from OpenXmlPartContainer.) | |
AddExternalRelationship(String, Uri) | Adds an external relationship. (Inherited from OpenXmlPartContainer.) | |
AddExternalRelationship(String, Uri, String) | Adds an external relationship. (Inherited from OpenXmlPartContainer.) | |
AddNewPart<T>() | Adds a new part of type T. (Inherited from OpenXmlPartContainer.) | |
AddNewPart<T>(String) | Adds a new part of type T. (Inherited from OpenXmlPartContainer.) | |
AddNewPart<T>(String, String) | Adds a new part of type T. (Inherited from OpenXmlPartContainer.) | |
AddPart<T>(T) | Adds the part to the document. Must use the returned part to open the part added to the document. (Inherited from OpenXmlPartContainer.) | |
AddPart<T>(T, String) | Adds the part to the document with a given relationship identifier (ID). Must use the returned part to operate the part added to the document. (Inherited from OpenXmlPartContainer.) | |
Annotation(Type) | Gets the first annotation object of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.) | |
Annotation<T>() | Gets the first annotation object of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.) | |
Annotations(Type) | Gets a collection of annotations of the specified type for this PartContainer. (Inherited from OpenXmlPartContainer.) | |
Annotations<T>() | Gets a collection of annotations of the specified type for this PartContainer. (Inherited from OpenXmlPartContainer.) | |
DeleteExternalRelationship | Deletes the external relationship. (Inherited from OpenXmlPartContainer.) | |
DeletePart(String) | Deletes the specified child part from this part. (Inherited from OpenXmlPartContainer.) | |
DeletePart(OpenXmlPart) | Deletes a specified part in the package root layer. (Inherited from OpenXmlPartContainer.) | |
DeleteParts<T> | Deletes all the parts in the passed-in collection. (Inherited from OpenXmlPartContainer.) | |
Equals | (Inherited from Object.) | |
FeedData | Feeds data into the part stream. The stream of the part will be truncated at first. (Inherited from OpenXmlPart.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetIdOfPart | Gets the relationship ID of the part. (Inherited from OpenXmlPartContainer.) | |
GetParentParts | Enumerates all parents that reference this part anywhere in the document. (Inherited from OpenXmlPart.) | |
GetPartById | Gets the child part through the relationship ID. (Inherited from OpenXmlPartContainer.) | |
GetPartsCountOfType<T> | Gets the count of all parts in type T. (Inherited from OpenXmlPartContainer.) | |
GetPartsOfType<T>() | Enumerates all the child parts of the specified type "T" of this part. (Inherited from OpenXmlPartContainer.) | |
GetPartsOfType<T>(ICollection<T>) | Gets all the child parts of the specified type "T" into "partCollection" of this part. (Inherited from OpenXmlPartContainer.) | |
GetStream() | Returns the part content data stream. (Inherited from OpenXmlPart.) | |
GetStream(FileMode) | Returns the content stream opened in a specified I/O FileMode. (Inherited from OpenXmlPart.) | |
GetStream(FileMode, FileAccess) | Returns the part content stream opened with a specified FileMode and FileAccess. (Inherited from OpenXmlPart.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveAnnotations(Type) | Removes the annotations of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.) | |
RemoveAnnotations<T>() | Removes the annotations of the specified type from this PartContainer. (Inherited from OpenXmlPartContainer.) | |
ThrowIfObjectDisposed | Tests whether the object is already disposed. (Inherited from OpenXmlPart.) | |
ToString | (Inherited from Object.) | |
ValidateXml(String, ValidationEventHandler) | Validates the XML content of the part according to the specified schema. (Inherited from OpenXmlPart.) | |
ValidateXml(XmlSchemaSet, ValidationEventHandler) | Validates the XML content of the part according to the specified schema. (Inherited from OpenXmlPart.) |
Top
Fields
Name | Description | |
---|---|---|
ContentTypeConstant | Defines the fixed value of the ContentType. | |
RelationshipTypeConstant | Defines the fixed value of the RelationshipType. | |
TargetNameConstant | Defines the fixed value of the TargetName. | |
TargetPathConstant | Defines the fixed value of the TargetPath. |
Top