OfficeProperties Members

Office Open XML

The OfficeProperties type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetCustomPropertyValue
Gets the value of a custom property
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetCustomPropertyValue
Allows you to set the value of a current custom property or create your own custom property.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Application
Gets the Application property of the document (extended property)
AppVersion
Gets the AppVersion property of the document (extended property)
Author
Gets/sets the author property of the document (core property)
Category
Gets/sets the category property of the document (core property)
Comments
Gets/sets the comments property of the document (core property)
Company
Gets/sets the Company property of the document (extended property)
CorePropertiesXml
Provides access to the XML document that holds all the code document properties.
CustomPropertiesXml
Provides access to the XML document which holds the document's custom properties
ExtendedPropertiesXml
Provides access to the XML document that holds the extended properties of the document (app.xml)
HyperlinkBase
Gets/sets the HyperlinkBase property of the document (extended property)
Keywords
Gets/sets the keywords property of the document (core property)
LastModifiedBy
Gets/sets the lastModifiedBy property of the document (core property)
LastPrinted
Gets/sets the lastPrinted property of the document (core property)
Manager
Gets/sets the Manager property of the document (extended property)
Status
Gets/sets the status property of the document (core property)
Subject
Gets/sets the subject property of the document (core property)
Title
Gets/sets the title property of the document (core property)

See Also