[][src]Trait rtdlib::types::PageBlockVerticalAlignment

pub trait PageBlockVerticalAlignment: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Describes a Vertical alignment of a table cell content.

Methods

impl dyn PageBlockVerticalAlignment[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn PageBlockVerticalAlignment + 'typetag[src]

impl<'typetag> Serialize for dyn PageBlockVerticalAlignment + Send + 'typetag[src]

impl<'typetag> Serialize for dyn PageBlockVerticalAlignment + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn PageBlockVerticalAlignment + Send + Sync + 'typetag[src]

impl Strictest for dyn PageBlockVerticalAlignment[src]

Implementors

impl PageBlockVerticalAlignment for PageBlockVerticalAlignmentBottom[src]

impl PageBlockVerticalAlignment for PageBlockVerticalAlignmentMiddle[src]

impl PageBlockVerticalAlignment for PageBlockVerticalAlignmentTop[src]

Loading content...