FrameGetOriginalXml Method
|
Gets from within the Word package, the
original document on which a frame was based.
Namespace: WebSupergoo.WordGlue4.Layout
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Stream GetOriginalXml(
DocumentFrame doc
)
Public Function GetOriginalXml (
doc As DocumentFrame
) As Stream
member GetOriginalXml :
doc : DocumentFrame -> Stream
Parameters
- doc
- Type: WebSupergoo.WordGlue4.LayoutDocumentFrame
Return Value
Type:
Stream
The Strem containing the document content.
See Also