ActiveDocument.HasRoutingSlip and ActiveDocument.RoutingSlip

Unanswered ActiveDocument.HasRoutingSlip and ActiveDocument.RoutingSlip

  • Donnerstag, 21. Juni 2007 18:38
     
     

     

    Migrating Office 2003 to Office 2007.

     

    In Word 2007 these are listed as hidden.

    What is the replacement for these objects and properties? Is there a way to still access these members?

Alle Antworten

  • Montag, 25. Juni 2007 02:42
     
     
    The SDK is different from the Object Models defined in VSTO. It is an API to manipulate Office documents based on ECMA OpenXML specification. This is only the first phase of the API and wraps around the System.IO.Packaging API. It does not edit the document content.