API Reference

Struct

OneNoteFileChunkReference

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Base ValueType
Modifiers sealed

A file offset and byte count from an MS-ONESTORE header.

Inheritance

  • ValueType
  • OneNoteFileChunkReference

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public override String ToString() #
Returns: String

Properties

public UInt64 Offset { get; } #

Unsigned byte offset from the start of the file.

public UInt32 Length { get; } #

Referenced byte count.

public Boolean IsZero { get; } #

True when both the offset and byte count are zero.

public Boolean IsNil { get; } #

True when the offset is all bits set and the byte count is zero.