[][src]Struct ooxml::document::Cell

pub struct Cell<'a> { /* fields omitted */ }

Implementations

impl<'a> Cell<'a>[src]

pub fn cell_type(&self)[src]

pub fn is_merged_cell(&self) -> bool[src]

pub fn as_raw_str(&self) -> Option<&str>[src]

pub fn value(&self) -> Option<CellValue>[src]

get cell value

pub fn to_string(&self) -> Option<String>[src]

pub fn cell_style(&self)[src]

pub fn cell_number_format(&self)[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Cell<'a>

impl<'a> !Send for Cell<'a>

impl<'a> !Sync for Cell<'a>

impl<'a> Unpin for Cell<'a>

impl<'a> !UnwindSafe for Cell<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.