[][src]Trait rtdlib::types::TDPageBlockVerticalAlignment

pub trait TDPageBlockVerticalAlignment: Debug + RObject { }

TRAIT | Describes a Vertical alignment of a table cell content

Implementations on Foreign Types

impl<'a, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a PAGEBLOCKVERTICALALIGNMENT[src]

impl<'a, PAGEBLOCKVERTICALALIGNMENT: TDPageBlockVerticalAlignment> TDPageBlockVerticalAlignment for &'a mut PAGEBLOCKVERTICALALIGNMENT[src]

Loading content...

Implementors

impl TDPageBlockVerticalAlignment for PageBlockVerticalAlignmentBottom[src]

impl TDPageBlockVerticalAlignment for PageBlockVerticalAlignmentMiddle[src]

impl TDPageBlockVerticalAlignment for PageBlockVerticalAlignmentTop[src]

Loading content...