pub struct Transition<'a> { /* private fields */ }
Expand description

Writer for a transition dictionary.

This struct is created by Page::transition.

Implementations

Write the /S attribute to set the transition style.

Write the /D attribute to set the transition duration.

Write the /Dm attribute to set the transition direction. Will be horizontal if the argument is false.

Write the /M attribute to set the transition direction. Will be inwards if the argument is false.

Write the /Di attribute to set the transition angle.

Write the /SS attribute to set the scale for the Fly transition. PDF 1.5+.

Write the /B attribute for the Fly transition. PDF 1.5+.

Methods from Deref<Target = Dict<'a>>

The number of written pairs.

Start writing a pair with an arbitrary value.

Write a pair with a primitive value.

This is a shorthand for dict.insert(key).primitive(value).

Write a sequence of pairs with primitive values.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Start writing the object.

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 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.