IXpsOMCoreProperties interface
This interface provides access to the metadata that is stored in the Core Properties part of the XPS document.
The contents of the Core Properties part are described in the 1st edition, Part 2, "Open Packaging Conventions," of Standard ECMA-376, Office Open XML File Formats.
When to implement
Never. Custom implementation of this interface is not supported.
Members
The IXpsOMCoreProperties interface inherits from IXpsOMPart. IXpsOMCoreProperties also has these types of members:
- Methods
Methods
The IXpsOMCoreProperties interface has these methods.
Method | Description |
---|---|
Clone | Makes a deep copy of the interface. |
GetCategory | Gets the category property. |
GetContentStatus | Gets the contentStatus property. |
GetContentType | Gets the contentType property. |
GetCreated | Gets the created property. |
GetCreator | Gets the creator property. |
GetDescription | Gets the description property. |
GetIdentifier | Gets the identifier property. |
GetKeywords | Gets the keywords property. |
GetLanguage | Gets the language property. |
GetLastModifiedBy | Gets the lastModifiedBy property. |
GetLastPrinted | Gets the lastPrinted property. |
GetModified | Gets the modified property. |
GetOwner | Gets a pointer to the IXpsOMPackage interface that contains the core properties. |
GetRevision | Gets the revision property. |
GetSubject | Gets the subject property. |
GetTitle | Gets the title property. |
GetVersion | Gets the version property. |
SetCategory | Sets the category property. |
SetContentStatus | Sets the contentStatus property. |
SetContentType | Sets the contentType property. |
SetCreated | Sets the created property. |
SetCreator | Sets the creator property. |
SetDescription | Sets the description property. |
SetIdentifier | Sets the identifier property. |
SetKeywords | Sets the keywords property. |
SetLanguage | Sets the language property. |
SetLastModifiedBy | Sets the lastModifiedBy property. |
SetLastPrinted | Sets the lastPrinted property. |
SetModified | Sets the modified property. |
SetRevision | Sets the revision property. |
SetSubject | Sets the subject property. |
SetTitle | Sets the title property. |
SetVersion | Sets the version property. |
Remarks
The meaning and use of these properties is determined by the user or context.
Requirements
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |