API Reference

Class

OneNoteListInfo

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

List marker metadata for a paragraph.

Inheritance

  • Object
  • OneNoteListInfo

Usage

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

Returned or exposed by

Constructors

public OneNoteListInfo() #

Properties

public Boolean Ordered { get; set; } #

Whether the list is ordered.

public Nullable<UInt32> Format { get; set; } #

MS-ONE number-list format value.

public Int32 Level { get; set; } #

Zero-based nesting level. Native writing accepts values from 0 through MaxLevel.

public Boolean Restart { get; set; } #

Whether numbering restarts at this item.

public Nullable<Int32> DisplayIndex { get; set; } #

Displayed list index when available.

public String FontFamily { get; set; } #

Bullet or number font.

Fields

public const Int32 MaxLevel #

Largest zero-based list level representable by the native one-byte child-level property.

Value: 254