PresentationDocument Properties

Include Protected Members
Include Inherited Members

The PresentationDocument type exposes the following members.

Properties

  Name Description
Public property AutoSave Gets the flag indicating whether the parts should be saved on disposing. (Inherited from OpenXmlPackage.)
Public property CompressionOption Get / Set the compression level for content of new part. (Inherited from OpenXmlPackage.)
Public property CoreFilePropertiesPart Gets the CoreFilePropertiesPart of the PresentationDocument.
Public property CustomFilePropertiesPart Gets the CustomFilePropertiesPart of the PresentationDocument.
Public property DataPartReferenceRelationships Enumerates all DataPartReferenceRelationship relationships. (Inherited from OpenXmlPartContainer.)
Public property DataParts Enumerates all the DataPart in the document package. (Inherited from OpenXmlPackage.)
Public property DigitalSignatureOriginPart Gets the DigitalSignatureOriginPart of the PresentationDocument.
Public property DocumentType Gets the type of the PresentationDocument.
Public property ExtendedFilePropertiesPart Gets the ExtendedFilePropertiesPart of the PresentationDocument.
Public property ExternalRelationships Enumerates all external relationships. Hyperlink relationships are not included, use HyperlinkRelationship property to enumerate hyperlink relationships. (Inherited from OpenXmlPartContainer.)
Public property FileOpenAccess Gets the FileAccess setting for the document. The current IO access setting: Read, Write, or ReadWrite. (Inherited from OpenXmlPackage.)
Public property HyperlinkRelationships Enumerates all hyperlink relationships. (Inherited from OpenXmlPartContainer.)
Public property MarkupCompatibilityProcessSettings Gets the markup compatibilty settings applied in loading time (Inherited from OpenXmlPackage.)
Public property MaxCharactersInPart Gets or sets a value indicating the maximum allowable number of characters in an Open XML part. A zero (0) value means no limits on the size of the part. A non-zero value specifies the maximum size, in characters. (Inherited from OpenXmlPackage.)
Public property Package Gets the Package of the document. (Inherited from OpenXmlPackage.)
Public property PackageProperties Gets the core properties (PackageProperties) of the Open XML document (package). (Inherited from OpenXmlPackage.)
Public property PartExtensionProvider PartExtensionProvider which provide map from ContentType to part extension (Inherited from OpenXmlPackage.)
Public property Parts Enumerates all parts which are relationship targets of this part. (Inherited from OpenXmlPartContainer.)
Public property PresentationPart Gets the PresentationPart of the PresentationDocument.
Public property QuickAccessToolbarCustomizationsPart Gets the QuickAccessToolbarCustomizationsPart of the PresentationDocument.
Public property RibbonAndBackstageCustomizationsPart Gets the RibbonAndBackstageCustomizationsPart of the PresentationDocument, only available in Office2010.
Public property RibbonExtensibilityPart Gets the RibbonExtensibilityPart of the PresentationDocument.
Public property ThumbnailPart Gets the ThumbnailPart of the PresentationDocument.

Top

See Also

Reference

PresentationDocument Class

DocumentFormat.OpenXml.Packaging Namespace