메소드 | 설명 | |
---|---|---|
GetCustomPropertyValue ( string propertyName ) : object |
Gets the value of a custom property
|
|
SetCustomPropertyValue ( string propertyName, object value ) : void |
Allows you to set the value of a current custom property or create your own custom property.
|
메소드 | 설명 | |
---|---|---|
GetExtendedPropertyValue ( string propertyName ) : string | ||
GetXmlDocument ( string startXml, |
||
OfficeProperties ( |
Provides access to all the office document properties.
|
|
Save ( ) : void |
Saves the document properties back to the package.
|
public GetCustomPropertyValue ( string propertyName ) : object | ||
propertyName | string | The name of the property |
리턴 | object |
public SetCustomPropertyValue ( string propertyName, object value ) : void | ||
propertyName | string | The name of the property |
value | object | The value of the property |
리턴 | void |