pub struct Outline { /* private fields */ }
Expand description

A content outline.

See [MS-ONE] 1.3.2.1 and [MS-ONE] 2.2.20.

Implementations

Contents of this outline.

The nesting level of this outline’s contents.

See [MS-ONE] 2.3.8.

The horizontal distance between a list index number or bullet and the outline content.

See [MS-ONE] 2.3.45.

The indentation of each level in the outline.

The contents are specified in [MS-ONE] 2.2.2 but the semantics described there don’t really match what the OneNote desktop and web applications seem to be doing.

The outline’s alignment relative to the parent element (if present).

See [MS-ONE] 2.3.27.

The outline’s alignment.

See [MS-ONE] 2.3.33.

The outline’s max height in half-inch increments.

See [MS-ONE] 2.3.24.

The outline’s max width in half-inch increments.

See [MS-ONE] 2.3.22.

The outline’s minimum width before the text wraps in half-inch increments.

See [MS-ONE] 2.3.46.

The outline’s minimum width in half-inch increments.

See [MS-ONE] 2.3.49.

Whether the layout_max_width() value is set by the user.

See [MS-ONE] 2.3.44.

The horizontal offset from the page origin in half-inch increments.

See [MS-ONE] 2.3.18.

The vertical offset from the page origin in half-inch increments.

See [MS-ONE] 2.3.19.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.