EmbeddedControlPersistencePart Members
Include Protected Members
Include Inherited Members
Defines the EmbeddedControlPersistencePart.
The EmbeddedControlPersistencePart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmbeddedControlPersistencePart | Construtor of EmbeddedControlPersistencePart |
Top
Properties
Name | Description | |
---|---|---|
ContentType | content type (MIME type) of the content data in the part. (Inherited from OpenXmlPart.) | |
DataPartReferenceRelationships | Enumerates all DataPartReferenceRelationship relationships. (Inherited from OpenXmlPartContainer.) | |
EmbeddedControlPersistenceBinaryDataParts | Gets the EmbeddedControlPersistenceBinaryDataParts of the EmbeddedControlPersistencePart. | |
ExternalRelationships | Enumerates all external relationships. Hyperlink relationships are not included, use HyperlinkRelationship property to enumerate hyperlink relationships. (Inherited from OpenXmlPartContainer.) | |
HyperlinkRelationships | Enumerates all hyperlink relationships. (Inherited from OpenXmlPartContainer.) | |
OpenXmlPackage | The OpenXmlPackage contains this part (Inherited from OpenXmlPart.) | |
Parts | Enumerates all parts which are relationship targets of this part. (Inherited from OpenXmlPartContainer.) | |
RelationshipType | Gets the RelationshipType. (Overrides OpenXmlPart.RelationshipType.) | |
RootElement | (Inherited from OpenXmlPart.) | |
Uri | 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.) | |
AddEmbeddedControlPersistenceBinaryDataPart(String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart. | |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) | Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart. | |
AddEmbeddedControlPersistenceBinaryDataPart(String, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart. | |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart. | |
AddExtendedPart(String, String, String) | Adds an extended part ( Application specific part ) (Inherited from OpenXmlPartContainer.) | |
AddExtendedPart(String, String, String, String) | Adds an extended part ( Application specific part ) (Inherited from OpenXmlPartContainer.) | |
AddExternalRelationship(String, Uri) | Adds external relationship. Do not add hyperlink relationships through this method. Use AddHyperlinkRelationship() instead. (Inherited from OpenXmlPartContainer.) | |
AddExternalRelationship(String, Uri, String) | Adds external relationship. Do not add hyperlink relationships through this method. Use AddHyperlinkRelationship() instead. (Inherited from OpenXmlPartContainer.) | |
AddHyperlinkRelationship(Uri, Boolean) | Adds a new hyperlink relationship. (Inherited from OpenXmlPartContainer.) | |
AddHyperlinkRelationship(Uri, Boolean, String) | Adds a new hyperlink 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 opertate the part added to the doucment (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 opertate the part added to the doucment (Inherited from OpenXmlPartContainer.) | |
Annotation(Type) | Get the first annotation object of the specified type from this PartContainer (Inherited from OpenXmlPartContainer.) | |
Annotation<T>() | Get 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.) | |
ChangeIdOfPart | Changes the relationship ID of the part. (Inherited from OpenXmlPartContainer.) | |
CreateRelationshipToPart(OpenXmlPart) | Adds relationship for the specified part to this part. (Inherited from OpenXmlPartContainer.) | |
CreateRelationshipToPart(OpenXmlPart, String) | Adds relationship for the specified part to this part. (Inherited from OpenXmlPartContainer.) | |
DeleteExternalRelationship(String) | Deletes the sepcified ExternalRelationship. (Inherited from OpenXmlPartContainer.) | |
DeleteExternalRelationship(ExternalRelationship) | Deletes the specified 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 which in the passed in collection from the document. (Inherited from OpenXmlPartContainer.) | |
DeleteReferenceRelationship(String) | Deletes the sepcified reference relationship. (Inherited from OpenXmlPartContainer.) | |
DeleteReferenceRelationship(ReferenceRelationship) | Deletes the specified reference relationship. (Inherited from OpenXmlPartContainer.) | |
Equals | (Inherited from Object.) | |
FeedData | Feed data into the part stream. The stream of the part will be truncated at first. (Inherited from OpenXmlPart.) | |
Finalize | (Inherited from Object.) | |
GetExternalRelationship | Gets the sepcified ExternalRelationship. (Inherited from OpenXmlPartContainer.) | |
GetHashCode | (Inherited from Object.) | |
GetIdOfPart | Gets the relationship ID of the part. (Inherited from OpenXmlPartContainer.) | |
GetParentParts | Enum 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 children parts of the specified type "T" of this part. (Inherited from OpenXmlPartContainer.) | |
GetPartsOfType<T>(ICollection<T>) | Gets all the children parts of the specified type "T" into "partCollection" of this part. (Inherited from OpenXmlPartContainer.) | |
GetReferenceRelationship | Gets the sepcified ReferenceRelationship. (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 | Test whether the object is already disposed. (Inherited from OpenXmlPart.) | |
ToString | (Inherited from Object.) | |
ValidateXml(String, ValidationEventHandler) | Obsolete. Validate the xml content of the part according the specified schema. (Inherited from OpenXmlPart.) | |
ValidateXml(XmlSchemaSet, ValidationEventHandler) | Obsolete. Validate the xml content of the part according the specified schema. (Inherited from OpenXmlPart.) |
Top