Struct printpdf::types::plugins::graphics::xobject::XObjectList [] [src]

pub struct XObjectList { /* fields omitted */ }

List of XObjects

Methods

impl XObjectList
[src]

[src]

Creates a new XObjectList

[src]

Adds a new XObject to the list

[src]

Same as Into<lopdf::Dictionary>, but since the dictionary items in an XObject dictionary are streams and must be added to the document as references, this function needs an additional access to the PDF document so that we can add the streams first and then track the references to them.

Trait Implementations

impl Debug for XObjectList
[src]

[src]

Formats the value using the given formatter.

impl Default for XObjectList
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for XObjectList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more