IXpsOMStoryFragmentsResource interface

Provides access to the content of the resource stream of a page's StoryFragments part.

When to implement

Never. Custom implementation of this interface is not supported.

Members

The IXpsOMStoryFragmentsResource interface inherits from IXpsOMResource. IXpsOMStoryFragmentsResource also has these types of members:

  • Methods

Methods

The IXpsOMStoryFragmentsResource interface has these methods.

Method Description
GetOwner

Gets a pointer to the IXpsOMPage interface that contains this resource.

GetStream

Gets a new, read-only copy of the stream that is associated with this resource.

SetContent

Sets the read-only stream to be associated with this resource.

 

Remarks

The StoryFragments part of a page contains the XML markup that describes the portions of one or more stories that are associated with a single fixed page. Some of the document contents that might be described by the XML markup in a StoryFragments part include the story's tables and paragraphs that are found on the page.

The XML markup of the DocumentStructure and StoryFragments parts is described in the XML Paper Specification.

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

See also

IXpsOMResource

IXpsOMObjectFactory::CreateStoryFragmentsResource

IXpsOMDocumentStructureResource

IXpsOMPage

Interfaces

XML Paper Specification