Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.GetRelationshipsStream

TElOfficePackagePart     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Provides access to the relationships stream.

Declaration

[C#]
    System.IO.Stream GetRelationshipsStream();

[VB.NET]
    Function GetRelationshipsStream() As System.IO.Stream

[Pascal]
    function GetRelationshipsStream : TStream;

[C++]
    TStreamHandle GetRelationshipsStream();

[PHP]
    TStream GetRelationshipsStream()

[Java]
    TElStream getRelationshipsStream();

Return value

    Returns relationships stream.

Description

    Use this method to get access to the stream containing package relationships.

See also:     CloseRelationshipsStream     GetStream    

Discuss this help topic in SecureBlackbox Forum