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

A paragraph’s style.

See [MS-ONE] 2.2.43 and [MS-ONE] 2.2.44.

Implementations

The text’s charset.

Whether the text is bold.

Whether the text is italic.

Whether the text is underlined.

Whether the text has strike-through formatting.

Whether the text is formatted as superscript.

Whether the text is formatted as subscript.

The font for this text.

The font size for this text in half-point increments.

See [MS-ONE] 2.3.16.

The font color for this text.

See [MS-ONE] 2.3.45.

The background color for this text.

See [MS-ONE] 2.3.6.

The name of the default style for the next paragraph.

See [MS-ONE] 2.2.92.

The paragraph style’s name.

See [MS-ONE] 2.2.83.

The paragraph alignment.

The paragraph’s top margin in half-inch increments.

See [MS-ONE] 2.3.81.

The paragraph’s bottom margin in half-inch increments.

See [MS-ONE] 2.3.82.

The paragraph’s line spacing in half-inch increments.

See [MS-ONE] 2.3.83.

The LCID language code for the text.

See [MS-ONE] 2.3.26.

Whether the text is formatted as a math expression

Whether the text is the display text for a hyperlink

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.