pub mod custom;
pub mod labels;
pub use custom::*;
pub use labels::*;
pub fn add() -> Add {
Add{}
}
pub fn additive() -> Additive {
Additive{}
}
pub fn alias() -> Alias {
Alias{}
}
pub fn all() -> All {
All{}
}
pub fn allow_end() -> AllowEnd {
AllowEnd{}
}
pub fn all_scroll() -> AllScroll {
AllScroll{}
}
pub fn alpha() -> Alpha {
Alpha{}
}
pub fn alphabetic() -> Alphabetic {
Alphabetic{}
}
pub fn alternate() -> Alternate {
Alternate{}
}
pub fn alternate_reverse() -> AlternateReverse {
AlternateReverse{}
}
pub fn always() -> Always {
Always{}
}
pub fn anywhere() -> Anywhere {
Anywhere{}
}
pub fn arabic_indic() -> ArabicIndic {
ArabicIndic{}
}
pub fn arithmetic() -> Arithmetic {
Arithmetic{}
}
pub fn armenian() -> Armenian {
Armenian{}
}
pub fn atop() -> Atop {
Atop{}
}
pub fn aural() -> Aural {
Aural{}
}
pub fn auto() -> Auto {
Auto{}
}
pub fn auto_fill() -> AutoFill {
AutoFill{}
}
pub fn auto_fit() -> AutoFit {
AutoFit{}
}
pub fn avoid() -> Avoid {
Avoid{}
}
pub fn avoid_column() -> AvoidColumn {
AvoidColumn{}
}
pub fn avoid_page() -> AvoidPage {
AvoidPage{}
}
pub fn avoid_region() -> AvoidRegion {
AvoidRegion{}
}
pub fn backgroundalpha() -> Backgroundalpha {
Backgroundalpha{}
}
pub fn backgroundimage() -> Backgroundimage {
Backgroundimage{}
}
pub fn backwards() -> Backwards {
Backwards{}
}
pub fn balance() -> Balance {
Balance{}
}
pub fn balance_all() -> BalanceAll {
BalanceAll{}
}
pub fn baseline() -> Baseline {
Baseline{}
}
pub fn bengali() -> Bengali {
Bengali{}
}
pub fn bidi_override() -> BidiOverride {
BidiOverride{}
}
pub fn blink() -> Blink {
Blink{}
}
pub fn block() -> Block {
Block{}
}
pub fn border_box() -> BorderBox {
BorderBox{}
}
pub fn both() -> Both {
Both{}
}
pub fn bottom() -> Bottom {
Bottom{}
}
pub fn braille() -> Braille {
Braille{}
}
pub fn break_all() -> BreakAll {
BreakAll{}
}
pub fn break_spaces() -> BreakSpaces {
BreakSpaces{}
}
pub fn break_word() -> BreakWord {
BreakWord{}
}
pub fn bullets() -> Bullets {
Bullets{}
}
pub fn cambodian() -> Cambodian {
Cambodian{}
}
pub fn capitalize() -> Capitalize {
Capitalize{}
}
pub fn cell() -> Cell {
Cell{}
}
pub fn center() -> Center {
Center{}
}
pub fn ch() -> Ch {
Ch{}
}
pub fn circle() -> Circle {
Circle{}
}
pub fn cjk_decimal() -> CjkDecimal {
CjkDecimal{}
}
pub fn cjk_earthly_branch() -> CjkEarthlyBranch {
CjkEarthlyBranch{}
}
pub fn cjk_heavenly_stem() -> CjkHeavenlyStem {
CjkHeavenlyStem{}
}
pub fn cjk_ideographic() -> CjkIdeographic {
CjkIdeographic{}
}
pub fn clip() -> Clip {
Clip{}
}
pub fn clone() -> Clone {
Clone{}
}
pub fn close_quote() -> CloseQuote {
CloseQuote{}
}
pub fn closest_corner() -> ClosestCorner {
ClosestCorner{}
}
pub fn closest_side() -> ClosestSide {
ClosestSide{}
}
pub fn cm(x: i32) -> Length {
unimplemented!()
}
pub fn coarse() -> Coarse {
Coarse{}
}
pub fn color() -> Color {
Color{}
}
pub fn color_burn() -> ColorBurn {
ColorBurn{}
}
pub fn color_dodge() -> ColorDodge {
ColorDodge{}
}
pub fn col_resize() -> ColResize {
ColResize{}
}
pub fn column() -> Column {
Column{}
}
pub fn column_reverse() -> ColumnReverse {
ColumnReverse{}
}
pub fn contain() -> Contain {
Contain{}
}
pub fn content() -> Content {
Content{}
}
pub fn content_box() -> ContentBox {
ContentBox{}
}
pub fn contents() -> Contents {
Contents{}
}
pub fn context_menu() -> ContextMenu {
ContextMenu{}
}
pub fn copy() -> Copy {
Copy{}
}
pub fn cover() -> Cover {
Cover{}
}
pub fn crisp_edges() -> CrispEdges {
CrispEdges{}
}
pub fn crosshair() -> Crosshair {
Crosshair{}
}
pub fn currentcolor() -> Currentcolor {
Currentcolor{}
}
pub fn cyclic() -> Cyclic {
Cyclic{}
}
pub fn darken() -> Darken {
Darken{}
}
pub fn dashed() -> Dashed {
Dashed{}
}
pub fn decimal() -> Decimal {
Decimal{}
}
pub fn decimal_leading_zero() -> DecimalLeadingZero {
DecimalLeadingZero{}
}
pub fn default() -> Default {
Default{}
}
pub fn deg() -> Angle {
Angle::Deg
}
pub fn dense() -> Dense {
Dense{}
}
pub fn devanagari() -> Devanagari {
Devanagari{}
}
pub fn difference() -> Difference {
Difference{}
}
pub fn disc() -> Disc {
Disc{}
}
pub fn disclosure_closed() -> DisclosureClosed {
DisclosureClosed{}
}
pub fn disclosure_open() -> DisclosureOpen {
DisclosureOpen{}
}
pub fn discrete() -> Discrete {
Discrete{}
}
pub fn distribute() -> Distribute {
Distribute{}
}
pub fn dot() -> Dot {
Dot{}
}
pub fn dotted() -> Dotted {
Dotted{}
}
pub fn double() -> Double {
Double{}
}
pub fn double_circle() -> DoubleCircle {
DoubleCircle{}
}
pub fn dpcm() -> Dpcm {
Dpcm{}
}
pub fn dpi() -> Dpi {
Dpi{}
}
pub fn dppx() -> Dppx {
Dppx{}
}
pub fn duplicate() -> Duplicate {
Duplicate{}
}
pub fn each_line() -> EachLine {
EachLine{}
}
pub fn ease() -> Ease {
Ease{}
}
pub fn ease_in() -> EaseIn {
EaseIn{}
}
pub fn ease_in_out() -> EaseInOut {
EaseInOut{}
}
pub fn ease_out() -> EaseOut {
EaseOut{}
}
pub fn ellipse() -> Ellipse {
Ellipse{}
}
pub fn ellipsis() -> Ellipsis {
Ellipsis{}
}
pub fn em(x: i32) -> Length {
unimplemented!()
}
pub fn embed() -> Embed {
Embed{}
}
pub fn embossed() -> Embossed {
Embossed{}
}
pub fn end() -> End {
End{}
}
pub fn e_resize() -> EResize {
EResize{}
}
pub fn ethiopic_numeric() -> EthiopicNumeric {
EthiopicNumeric{}
}
pub fn evenodd() -> Evenodd {
Evenodd{}
}
pub fn ew_resize() -> EwResize {
EwResize{}
}
pub fn ex() -> Ex {
Ex{}
}
pub fn exclude() -> Exclude {
Exclude{}
}
pub fn exclusion() -> Exclusion {
Exclusion{}
}
pub fn extends() -> Extends {
Extends{}
}
pub fn farthest_corner() -> FarthestCorner {
FarthestCorner{}
}
pub fn farthest_side() -> FarthestSide {
FarthestSide{}
}
pub fn fast() -> Fast {
Fast{}
}
pub fn fill() -> Fill {
Fill{}
}
pub fn fill_box() -> FillBox {
FillBox{}
}
pub fn filled() -> Filled {
Filled{}
}
pub fn fillpaint() -> Fillpaint {
Fillpaint{}
}
pub fn fine() -> Fine {
Fine{}
}
pub fn first() -> First {
First{}
}
pub fn fit_content() -> FitContent {
FitContent{}
}
pub fn fixed() -> Fixed {
Fixed{}
}
pub fn flex() -> Flex {
Flex{}
}
pub fn flex_end() -> FlexEnd {
FlexEnd{}
}
pub fn flex_start() -> FlexStart {
FlexStart{}
}
pub fn font_feature_settings() -> FontFeatureSettings {
FontFeatureSettings{}
}
pub fn font_variant() -> FontVariant {
FontVariant{}
}
pub fn force_end() -> ForceEnd {
ForceEnd{}
}
pub fn forwards() -> Forwards {
Forwards{}
}
pub fn fr() -> Fr {
Fr{}
}
pub fn from_image() -> FromImage {
FromImage{}
}
pub fn full_size_kana() -> FullSizeKana {
FullSizeKana{}
}
pub fn full_width() -> FullWidth {
FullWidth{}
}
pub fn gamma() -> Gamma {
Gamma{}
}
pub fn georgian() -> Georgian {
Georgian{}
}
pub fn grab() -> Grab {
Grab{}
}
pub fn grabbing() -> Grabbing {
Grabbing{}
}
pub fn grad() -> Angle {
Angle::Grad
}
pub fn grid() -> Grid {
Grid{}
}
pub fn groove() -> Groove {
Groove{}
}
pub fn gujarati() -> Gujarati {
Gujarati{}
}
pub fn gurmukhi() -> Gurmukhi {
Gurmukhi{}
}
pub fn handheld() -> Handheld {
Handheld{}
}
pub fn hanging() -> Hanging {
Hanging{}
}
pub fn hard_light() -> HardLight {
HardLight{}
}
pub fn hebrew() -> Hebrew {
Hebrew{}
}
pub fn help() -> Help {
Help{}
}
pub fn hidden() -> Hidden {
Hidden{}
}
pub fn high_quality() -> HighQuality {
HighQuality{}
}
pub fn hiragana() -> Hiragana {
Hiragana{}
}
pub fn hiragana_iroha() -> HiraganaIroha {
HiraganaIroha{}
}
pub fn horizontal_tb() -> HorizontalTb {
HorizontalTb{}
}
pub fn hover() -> Hover {
Hover{}
}
pub fn hue() -> Hue {
Hue{}
}
pub fn hz() -> Hz {
Hz{}
}
pub fn identity() -> Identity {
Identity{}
}
pub fn in_(x: i32) -> Length {
unimplemented!()
}
pub fn infinite() -> Infinite {
Infinite{}
}
pub fn inherit() -> Inherit {
Inherit{}
}
pub fn initial() -> Initial {
Initial{}
}
pub fn inline() -> Inline {
Inline{}
}
pub fn inline_block() -> InlineBlock {
InlineBlock{}
}
pub fn inline_flex() -> InlineFlex {
InlineFlex{}
}
pub fn inline_grid() -> InlineGrid {
InlineGrid{}
}
pub fn inline_table() -> InlineTable {
InlineTable{}
}
pub fn inset() -> Inset {
Inset{}
}
pub fn inter_character() -> InterCharacter {
InterCharacter{}
}
pub fn interlace() -> Interlace {
Interlace{}
}
pub fn intersect() -> Intersect {
Intersect{}
}
pub fn inter_word() -> InterWord {
InterWord{}
}
pub fn invert() -> Invert {
Invert{}
}
pub fn isolate() -> Isolate {
Isolate{}
}
pub fn isolate_override() -> IsolateOverride {
IsolateOverride{}
}
pub fn japanese_formal() -> JapaneseFormal {
JapaneseFormal{}
}
pub fn japanese_informal() -> JapaneseInformal {
JapaneseInformal{}
}
pub fn jump_both() -> JumpBoth {
JumpBoth{}
}
pub fn jump_end() -> JumpEnd {
JumpEnd{}
}
pub fn jump_none() -> JumpNone {
JumpNone{}
}
pub fn jump_start() -> JumpStart {
JumpStart{}
}
pub fn justify() -> Justify {
Justify{}
}
pub fn justify_all() -> JustifyAll {
JustifyAll{}
}
pub fn kannada() -> Kannada {
Kannada{}
}
pub fn katakana() -> Katakana {
Katakana{}
}
pub fn katakana_iroha() -> KatakanaIroha {
KatakanaIroha{}
}
pub fn keep_all() -> KeepAll {
KeepAll{}
}
pub fn khmer() -> Khmer {
Khmer{}
}
pub fn khz() -> Khz {
Khz{}
}
pub fn korean_hangul_formal() -> KoreanHangulFormal {
KoreanHangulFormal{}
}
pub fn korean_hanja_formal() -> KoreanHanjaFormal {
KoreanHanjaFormal{}
}
pub fn korean_hanja_informal() -> KoreanHanjaInformal {
KoreanHanjaInformal{}
}
pub fn landscape() -> Landscape {
Landscape{}
}
pub fn lao() -> Lao {
Lao{}
}
pub fn last() -> Last {
Last{}
}
pub fn layout() -> Layout {
Layout{}
}
pub fn left() -> Left {
Left{}
}
pub fn legacy() -> Legacy {
Legacy{}
}
pub fn lighten() -> Lighten {
Lighten{}
}
pub fn linear() -> Linear {
Linear{}
}
pub fn linearrgb() -> Linearrgb {
Linearrgb{}
}
pub fn line_through() -> LineThrough {
LineThrough{}
}
pub fn list_item() -> ListItem {
ListItem{}
}
pub fn local() -> Local {
Local{}
}
pub fn loose() -> Loose {
Loose{}
}
pub fn lower_alpha() -> LowerAlpha {
LowerAlpha{}
}
pub fn lower_armenian() -> LowerArmenian {
LowerArmenian{}
}
pub fn lowercase() -> Lowercase {
Lowercase{}
}
pub fn lower_greek() -> LowerGreek {
LowerGreek{}
}
pub fn lower_latin() -> LowerLatin {
LowerLatin{}
}
pub fn lower_roman() -> LowerRoman {
LowerRoman{}
}
pub fn ltr() -> Ltr {
Ltr{}
}
pub fn luminance() -> Luminance {
Luminance{}
}
pub fn luminosity() -> Luminosity {
Luminosity{}
}
pub fn malayalam() -> Malayalam {
Malayalam{}
}
pub fn mandatory() -> Mandatory {
Mandatory{}
}
pub fn manual() -> Manual {
Manual{}
}
pub fn margin_box() -> MarginBox {
MarginBox{}
}
pub fn match_parent() -> MatchParent {
MatchParent{}
}
pub fn match_source() -> MatchSource {
MatchSource{}
}
pub fn max_content() -> MaxContent {
MaxContent{}
}
pub fn medium() -> Medium {
Medium{}
}
pub fn min_content() -> MinContent {
MinContent{}
}
pub fn minmax() -> Minmax {
Minmax{}
}
pub fn mixed() -> Mixed {
Mixed{}
}
pub fn mm(x: i32) -> Length {
unimplemented!()
}
pub fn mongolian() -> Mongolian {
Mongolian{}
}
pub fn move_() -> Move {
Move{}
}
pub fn ms(x: i32) -> Time {
Time::Ms(x)
}
pub fn multiply() -> Multiply {
Multiply{}
}
pub fn myanmar() -> Myanmar {
Myanmar{}
}
pub fn ne_resize() -> NeResize {
NeResize{}
}
pub fn nesw_resize() -> NeswResize {
NeswResize{}
}
pub fn no_clip() -> NoClip {
NoClip{}
}
pub fn no_close_quote() -> NoCloseQuote {
NoCloseQuote{}
}
pub fn no_composite() -> NoComposite {
NoComposite{}
}
pub fn no_drop() -> NoDrop {
NoDrop{}
}
pub fn none() -> None {
None{}
}
pub fn nonzero() -> Nonzero {
Nonzero{}
}
pub fn no_open_quote() -> NoOpenQuote {
NoOpenQuote{}
}
pub fn no_repeat() -> NoRepeat {
NoRepeat{}
}
pub fn normal() -> Normal {
Normal{}
}
pub fn not() -> Not {
Not{}
}
pub fn not_allowed() -> NotAllowed {
NotAllowed{}
}
pub fn nowrap() -> Nowrap {
Nowrap{}
}
pub fn n_resize() -> NResize {
NResize{}
}
pub fn ns_resize() -> NsResize {
NsResize{}
}
pub fn numbers() -> Numbers {
Numbers{}
}
pub fn numeric() -> Numeric {
Numeric{}
}
pub fn nw_resize() -> NwResize {
NwResize{}
}
pub fn nwse_resize() -> NwseResize {
NwseResize{}
}
pub fn objectboundingbox() -> Objectboundingbox {
Objectboundingbox{}
}
pub fn only() -> Only {
Only{}
}
pub fn open() -> Open {
Open{}
}
pub fn open_quote() -> OpenQuote {
OpenQuote{}
}
pub fn optional_paged() -> OptionalPaged {
OptionalPaged{}
}
pub fn oriya() -> Oriya {
Oriya{}
}
pub fn outset() -> Outset {
Outset{}
}
pub fn over() -> Over {
Over{}
}
pub fn overlay() -> Overlay {
Overlay{}
}
pub fn overline() -> Overline {
Overline{}
}
pub fn p3() -> P3 {
P3{}
}
pub fn padding_box() -> PaddingBox {
PaddingBox{}
}
pub fn page() -> Page {
Page{}
}
pub fn paged() -> Paged {
Paged{}
}
pub fn paint() -> Paint {
Paint{}
}
pub fn paused() -> Paused {
Paused{}
}
pub fn pc() -> Pc {
Pc{}
}
pub fn persian() -> Persian {
Persian{}
}
pub fn pixelated() -> Pixelated {
Pixelated{}
}
pub fn plaintext() -> Plaintext {
Plaintext{}
}
pub fn pointer() -> Pointer {
Pointer{}
}
pub fn portrait() -> Portrait {
Portrait{}
}
pub fn pre() -> Pre {
Pre{}
}
pub fn pre_line() -> PreLine {
PreLine{}
}
pub fn pre_wrap() -> PreWrap {
PreWrap{}
}
pub fn print() -> Print {
Print{}
}
pub fn progress() -> Progress {
Progress{}
}
pub fn progressive() -> Progressive {
Progressive{}
}
pub fn projection() -> Projection {
Projection{}
}
pub fn proximity() -> Proximity {
Proximity{}
}
pub fn pt(x: i32) -> Length {
unimplemented!()
}
pub fn px(x: impl Number) -> Length {
Length::Px {
v: x.normalize(),
}
}
pub fn q(x: i32) -> Length {
unimplemented!()
}
pub fn rad() -> Angle {
Angle::Rad
}
pub fn rec2020() -> Rec2020 {
Rec2020{}
}
pub fn recto() -> Recto {
Recto{}
}
pub fn region() -> Region {
Region{}
}
pub fn rem(x: i32) -> Length {
unimplemented!()
}
pub fn repeat() -> Repeat {
Repeat{}
}
pub fn repeat_x() -> RepeatX {
RepeatX{}
}
pub fn repeat_y() -> RepeatY {
RepeatY{}
}
pub fn reverse() -> Reverse {
Reverse{}
}
pub fn revert() -> Revert {
Revert{}
}
pub fn ridge() -> Ridge {
Ridge{}
}
pub fn right() -> Right {
Right{}
}
pub fn rotate() -> Rotate {
Rotate{}
}
pub fn round() -> Round {
Round{}
}
pub fn row() -> Row {
Row{}
}
pub fn row_resize() -> RowResize {
RowResize{}
}
pub fn row_reverse() -> RowReverse {
RowReverse{}
}
pub fn rtl() -> Rtl {
Rtl{}
}
pub fn running() -> Running {
Running{}
}
pub fn s(value: i32) -> Time {
Time::S(value)
}
pub fn safe() -> Safe {
Safe{}
}
pub fn saturation() -> Saturation {
Saturation{}
}
pub fn scale() -> Scale {
Scale{}
}
pub fn scale_down() -> ScaleDown {
ScaleDown{}
}
pub fn scalex() -> Scalex {
Scalex{}
}
pub fn scaley() -> Scaley {
Scaley{}
}
pub fn screen() -> Screen {
Screen{}
}
pub fn scroll() -> Scroll {
Scroll{}
}
pub fn scroll_position() -> ScrollPosition {
ScrollPosition{}
}
pub fn self_end() -> SelfEnd {
SelfEnd{}
}
pub fn self_start() -> SelfStart {
SelfStart{}
}
pub fn se_resize() -> SeResize {
SeResize{}
}
pub fn sesame() -> Sesame {
Sesame{}
}
pub fn sideways() -> Sideways {
Sideways{}
}
pub fn sideways_right() -> SidewaysRight {
SidewaysRight{}
}
pub fn simp_chinese_formal() -> SimpChineseFormal {
SimpChineseFormal{}
}
pub fn simp_chinese_informal() -> SimpChineseInformal {
SimpChineseInformal{}
}
pub fn size() -> Size {
Size{}
}
pub fn skew() -> Skew {
Skew{}
}
pub fn skewx() -> Skewx {
Skewx{}
}
pub fn skewy() -> Skewy {
Skewy{}
}
pub fn slice() -> Slice {
Slice{}
}
pub fn slow() -> Slow {
Slow{}
}
pub fn smooth() -> Smooth {
Smooth{}
}
pub fn soft_light() -> SoftLight {
SoftLight{}
}
pub fn solid() -> Solid {
Solid{}
}
pub fn sourcealpha() -> Sourcealpha {
Sourcealpha{}
}
pub fn sourcegraphic() -> Sourcegraphic {
Sourcegraphic{}
}
pub fn space() -> Space {
Space{}
}
pub fn space_around() -> SpaceAround {
SpaceAround{}
}
pub fn space_between() -> SpaceBetween {
SpaceBetween{}
}
pub fn space_evenly() -> SpaceEvenly {
SpaceEvenly{}
}
pub fn speech() -> Speech {
Speech{}
}
pub fn spell_out() -> SpellOut {
SpellOut{}
}
pub fn square() -> Square {
Square{}
}
pub fn s_resize() -> SResize {
SResize{}
}
pub fn srgb() -> Srgb {
Srgb{}
}
pub fn start() -> Start {
Start{}
}
pub fn step_end() -> StepEnd {
StepEnd{}
}
pub fn step_start() -> StepStart {
StepStart{}
}
pub fn stretch() -> Stretch {
Stretch{}
}
pub fn strict() -> Strict {
Strict{}
}
pub fn stroke_box() -> StrokeBox {
StrokeBox{}
}
pub fn strokepaint() -> Strokepaint {
Strokepaint{}
}
pub fn style() -> Style {
Style{}
}
pub fn subtract() -> Subtract {
Subtract{}
}
pub fn sw_resize() -> SwResize {
SwResize{}
}
pub fn symbolic() -> Symbolic {
Symbolic{}
}
pub fn table() -> Table {
Table{}
}
pub fn table_caption() -> TableCaption {
TableCaption{}
}
pub fn table_cell() -> TableCell {
TableCell{}
}
pub fn table_column() -> TableColumn {
TableColumn{}
}
pub fn table_column_group() -> TableColumnGroup {
TableColumnGroup{}
}
pub fn table_footer_group() -> TableFooterGroup {
TableFooterGroup{}
}
pub fn table_header_group() -> TableHeaderGroup {
TableHeaderGroup{}
}
pub fn table_row() -> TableRow {
TableRow{}
}
pub fn table_row_group() -> TableRowGroup {
TableRowGroup{}
}
pub fn tamil() -> Tamil {
Tamil{}
}
pub fn telugu() -> Telugu {
Telugu{}
}
pub fn text() -> Text {
Text{}
}
pub fn thai() -> Thai {
Thai{}
}
pub fn thick() -> Thick {
Thick{}
}
pub fn thin() -> Thin {
Thin{}
}
pub fn tibetan() -> Tibetan {
Tibetan{}
}
pub fn top() -> Top {
Top{}
}
pub fn trad_chinese_formal() -> TradChineseFormal {
TradChineseFormal{}
}
pub fn trad_chinese_informal() -> TradChineseInformal {
TradChineseInformal{}
}
pub fn translate() -> Translate {
Translate{}
}
pub fn translatex() -> Translatex {
Translatex{}
}
pub fn translatey() -> Translatey {
Translatey{}
}
pub fn triangle() -> Triangle {
Triangle{}
}
pub fn tty() -> Tty {
Tty{}
}
pub fn turn() -> Angle {
Angle::Turn
}
pub fn tv() -> Tv {
Tv{}
}
pub fn under() -> Under {
Under{}
}
pub fn underline() -> Underline {
Underline{}
}
pub fn unsafe_() -> Unsafe {
Unsafe{}
}
pub fn unset() -> Unset {
Unset{}
}
pub fn upper_alpha() -> UpperAlpha {
UpperAlpha{}
}
pub fn upper_armenian() -> UpperArmenian {
UpperArmenian{}
}
pub fn uppercase() -> Uppercase {
Uppercase{}
}
pub fn upper_latin() -> UpperLatin {
UpperLatin{}
}
pub fn upper_roman() -> UpperRoman {
UpperRoman{}
}
pub fn upright() -> Upright {
Upright{}
}
pub fn userspaceonuse() -> Userspaceonuse {
Userspaceonuse{}
}
pub fn url(value: String) -> Url {
Url(value)
}
pub fn verso() -> Verso {
Verso{}
}
pub fn vertical_lr() -> VerticalLr {
VerticalLr{}
}
pub fn vertical_rl() -> VerticalRl {
VerticalRl{}
}
pub fn vertical_text() -> VerticalText {
VerticalText{}
}
pub fn vh() -> Vh {
Vh{}
}
pub fn view_box() -> ViewBox {
ViewBox{}
}
pub fn vmax() -> Vmax {
Vmax{}
}
pub fn vmin() -> Vmin {
Vmin{}
}
pub fn vw() -> Vw {
Vw{}
}
pub fn wait() -> Wait {
Wait{}
}
pub fn words() -> Words {
Words{}
}
pub fn wrap() -> Wrap {
Wrap{}
}
pub fn wrap_reverse() -> WrapReverse {
WrapReverse{}
}
pub fn w_resize() -> WResize {
WResize{}
}
pub fn x() -> X {
X{}
}
pub fn xor() -> Xor {
Xor{}
}
pub fn y() -> Y {
Y{}
}
pub fn zoom_in() -> ZoomIn {
ZoomIn{}
}
pub fn zoom_out() -> ZoomOut {
ZoomOut{}
}