API Reference

Class

OneNoteLayout

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

Placement and size of a OneNote element.

Inheritance

  • Object
  • OneNoteLayout

Usage

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

Constructors

public OneNoteLayout() #

Properties

public Nullable<Double> X { get; set; } #

Horizontal offset from the parent or page.

public Nullable<Double> Y { get; set; } #

Vertical offset from the parent or page.

public Nullable<Double> Width { get; set; } #

Layout width.

public Nullable<Double> Height { get; set; } #

Layout height.

public Nullable<Boolean> Tight { get; set; } #

Whether the element uses a tight layout.

public Nullable<Boolean> RightToLeft { get; set; } #

Whether the element is placed in right-to-left reading order.

public Nullable<Double> MinimumWidth { get; set; } #

Minimum outline width.

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

Native alignment flags relative to the parent.

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

Native self-alignment flags.

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

Native collision-resolution priority.

public Nullable<Boolean> TightAlignment { get; set; } #

Whether tight alignment is enabled.