Class OfficeProperties
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public sealed class OfficeProperties : XmlHelper
- Inheritance
-
OfficeProperties
- Inherited Members
-
- Extension Methods
-
Properties
AppVersion
public string AppVersion { get; set; }
Property Value
- string
Application
public string Application { get; set; }
Property Value
- string
Author
public string Author { get; set; }
Property Value
- string
Category
public string Category { get; set; }
Property Value
- string
public string Comments { get; set; }
Property Value
- string
Company
public string Company { get; set; }
Property Value
- string
CorePropertiesXml
public XmlDocument CorePropertiesXml { get; }
Property Value
- XmlDocument
Created
public DateTime Created { get; set; }
Property Value
- DateTime
CustomPropertiesXml
public XmlDocument CustomPropertiesXml { get; }
Property Value
- XmlDocument
ExtendedPropertiesXml
public XmlDocument ExtendedPropertiesXml { get; }
Property Value
- XmlDocument
HyperlinkBase
public Uri HyperlinkBase { get; set; }
Property Value
- Uri
HyperlinksChanged
public bool HyperlinksChanged { get; set; }
Property Value
- bool
Keywords
public string Keywords { get; set; }
Property Value
- string
LastModifiedBy
public string LastModifiedBy { get; set; }
Property Value
- string
LastPrinted
public string LastPrinted { get; set; }
Property Value
- string
LinksUpToDate
public bool LinksUpToDate { get; set; }
Property Value
- bool
Manager
public string Manager { get; set; }
Property Value
- string
Modified
public DateTime Modified { get; set; }
Property Value
- DateTime
ScaleCrop
public bool ScaleCrop { get; set; }
Property Value
- bool
SharedDoc
public bool SharedDoc { get; set; }
Property Value
- bool
Status
public string Status { get; set; }
Property Value
- string
Subject
public string Subject { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Methods
GetCustomPropertyValue(string)
public object GetCustomPropertyValue(string propertyName)
Parameters
propertyName
string
Returns
- object
GetExtendedPropertyValue(string)
public string GetExtendedPropertyValue(string propertyName)
Parameters
propertyName
string
Returns
- string
SetCustomPropertyValue(string, object)
public void SetCustomPropertyValue(string propertyName, object value)
Parameters
propertyName
string
value
object
SetExtendedPropertyValue(string, string)
public void SetExtendedPropertyValue(string propertyName, string value)
Parameters
propertyName
string
value
string