NotesMasterPart Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the NotesMasterPart.
public class NotesMasterPart : DocumentFormat.OpenXml.Packaging.OpenXmlPart, DocumentFormat.OpenXml.Packaging.IFixedContentTypePart
type NotesMasterPart = class
inherit OpenXmlPart
interface IFixedContentTypePart
Public Class NotesMasterPart
Inherits OpenXmlPart
Implements IFixedContentTypePart
- Inheritance
- Implements
Constructors
NotesMasterPart() |
Construtor of NotesMasterPart |
Properties
ChartParts |
Gets the ChartParts of the NotesMasterPart. |
ContentType |
Gets the ContentType. |
CustomXmlParts |
Gets the CustomXmlParts of the NotesMasterPart. |
DataPartReferenceRelationships |
Enumerates all DataPartReferenceRelationship relationships. (Inherited from OpenXmlPartContainer) |
DiagramColorsParts |
Gets the DiagramColorsParts of the NotesMasterPart. |
DiagramDataParts |
Gets the DiagramDataParts of the NotesMasterPart. |
DiagramLayoutDefinitionParts |
Gets the DiagramLayoutDefinitionParts of the NotesMasterPart. |
DiagramPersistLayoutParts |
Gets the DiagramPersistLayoutParts of the NotesMasterPart. |
DiagramStyleParts |
Gets the DiagramStyleParts of the NotesMasterPart. |
EmbeddedControlPersistenceBinaryDataParts |
Gets the EmbeddedControlPersistenceBinaryDataParts of the NotesMasterPart. |
EmbeddedObjectParts |
Gets the EmbeddedObjectParts of the NotesMasterPart. |
EmbeddedPackageParts |
Gets the EmbeddedPackageParts of the NotesMasterPart. |
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) |
ImageParts |
Gets the ImageParts of the NotesMasterPart. |
NotesMaster |
Gets/Sets the root element of this part. |
OpenXmlPackage |
Represents a part that is in the OpenXmlPackage container. (Inherited from OpenXmlPart) |
Parts |
Enumerates all parts which are relationship targets of this part. (Inherited from OpenXmlPartContainer) |
RelationshipType |
Gets the RelationshipType. |
RootElement |
Gets the root element of the current part. Returns null when the current part is empty or is not and XML content type. (Inherited from OpenXmlPart) |
SlidePart |
Gets the SlidePart of the NotesMasterPart. |
ThemePart |
Gets the ThemePart of the NotesMasterPart. |
Uri |
Represents the internal part path in the package. (Inherited from OpenXmlPart) |
UserDefinedTagsParts |
Gets the UserDefinedTagsParts of the NotesMasterPart. |
VmlDrawingParts |
Gets the VmlDrawingParts of the NotesMasterPart. |
Methods
AddAnnotation(Object) |
Adds an object to the annotation list of this PartContainer. (Inherited from OpenXmlPartContainer) |
AddAudioReferenceRelationship(MediaDataPart) |
Adds a new AudioReferenceRelationship to the specified MediaDataPart. |
AddAudioReferenceRelationship(MediaDataPart, String) |
Adds a new AudioReferenceRelationship to the specified MediaDataPart. |
AddCustomXmlPart(CustomXmlPartType) |
Adds a CustomXmlPart to the NotesMasterPart. |
AddCustomXmlPart(CustomXmlPartType, String) |
Adds a CustomXmlPart to the NotesMasterPart. |
AddCustomXmlPart(String) |
Adds a CustomXmlPart to the NotesMasterPart. |
AddCustomXmlPart(String, String) |
Adds a CustomXmlPart to the NotesMasterPart. |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart. |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart. |
AddEmbeddedControlPersistenceBinaryDataPart(String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart. |
AddEmbeddedControlPersistenceBinaryDataPart(String, String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesMasterPart. |
AddEmbeddedObjectPart(String) |
Adds a EmbeddedObjectPart to the NotesMasterPart. |
AddEmbeddedPackagePart(String) |
Adds a EmbeddedPackagePart to the NotesMasterPart. |
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 an external relationship. Do not add hyperlink relationships through this method. Use AddHyperlinkRelationship() instead. (Inherited from OpenXmlPartContainer) |
AddExternalRelationship(String, Uri, String) |
Adds an 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) |
AddImagePart(ImagePartType) |
Adds a ImagePart to the NotesMasterPart. |
AddImagePart(ImagePartType, String) |
Adds a ImagePart to the NotesMasterPart. |
AddImagePart(String) |
Adds a ImagePart to the NotesMasterPart. |
AddImagePart(String, String) |
Adds a ImagePart to the NotesMasterPart. |
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 operate on 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 on the part added to the document (Inherited from OpenXmlPartContainer) |
AddVideoReferenceRelationship(MediaDataPart) |
Adds a new VideoReferenceRelationship to the specified MediaDataPart. |
AddVideoReferenceRelationship(MediaDataPart, String) |
Adds a new VideoReferenceRelationship to the specified MediaDataPart. |
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(OpenXmlPart, String) |
Changes the relationship ID of the part. (Inherited from OpenXmlPartContainer) |
CreateRelationshipToPart(OpenXmlPart) |
Adds a relationship for the specified part to this part. (Inherited from OpenXmlPartContainer) |
CreateRelationshipToPart(OpenXmlPart, String) |
Adds a relationship for the specified part to this part. (Inherited from OpenXmlPartContainer) |
DeleteExternalRelationship(ExternalRelationship) |
Deletes the specified external relationship. (Inherited from OpenXmlPartContainer) |
DeleteExternalRelationship(String) |
Deletes the specified ExternalRelationship. (Inherited from OpenXmlPartContainer) |
DeletePart(OpenXmlPart) |
Deletes a specified part in the package root layer. (Inherited from OpenXmlPartContainer) |
DeletePart(String) |
Deletes the specified child part from this part. (Inherited from OpenXmlPartContainer) |
DeleteParts<T>(IEnumerable<T>) |
Deletes all the parts which are in the passed in collection from the document. (Inherited from OpenXmlPartContainer) |
DeleteReferenceRelationship(ReferenceRelationship) |
Deletes the specified reference relationship. (Inherited from OpenXmlPartContainer) |
DeleteReferenceRelationship(String) |
Deletes the specified reference relationship. (Inherited from OpenXmlPartContainer) |
FeedData(Stream) |
Feeds data into the part stream. The stream of the part will be truncated at first. (Inherited from OpenXmlPart) |
GetExternalRelationship(String) |
Gets the specified ExternalRelationship. (Inherited from OpenXmlPartContainer) |
GetIdOfPart(OpenXmlPart) |
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(String) |
Gets the child part through the relationship ID. (Inherited from OpenXmlPartContainer) |
GetPartsCountOfType<T>() |
Gets the count of all parts of 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(String) |
Gets the specified ReferenceRelationship. (Inherited from OpenXmlPartContainer) |
GetStream() |
Returns the part content data stream. (Inherited from OpenXmlPart) |
GetStream(FileMode) |
Returns the content stream that was opened using a specified I/O FileMode. (Inherited from OpenXmlPart) |
GetStream(FileMode, FileAccess) |
Returns the part content stream that was opened using a specified FileMode and FileAccess. (Inherited from OpenXmlPart) |
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() |
Indicates whether the object is already disposed. (Inherited from OpenXmlPart) |
ValidateXml(String, ValidationEventHandler) |
Obsolete.
Validates the XML content of the part by using the specified schema. (Inherited from OpenXmlPart) |
ValidateXml(XmlSchemaSet, ValidationEventHandler) |
Obsolete.
Validates the XML content of the part by using the specified schema. (Inherited from OpenXmlPart) |