[][src]Trait rtdlib::types::TDPageBlockHorizontalAlignment

pub trait TDPageBlockHorizontalAlignment: Debug + RObject { }

TRAIT | Describes a horizontal alignment of a table cell content

Implementations on Foreign Types

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a PAGEBLOCKHORIZONTALALIGNMENT[src]

impl<'a, PAGEBLOCKHORIZONTALALIGNMENT: TDPageBlockHorizontalAlignment> TDPageBlockHorizontalAlignment for &'a mut PAGEBLOCKHORIZONTALALIGNMENT[src]

Loading content...

Implementors

impl TDPageBlockHorizontalAlignment for PageBlockHorizontalAlignmentCenter[src]

impl TDPageBlockHorizontalAlignment for PageBlockHorizontalAlignmentLeft[src]

impl TDPageBlockHorizontalAlignment for PageBlockHorizontalAlignmentRight[src]

Loading content...