Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.IsInterleavedPart

TElOfficePackagePart     See also     


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


Specifies if the package part is interleaved.

Declaration

[C#]
    bool IsInterleavedPart;

[VB.NET]
    Property IsInterleavedPart As Boolean

[Pascal]
    property IsInterleavedPart : boolean;

[C++]
    bool get_IsInterleavedPart();

[PHP]
    bool get_IsInterleavedPart()

[Java]
    boolean getIsInterleavedPart();

Description

    Interleaved package part is a part that is divided into several pieces in physical package. These pieces are not individually addressable, they could be accessed via the interleaved package part.

See also:     PieceCount    

Discuss this help topic in SecureBlackbox Forum