Skip to main content

StyleTextIndentValue

Type Alias StyleTextIndentValue 

Source
pub type StyleTextIndentValue = CssPropertyValue<StyleTextIndent>;

Aliased Type§

#[repr(C, u8)]
pub enum StyleTextIndentValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(StyleTextIndent), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleTextIndent)