pub(crate) trait CSSStyleDeclarationMethods<D: DomTypes> {
Show 1015 methods // Required methods fn CssText(&self) -> DOMString; fn SetCssText(&self, value: DOMString, _can_gc: CanGc) -> ErrorResult; fn Length(&self) -> u32; fn Item(&self, index: u32) -> DOMString; fn GetPropertyValue(&self, property: DOMString, _can_gc: CanGc) -> DOMString; fn GetPropertyPriority(&self, property: DOMString) -> DOMString; fn SetProperty( &self, property: DOMString, value: DOMString, priority: DOMString, _can_gc: CanGc, ) -> Fallible<()>; fn RemoveProperty( &self, property: DOMString, _can_gc: CanGc, ) -> Fallible<DOMString>; fn CssFloat(&self, _can_gc: CanGc) -> DOMString; fn SetCssFloat(&self, value: DOMString, _can_gc: CanGc) -> ErrorResult; fn Align_content(&self) -> DOMString; fn SetAlign_content(&self, value: DOMString) -> ErrorResult; fn AlignContent(&self) -> DOMString; fn SetAlignContent(&self, value: DOMString) -> ErrorResult; fn Align_items(&self) -> DOMString; fn SetAlign_items(&self, value: DOMString) -> ErrorResult; fn AlignItems(&self) -> DOMString; fn SetAlignItems(&self, value: DOMString) -> ErrorResult; fn Align_self(&self) -> DOMString; fn SetAlign_self(&self, value: DOMString) -> ErrorResult; fn AlignSelf(&self) -> DOMString; fn SetAlignSelf(&self, value: DOMString) -> ErrorResult; fn Animation_composition(&self) -> DOMString; fn SetAnimation_composition(&self, value: DOMString) -> ErrorResult; fn AnimationComposition(&self) -> DOMString; fn SetAnimationComposition(&self, value: DOMString) -> ErrorResult; fn Animation_delay(&self) -> DOMString; fn SetAnimation_delay(&self, value: DOMString) -> ErrorResult; fn AnimationDelay(&self) -> DOMString; fn SetAnimationDelay(&self, value: DOMString) -> ErrorResult; fn Animation_direction(&self) -> DOMString; fn SetAnimation_direction(&self, value: DOMString) -> ErrorResult; fn AnimationDirection(&self) -> DOMString; fn SetAnimationDirection(&self, value: DOMString) -> ErrorResult; fn Animation_duration(&self) -> DOMString; fn SetAnimation_duration(&self, value: DOMString) -> ErrorResult; fn AnimationDuration(&self) -> DOMString; fn SetAnimationDuration(&self, value: DOMString) -> ErrorResult; fn Animation_fill_mode(&self) -> DOMString; fn SetAnimation_fill_mode(&self, value: DOMString) -> ErrorResult; fn AnimationFillMode(&self) -> DOMString; fn SetAnimationFillMode(&self, value: DOMString) -> ErrorResult; fn Animation_iteration_count(&self) -> DOMString; fn SetAnimation_iteration_count(&self, value: DOMString) -> ErrorResult; fn AnimationIterationCount(&self) -> DOMString; fn SetAnimationIterationCount(&self, value: DOMString) -> ErrorResult; fn Animation_name(&self) -> DOMString; fn SetAnimation_name(&self, value: DOMString) -> ErrorResult; fn AnimationName(&self) -> DOMString; fn SetAnimationName(&self, value: DOMString) -> ErrorResult; fn Animation_play_state(&self) -> DOMString; fn SetAnimation_play_state(&self, value: DOMString) -> ErrorResult; fn AnimationPlayState(&self) -> DOMString; fn SetAnimationPlayState(&self, value: DOMString) -> ErrorResult; fn Animation_timeline(&self) -> DOMString; fn SetAnimation_timeline(&self, value: DOMString) -> ErrorResult; fn AnimationTimeline(&self) -> DOMString; fn SetAnimationTimeline(&self, value: DOMString) -> ErrorResult; fn Animation_timing_function(&self) -> DOMString; fn SetAnimation_timing_function(&self, value: DOMString) -> ErrorResult; fn AnimationTimingFunction(&self) -> DOMString; fn SetAnimationTimingFunction(&self, value: DOMString) -> ErrorResult; fn Aspect_ratio(&self) -> DOMString; fn SetAspect_ratio(&self, value: DOMString) -> ErrorResult; fn AspectRatio(&self) -> DOMString; fn SetAspectRatio(&self, value: DOMString) -> ErrorResult; fn Backdrop_filter(&self) -> DOMString; fn SetBackdrop_filter(&self, value: DOMString) -> ErrorResult; fn BackdropFilter(&self) -> DOMString; fn SetBackdropFilter(&self, value: DOMString) -> ErrorResult; fn Backface_visibility(&self) -> DOMString; fn SetBackface_visibility(&self, value: DOMString) -> ErrorResult; fn BackfaceVisibility(&self) -> DOMString; fn SetBackfaceVisibility(&self, value: DOMString) -> ErrorResult; fn Background_attachment(&self) -> DOMString; fn SetBackground_attachment(&self, value: DOMString) -> ErrorResult; fn BackgroundAttachment(&self) -> DOMString; fn SetBackgroundAttachment(&self, value: DOMString) -> ErrorResult; fn Background_clip(&self) -> DOMString; fn SetBackground_clip(&self, value: DOMString) -> ErrorResult; fn BackgroundClip(&self) -> DOMString; fn SetBackgroundClip(&self, value: DOMString) -> ErrorResult; fn Background_color(&self) -> DOMString; fn SetBackground_color(&self, value: DOMString) -> ErrorResult; fn BackgroundColor(&self) -> DOMString; fn SetBackgroundColor(&self, value: DOMString) -> ErrorResult; fn Background_image(&self) -> DOMString; fn SetBackground_image(&self, value: DOMString) -> ErrorResult; fn BackgroundImage(&self) -> DOMString; fn SetBackgroundImage(&self, value: DOMString) -> ErrorResult; fn Background_origin(&self) -> DOMString; fn SetBackground_origin(&self, value: DOMString) -> ErrorResult; fn BackgroundOrigin(&self) -> DOMString; fn SetBackgroundOrigin(&self, value: DOMString) -> ErrorResult; fn Background_position_x(&self) -> DOMString; fn SetBackground_position_x(&self, value: DOMString) -> ErrorResult; fn BackgroundPositionX(&self) -> DOMString; fn SetBackgroundPositionX(&self, value: DOMString) -> ErrorResult; fn Background_position_y(&self) -> DOMString; fn SetBackground_position_y(&self, value: DOMString) -> ErrorResult; fn BackgroundPositionY(&self) -> DOMString; fn SetBackgroundPositionY(&self, value: DOMString) -> ErrorResult; fn Background_repeat(&self) -> DOMString; fn SetBackground_repeat(&self, value: DOMString) -> ErrorResult; fn BackgroundRepeat(&self) -> DOMString; fn SetBackgroundRepeat(&self, value: DOMString) -> ErrorResult; fn Background_size(&self) -> DOMString; fn SetBackground_size(&self, value: DOMString) -> ErrorResult; fn BackgroundSize(&self) -> DOMString; fn SetBackgroundSize(&self, value: DOMString) -> ErrorResult; fn Baseline_source(&self) -> DOMString; fn SetBaseline_source(&self, value: DOMString) -> ErrorResult; fn BaselineSource(&self) -> DOMString; fn SetBaselineSource(&self, value: DOMString) -> ErrorResult; fn Block_size(&self) -> DOMString; fn SetBlock_size(&self, value: DOMString) -> ErrorResult; fn BlockSize(&self) -> DOMString; fn SetBlockSize(&self, value: DOMString) -> ErrorResult; fn Border_block_end_color(&self) -> DOMString; fn SetBorder_block_end_color(&self, value: DOMString) -> ErrorResult; fn BorderBlockEndColor(&self) -> DOMString; fn SetBorderBlockEndColor(&self, value: DOMString) -> ErrorResult; fn Border_block_end_style(&self) -> DOMString; fn SetBorder_block_end_style(&self, value: DOMString) -> ErrorResult; fn BorderBlockEndStyle(&self) -> DOMString; fn SetBorderBlockEndStyle(&self, value: DOMString) -> ErrorResult; fn Border_block_end_width(&self) -> DOMString; fn SetBorder_block_end_width(&self, value: DOMString) -> ErrorResult; fn BorderBlockEndWidth(&self) -> DOMString; fn SetBorderBlockEndWidth(&self, value: DOMString) -> ErrorResult; fn Border_block_start_color(&self) -> DOMString; fn SetBorder_block_start_color(&self, value: DOMString) -> ErrorResult; fn BorderBlockStartColor(&self) -> DOMString; fn SetBorderBlockStartColor(&self, value: DOMString) -> ErrorResult; fn Border_block_start_style(&self) -> DOMString; fn SetBorder_block_start_style(&self, value: DOMString) -> ErrorResult; fn BorderBlockStartStyle(&self) -> DOMString; fn SetBorderBlockStartStyle(&self, value: DOMString) -> ErrorResult; fn Border_block_start_width(&self) -> DOMString; fn SetBorder_block_start_width(&self, value: DOMString) -> ErrorResult; fn BorderBlockStartWidth(&self) -> DOMString; fn SetBorderBlockStartWidth(&self, value: DOMString) -> ErrorResult; fn Border_bottom_color(&self) -> DOMString; fn SetBorder_bottom_color(&self, value: DOMString) -> ErrorResult; fn BorderBottomColor(&self) -> DOMString; fn SetBorderBottomColor(&self, value: DOMString) -> ErrorResult; fn Border_bottom_left_radius(&self) -> DOMString; fn SetBorder_bottom_left_radius(&self, value: DOMString) -> ErrorResult; fn BorderBottomLeftRadius(&self) -> DOMString; fn SetBorderBottomLeftRadius(&self, value: DOMString) -> ErrorResult; fn Border_bottom_right_radius(&self) -> DOMString; fn SetBorder_bottom_right_radius(&self, value: DOMString) -> ErrorResult; fn BorderBottomRightRadius(&self) -> DOMString; fn SetBorderBottomRightRadius(&self, value: DOMString) -> ErrorResult; fn Border_bottom_style(&self) -> DOMString; fn SetBorder_bottom_style(&self, value: DOMString) -> ErrorResult; fn BorderBottomStyle(&self) -> DOMString; fn SetBorderBottomStyle(&self, value: DOMString) -> ErrorResult; fn Border_bottom_width(&self) -> DOMString; fn SetBorder_bottom_width(&self, value: DOMString) -> ErrorResult; fn BorderBottomWidth(&self) -> DOMString; fn SetBorderBottomWidth(&self, value: DOMString) -> ErrorResult; fn Border_collapse(&self) -> DOMString; fn SetBorder_collapse(&self, value: DOMString) -> ErrorResult; fn BorderCollapse(&self) -> DOMString; fn SetBorderCollapse(&self, value: DOMString) -> ErrorResult; fn Border_end_end_radius(&self) -> DOMString; fn SetBorder_end_end_radius(&self, value: DOMString) -> ErrorResult; fn BorderEndEndRadius(&self) -> DOMString; fn SetBorderEndEndRadius(&self, value: DOMString) -> ErrorResult; fn Border_end_start_radius(&self) -> DOMString; fn SetBorder_end_start_radius(&self, value: DOMString) -> ErrorResult; fn BorderEndStartRadius(&self) -> DOMString; fn SetBorderEndStartRadius(&self, value: DOMString) -> ErrorResult; fn Border_image_outset(&self) -> DOMString; fn SetBorder_image_outset(&self, value: DOMString) -> ErrorResult; fn BorderImageOutset(&self) -> DOMString; fn SetBorderImageOutset(&self, value: DOMString) -> ErrorResult; fn Border_image_repeat(&self) -> DOMString; fn SetBorder_image_repeat(&self, value: DOMString) -> ErrorResult; fn BorderImageRepeat(&self) -> DOMString; fn SetBorderImageRepeat(&self, value: DOMString) -> ErrorResult; fn Border_image_slice(&self) -> DOMString; fn SetBorder_image_slice(&self, value: DOMString) -> ErrorResult; fn BorderImageSlice(&self) -> DOMString; fn SetBorderImageSlice(&self, value: DOMString) -> ErrorResult; fn Border_image_source(&self) -> DOMString; fn SetBorder_image_source(&self, value: DOMString) -> ErrorResult; fn BorderImageSource(&self) -> DOMString; fn SetBorderImageSource(&self, value: DOMString) -> ErrorResult; fn Border_image_width(&self) -> DOMString; fn SetBorder_image_width(&self, value: DOMString) -> ErrorResult; fn BorderImageWidth(&self) -> DOMString; fn SetBorderImageWidth(&self, value: DOMString) -> ErrorResult; fn Border_inline_end_color(&self) -> DOMString; fn SetBorder_inline_end_color(&self, value: DOMString) -> ErrorResult; fn BorderInlineEndColor(&self) -> DOMString; fn SetBorderInlineEndColor(&self, value: DOMString) -> ErrorResult; fn Border_inline_end_style(&self) -> DOMString; fn SetBorder_inline_end_style(&self, value: DOMString) -> ErrorResult; fn BorderInlineEndStyle(&self) -> DOMString; fn SetBorderInlineEndStyle(&self, value: DOMString) -> ErrorResult; fn Border_inline_end_width(&self) -> DOMString; fn SetBorder_inline_end_width(&self, value: DOMString) -> ErrorResult; fn BorderInlineEndWidth(&self) -> DOMString; fn SetBorderInlineEndWidth(&self, value: DOMString) -> ErrorResult; fn Border_inline_start_color(&self) -> DOMString; fn SetBorder_inline_start_color(&self, value: DOMString) -> ErrorResult; fn BorderInlineStartColor(&self) -> DOMString; fn SetBorderInlineStartColor(&self, value: DOMString) -> ErrorResult; fn Border_inline_start_style(&self) -> DOMString; fn SetBorder_inline_start_style(&self, value: DOMString) -> ErrorResult; fn BorderInlineStartStyle(&self) -> DOMString; fn SetBorderInlineStartStyle(&self, value: DOMString) -> ErrorResult; fn Border_inline_start_width(&self) -> DOMString; fn SetBorder_inline_start_width(&self, value: DOMString) -> ErrorResult; fn BorderInlineStartWidth(&self) -> DOMString; fn SetBorderInlineStartWidth(&self, value: DOMString) -> ErrorResult; fn Border_left_color(&self) -> DOMString; fn SetBorder_left_color(&self, value: DOMString) -> ErrorResult; fn BorderLeftColor(&self) -> DOMString; fn SetBorderLeftColor(&self, value: DOMString) -> ErrorResult; fn Border_left_style(&self) -> DOMString; fn SetBorder_left_style(&self, value: DOMString) -> ErrorResult; fn BorderLeftStyle(&self) -> DOMString; fn SetBorderLeftStyle(&self, value: DOMString) -> ErrorResult; fn Border_left_width(&self) -> DOMString; fn SetBorder_left_width(&self, value: DOMString) -> ErrorResult; fn BorderLeftWidth(&self) -> DOMString; fn SetBorderLeftWidth(&self, value: DOMString) -> ErrorResult; fn Border_right_color(&self) -> DOMString; fn SetBorder_right_color(&self, value: DOMString) -> ErrorResult; fn BorderRightColor(&self) -> DOMString; fn SetBorderRightColor(&self, value: DOMString) -> ErrorResult; fn Border_right_style(&self) -> DOMString; fn SetBorder_right_style(&self, value: DOMString) -> ErrorResult; fn BorderRightStyle(&self) -> DOMString; fn SetBorderRightStyle(&self, value: DOMString) -> ErrorResult; fn Border_right_width(&self) -> DOMString; fn SetBorder_right_width(&self, value: DOMString) -> ErrorResult; fn BorderRightWidth(&self) -> DOMString; fn SetBorderRightWidth(&self, value: DOMString) -> ErrorResult; fn Border_spacing(&self) -> DOMString; fn SetBorder_spacing(&self, value: DOMString) -> ErrorResult; fn BorderSpacing(&self) -> DOMString; fn SetBorderSpacing(&self, value: DOMString) -> ErrorResult; fn Border_start_end_radius(&self) -> DOMString; fn SetBorder_start_end_radius(&self, value: DOMString) -> ErrorResult; fn BorderStartEndRadius(&self) -> DOMString; fn SetBorderStartEndRadius(&self, value: DOMString) -> ErrorResult; fn Border_start_start_radius(&self) -> DOMString; fn SetBorder_start_start_radius(&self, value: DOMString) -> ErrorResult; fn BorderStartStartRadius(&self) -> DOMString; fn SetBorderStartStartRadius(&self, value: DOMString) -> ErrorResult; fn Border_top_color(&self) -> DOMString; fn SetBorder_top_color(&self, value: DOMString) -> ErrorResult; fn BorderTopColor(&self) -> DOMString; fn SetBorderTopColor(&self, value: DOMString) -> ErrorResult; fn Border_top_left_radius(&self) -> DOMString; fn SetBorder_top_left_radius(&self, value: DOMString) -> ErrorResult; fn BorderTopLeftRadius(&self) -> DOMString; fn SetBorderTopLeftRadius(&self, value: DOMString) -> ErrorResult; fn Border_top_right_radius(&self) -> DOMString; fn SetBorder_top_right_radius(&self, value: DOMString) -> ErrorResult; fn BorderTopRightRadius(&self) -> DOMString; fn SetBorderTopRightRadius(&self, value: DOMString) -> ErrorResult; fn Border_top_style(&self) -> DOMString; fn SetBorder_top_style(&self, value: DOMString) -> ErrorResult; fn BorderTopStyle(&self) -> DOMString; fn SetBorderTopStyle(&self, value: DOMString) -> ErrorResult; fn Border_top_width(&self) -> DOMString; fn SetBorder_top_width(&self, value: DOMString) -> ErrorResult; fn BorderTopWidth(&self) -> DOMString; fn SetBorderTopWidth(&self, value: DOMString) -> ErrorResult; fn Bottom(&self) -> DOMString; fn SetBottom(&self, value: DOMString) -> ErrorResult; fn Box_shadow(&self) -> DOMString; fn SetBox_shadow(&self, value: DOMString) -> ErrorResult; fn BoxShadow(&self) -> DOMString; fn SetBoxShadow(&self, value: DOMString) -> ErrorResult; fn Box_sizing(&self) -> DOMString; fn SetBox_sizing(&self, value: DOMString) -> ErrorResult; fn BoxSizing(&self) -> DOMString; fn SetBoxSizing(&self, value: DOMString) -> ErrorResult; fn Caption_side(&self) -> DOMString; fn SetCaption_side(&self, value: DOMString) -> ErrorResult; fn CaptionSide(&self) -> DOMString; fn SetCaptionSide(&self, value: DOMString) -> ErrorResult; fn Clear(&self) -> DOMString; fn SetClear(&self, value: DOMString) -> ErrorResult; fn Clip(&self) -> DOMString; fn SetClip(&self, value: DOMString) -> ErrorResult; fn Clip_path(&self) -> DOMString; fn SetClip_path(&self, value: DOMString) -> ErrorResult; fn ClipPath(&self) -> DOMString; fn SetClipPath(&self, value: DOMString) -> ErrorResult; fn Color(&self) -> DOMString; fn SetColor(&self, value: DOMString) -> ErrorResult; fn Color_scheme(&self) -> DOMString; fn SetColor_scheme(&self, value: DOMString) -> ErrorResult; fn ColorScheme(&self) -> DOMString; fn SetColorScheme(&self, value: DOMString) -> ErrorResult; fn Column_count(&self) -> DOMString; fn SetColumn_count(&self, value: DOMString) -> ErrorResult; fn ColumnCount(&self) -> DOMString; fn SetColumnCount(&self, value: DOMString) -> ErrorResult; fn Column_gap(&self) -> DOMString; fn SetColumn_gap(&self, value: DOMString) -> ErrorResult; fn ColumnGap(&self) -> DOMString; fn SetColumnGap(&self, value: DOMString) -> ErrorResult; fn Column_span(&self) -> DOMString; fn SetColumn_span(&self, value: DOMString) -> ErrorResult; fn ColumnSpan(&self) -> DOMString; fn SetColumnSpan(&self, value: DOMString) -> ErrorResult; fn Column_width(&self) -> DOMString; fn SetColumn_width(&self, value: DOMString) -> ErrorResult; fn ColumnWidth(&self) -> DOMString; fn SetColumnWidth(&self, value: DOMString) -> ErrorResult; fn Contain(&self) -> DOMString; fn SetContain(&self, value: DOMString) -> ErrorResult; fn Container_name(&self) -> DOMString; fn SetContainer_name(&self, value: DOMString) -> ErrorResult; fn ContainerName(&self) -> DOMString; fn SetContainerName(&self, value: DOMString) -> ErrorResult; fn Container_type(&self) -> DOMString; fn SetContainer_type(&self, value: DOMString) -> ErrorResult; fn ContainerType(&self) -> DOMString; fn SetContainerType(&self, value: DOMString) -> ErrorResult; fn Content(&self) -> DOMString; fn SetContent(&self, value: DOMString) -> ErrorResult; fn Counter_increment(&self) -> DOMString; fn SetCounter_increment(&self, value: DOMString) -> ErrorResult; fn CounterIncrement(&self) -> DOMString; fn SetCounterIncrement(&self, value: DOMString) -> ErrorResult; fn Counter_reset(&self) -> DOMString; fn SetCounter_reset(&self, value: DOMString) -> ErrorResult; fn CounterReset(&self) -> DOMString; fn SetCounterReset(&self, value: DOMString) -> ErrorResult; fn Cursor(&self) -> DOMString; fn SetCursor(&self, value: DOMString) -> ErrorResult; fn Direction(&self) -> DOMString; fn SetDirection(&self, value: DOMString) -> ErrorResult; fn Display(&self) -> DOMString; fn SetDisplay(&self, value: DOMString) -> ErrorResult; fn Empty_cells(&self) -> DOMString; fn SetEmpty_cells(&self, value: DOMString) -> ErrorResult; fn EmptyCells(&self) -> DOMString; fn SetEmptyCells(&self, value: DOMString) -> ErrorResult; fn Filter(&self) -> DOMString; fn SetFilter(&self, value: DOMString) -> ErrorResult; fn Flex_basis(&self) -> DOMString; fn SetFlex_basis(&self, value: DOMString) -> ErrorResult; fn FlexBasis(&self) -> DOMString; fn SetFlexBasis(&self, value: DOMString) -> ErrorResult; fn Flex_direction(&self) -> DOMString; fn SetFlex_direction(&self, value: DOMString) -> ErrorResult; fn FlexDirection(&self) -> DOMString; fn SetFlexDirection(&self, value: DOMString) -> ErrorResult; fn Flex_grow(&self) -> DOMString; fn SetFlex_grow(&self, value: DOMString) -> ErrorResult; fn FlexGrow(&self) -> DOMString; fn SetFlexGrow(&self, value: DOMString) -> ErrorResult; fn Flex_shrink(&self) -> DOMString; fn SetFlex_shrink(&self, value: DOMString) -> ErrorResult; fn FlexShrink(&self) -> DOMString; fn SetFlexShrink(&self, value: DOMString) -> ErrorResult; fn Flex_wrap(&self) -> DOMString; fn SetFlex_wrap(&self, value: DOMString) -> ErrorResult; fn FlexWrap(&self) -> DOMString; fn SetFlexWrap(&self, value: DOMString) -> ErrorResult; fn Float(&self) -> DOMString; fn SetFloat(&self, value: DOMString) -> ErrorResult; fn Font_family(&self) -> DOMString; fn SetFont_family(&self, value: DOMString) -> ErrorResult; fn FontFamily(&self) -> DOMString; fn SetFontFamily(&self, value: DOMString) -> ErrorResult; fn Font_language_override(&self) -> DOMString; fn SetFont_language_override(&self, value: DOMString) -> ErrorResult; fn FontLanguageOverride(&self) -> DOMString; fn SetFontLanguageOverride(&self, value: DOMString) -> ErrorResult; fn Font_size(&self) -> DOMString; fn SetFont_size(&self, value: DOMString) -> ErrorResult; fn FontSize(&self) -> DOMString; fn SetFontSize(&self, value: DOMString) -> ErrorResult; fn Font_stretch(&self) -> DOMString; fn SetFont_stretch(&self, value: DOMString) -> ErrorResult; fn FontStretch(&self) -> DOMString; fn SetFontStretch(&self, value: DOMString) -> ErrorResult; fn Font_style(&self) -> DOMString; fn SetFont_style(&self, value: DOMString) -> ErrorResult; fn FontStyle(&self) -> DOMString; fn SetFontStyle(&self, value: DOMString) -> ErrorResult; fn Font_variant_caps(&self) -> DOMString; fn SetFont_variant_caps(&self, value: DOMString) -> ErrorResult; fn FontVariantCaps(&self) -> DOMString; fn SetFontVariantCaps(&self, value: DOMString) -> ErrorResult; fn Font_weight(&self) -> DOMString; fn SetFont_weight(&self, value: DOMString) -> ErrorResult; fn FontWeight(&self) -> DOMString; fn SetFontWeight(&self, value: DOMString) -> ErrorResult; fn Grid_auto_columns(&self) -> DOMString; fn SetGrid_auto_columns(&self, value: DOMString) -> ErrorResult; fn GridAutoColumns(&self) -> DOMString; fn SetGridAutoColumns(&self, value: DOMString) -> ErrorResult; fn Grid_auto_flow(&self) -> DOMString; fn SetGrid_auto_flow(&self, value: DOMString) -> ErrorResult; fn GridAutoFlow(&self) -> DOMString; fn SetGridAutoFlow(&self, value: DOMString) -> ErrorResult; fn Grid_auto_rows(&self) -> DOMString; fn SetGrid_auto_rows(&self, value: DOMString) -> ErrorResult; fn GridAutoRows(&self) -> DOMString; fn SetGridAutoRows(&self, value: DOMString) -> ErrorResult; fn Grid_column_end(&self) -> DOMString; fn SetGrid_column_end(&self, value: DOMString) -> ErrorResult; fn GridColumnEnd(&self) -> DOMString; fn SetGridColumnEnd(&self, value: DOMString) -> ErrorResult; fn Grid_column_gap(&self) -> DOMString; fn SetGrid_column_gap(&self, value: DOMString) -> ErrorResult; fn GridColumnGap(&self) -> DOMString; fn SetGridColumnGap(&self, value: DOMString) -> ErrorResult; fn Grid_column_start(&self) -> DOMString; fn SetGrid_column_start(&self, value: DOMString) -> ErrorResult; fn GridColumnStart(&self) -> DOMString; fn SetGridColumnStart(&self, value: DOMString) -> ErrorResult; fn Grid_row_end(&self) -> DOMString; fn SetGrid_row_end(&self, value: DOMString) -> ErrorResult; fn GridRowEnd(&self) -> DOMString; fn SetGridRowEnd(&self, value: DOMString) -> ErrorResult; fn Grid_row_gap(&self) -> DOMString; fn SetGrid_row_gap(&self, value: DOMString) -> ErrorResult; fn GridRowGap(&self) -> DOMString; fn SetGridRowGap(&self, value: DOMString) -> ErrorResult; fn Grid_row_start(&self) -> DOMString; fn SetGrid_row_start(&self, value: DOMString) -> ErrorResult; fn GridRowStart(&self) -> DOMString; fn SetGridRowStart(&self, value: DOMString) -> ErrorResult; fn Grid_template_areas(&self) -> DOMString; fn SetGrid_template_areas(&self, value: DOMString) -> ErrorResult; fn GridTemplateAreas(&self) -> DOMString; fn SetGridTemplateAreas(&self, value: DOMString) -> ErrorResult; fn Grid_template_columns(&self) -> DOMString; fn SetGrid_template_columns(&self, value: DOMString) -> ErrorResult; fn GridTemplateColumns(&self) -> DOMString; fn SetGridTemplateColumns(&self, value: DOMString) -> ErrorResult; fn Grid_template_rows(&self) -> DOMString; fn SetGrid_template_rows(&self, value: DOMString) -> ErrorResult; fn GridTemplateRows(&self) -> DOMString; fn SetGridTemplateRows(&self, value: DOMString) -> ErrorResult; fn Height(&self) -> DOMString; fn SetHeight(&self, value: DOMString) -> ErrorResult; fn Image_rendering(&self) -> DOMString; fn SetImage_rendering(&self, value: DOMString) -> ErrorResult; fn ImageRendering(&self) -> DOMString; fn SetImageRendering(&self, value: DOMString) -> ErrorResult; fn Inline_size(&self) -> DOMString; fn SetInline_size(&self, value: DOMString) -> ErrorResult; fn InlineSize(&self) -> DOMString; fn SetInlineSize(&self, value: DOMString) -> ErrorResult; fn Inset_block_end(&self) -> DOMString; fn SetInset_block_end(&self, value: DOMString) -> ErrorResult; fn InsetBlockEnd(&self) -> DOMString; fn SetInsetBlockEnd(&self, value: DOMString) -> ErrorResult; fn Inset_block_start(&self) -> DOMString; fn SetInset_block_start(&self, value: DOMString) -> ErrorResult; fn InsetBlockStart(&self) -> DOMString; fn SetInsetBlockStart(&self, value: DOMString) -> ErrorResult; fn Inset_inline_end(&self) -> DOMString; fn SetInset_inline_end(&self, value: DOMString) -> ErrorResult; fn InsetInlineEnd(&self) -> DOMString; fn SetInsetInlineEnd(&self, value: DOMString) -> ErrorResult; fn Inset_inline_start(&self) -> DOMString; fn SetInset_inline_start(&self, value: DOMString) -> ErrorResult; fn InsetInlineStart(&self) -> DOMString; fn SetInsetInlineStart(&self, value: DOMString) -> ErrorResult; fn Isolation(&self) -> DOMString; fn SetIsolation(&self, value: DOMString) -> ErrorResult; fn Justify_content(&self) -> DOMString; fn SetJustify_content(&self, value: DOMString) -> ErrorResult; fn JustifyContent(&self) -> DOMString; fn SetJustifyContent(&self, value: DOMString) -> ErrorResult; fn Justify_items(&self) -> DOMString; fn SetJustify_items(&self, value: DOMString) -> ErrorResult; fn JustifyItems(&self) -> DOMString; fn SetJustifyItems(&self, value: DOMString) -> ErrorResult; fn Justify_self(&self) -> DOMString; fn SetJustify_self(&self, value: DOMString) -> ErrorResult; fn JustifySelf(&self) -> DOMString; fn SetJustifySelf(&self, value: DOMString) -> ErrorResult; fn Left(&self) -> DOMString; fn SetLeft(&self, value: DOMString) -> ErrorResult; fn Letter_spacing(&self) -> DOMString; fn SetLetter_spacing(&self, value: DOMString) -> ErrorResult; fn LetterSpacing(&self) -> DOMString; fn SetLetterSpacing(&self, value: DOMString) -> ErrorResult; fn Line_height(&self) -> DOMString; fn SetLine_height(&self, value: DOMString) -> ErrorResult; fn LineHeight(&self) -> DOMString; fn SetLineHeight(&self, value: DOMString) -> ErrorResult; fn List_style_image(&self) -> DOMString; fn SetList_style_image(&self, value: DOMString) -> ErrorResult; fn ListStyleImage(&self) -> DOMString; fn SetListStyleImage(&self, value: DOMString) -> ErrorResult; fn List_style_position(&self) -> DOMString; fn SetList_style_position(&self, value: DOMString) -> ErrorResult; fn ListStylePosition(&self) -> DOMString; fn SetListStylePosition(&self, value: DOMString) -> ErrorResult; fn List_style_type(&self) -> DOMString; fn SetList_style_type(&self, value: DOMString) -> ErrorResult; fn ListStyleType(&self) -> DOMString; fn SetListStyleType(&self, value: DOMString) -> ErrorResult; fn Margin_block_end(&self) -> DOMString; fn SetMargin_block_end(&self, value: DOMString) -> ErrorResult; fn MarginBlockEnd(&self) -> DOMString; fn SetMarginBlockEnd(&self, value: DOMString) -> ErrorResult; fn Margin_block_start(&self) -> DOMString; fn SetMargin_block_start(&self, value: DOMString) -> ErrorResult; fn MarginBlockStart(&self) -> DOMString; fn SetMarginBlockStart(&self, value: DOMString) -> ErrorResult; fn Margin_bottom(&self) -> DOMString; fn SetMargin_bottom(&self, value: DOMString) -> ErrorResult; fn MarginBottom(&self) -> DOMString; fn SetMarginBottom(&self, value: DOMString) -> ErrorResult; fn Margin_inline_end(&self) -> DOMString; fn SetMargin_inline_end(&self, value: DOMString) -> ErrorResult; fn MarginInlineEnd(&self) -> DOMString; fn SetMarginInlineEnd(&self, value: DOMString) -> ErrorResult; fn Margin_inline_start(&self) -> DOMString; fn SetMargin_inline_start(&self, value: DOMString) -> ErrorResult; fn MarginInlineStart(&self) -> DOMString; fn SetMarginInlineStart(&self, value: DOMString) -> ErrorResult; fn Margin_left(&self) -> DOMString; fn SetMargin_left(&self, value: DOMString) -> ErrorResult; fn MarginLeft(&self) -> DOMString; fn SetMarginLeft(&self, value: DOMString) -> ErrorResult; fn Margin_right(&self) -> DOMString; fn SetMargin_right(&self, value: DOMString) -> ErrorResult; fn MarginRight(&self) -> DOMString; fn SetMarginRight(&self, value: DOMString) -> ErrorResult; fn Margin_top(&self) -> DOMString; fn SetMargin_top(&self, value: DOMString) -> ErrorResult; fn MarginTop(&self) -> DOMString; fn SetMarginTop(&self, value: DOMString) -> ErrorResult; fn Mask_image(&self) -> DOMString; fn SetMask_image(&self, value: DOMString) -> ErrorResult; fn MaskImage(&self) -> DOMString; fn SetMaskImage(&self, value: DOMString) -> ErrorResult; fn Max_block_size(&self) -> DOMString; fn SetMax_block_size(&self, value: DOMString) -> ErrorResult; fn MaxBlockSize(&self) -> DOMString; fn SetMaxBlockSize(&self, value: DOMString) -> ErrorResult; fn Max_height(&self) -> DOMString; fn SetMax_height(&self, value: DOMString) -> ErrorResult; fn MaxHeight(&self) -> DOMString; fn SetMaxHeight(&self, value: DOMString) -> ErrorResult; fn Max_inline_size(&self) -> DOMString; fn SetMax_inline_size(&self, value: DOMString) -> ErrorResult; fn MaxInlineSize(&self) -> DOMString; fn SetMaxInlineSize(&self, value: DOMString) -> ErrorResult; fn Max_width(&self) -> DOMString; fn SetMax_width(&self, value: DOMString) -> ErrorResult; fn MaxWidth(&self) -> DOMString; fn SetMaxWidth(&self, value: DOMString) -> ErrorResult; fn Min_block_size(&self) -> DOMString; fn SetMin_block_size(&self, value: DOMString) -> ErrorResult; fn MinBlockSize(&self) -> DOMString; fn SetMinBlockSize(&self, value: DOMString) -> ErrorResult; fn Min_height(&self) -> DOMString; fn SetMin_height(&self, value: DOMString) -> ErrorResult; fn MinHeight(&self) -> DOMString; fn SetMinHeight(&self, value: DOMString) -> ErrorResult; fn Min_inline_size(&self) -> DOMString; fn SetMin_inline_size(&self, value: DOMString) -> ErrorResult; fn MinInlineSize(&self) -> DOMString; fn SetMinInlineSize(&self, value: DOMString) -> ErrorResult; fn Min_width(&self) -> DOMString; fn SetMin_width(&self, value: DOMString) -> ErrorResult; fn MinWidth(&self) -> DOMString; fn SetMinWidth(&self, value: DOMString) -> ErrorResult; fn Mix_blend_mode(&self) -> DOMString; fn SetMix_blend_mode(&self, value: DOMString) -> ErrorResult; fn MixBlendMode(&self) -> DOMString; fn SetMixBlendMode(&self, value: DOMString) -> ErrorResult; fn Object_fit(&self) -> DOMString; fn SetObject_fit(&self, value: DOMString) -> ErrorResult; fn ObjectFit(&self) -> DOMString; fn SetObjectFit(&self, value: DOMString) -> ErrorResult; fn Object_position(&self) -> DOMString; fn SetObject_position(&self, value: DOMString) -> ErrorResult; fn ObjectPosition(&self) -> DOMString; fn SetObjectPosition(&self, value: DOMString) -> ErrorResult; fn Offset_path(&self) -> DOMString; fn SetOffset_path(&self, value: DOMString) -> ErrorResult; fn OffsetPath(&self) -> DOMString; fn SetOffsetPath(&self, value: DOMString) -> ErrorResult; fn Opacity(&self) -> DOMString; fn SetOpacity(&self, value: DOMString) -> ErrorResult; fn Order(&self) -> DOMString; fn SetOrder(&self, value: DOMString) -> ErrorResult; fn Outline_color(&self) -> DOMString; fn SetOutline_color(&self, value: DOMString) -> ErrorResult; fn OutlineColor(&self) -> DOMString; fn SetOutlineColor(&self, value: DOMString) -> ErrorResult; fn Outline_offset(&self) -> DOMString; fn SetOutline_offset(&self, value: DOMString) -> ErrorResult; fn OutlineOffset(&self) -> DOMString; fn SetOutlineOffset(&self, value: DOMString) -> ErrorResult; fn Outline_style(&self) -> DOMString; fn SetOutline_style(&self, value: DOMString) -> ErrorResult; fn OutlineStyle(&self) -> DOMString; fn SetOutlineStyle(&self, value: DOMString) -> ErrorResult; fn Outline_width(&self) -> DOMString; fn SetOutline_width(&self, value: DOMString) -> ErrorResult; fn OutlineWidth(&self) -> DOMString; fn SetOutlineWidth(&self, value: DOMString) -> ErrorResult; fn Overflow_block(&self) -> DOMString; fn SetOverflow_block(&self, value: DOMString) -> ErrorResult; fn OverflowBlock(&self) -> DOMString; fn SetOverflowBlock(&self, value: DOMString) -> ErrorResult; fn Overflow_clip_margin(&self) -> DOMString; fn SetOverflow_clip_margin(&self, value: DOMString) -> ErrorResult; fn OverflowClipMargin(&self) -> DOMString; fn SetOverflowClipMargin(&self, value: DOMString) -> ErrorResult; fn Overflow_inline(&self) -> DOMString; fn SetOverflow_inline(&self, value: DOMString) -> ErrorResult; fn OverflowInline(&self) -> DOMString; fn SetOverflowInline(&self, value: DOMString) -> ErrorResult; fn Overflow_wrap(&self) -> DOMString; fn SetOverflow_wrap(&self, value: DOMString) -> ErrorResult; fn OverflowWrap(&self) -> DOMString; fn SetOverflowWrap(&self, value: DOMString) -> ErrorResult; fn Overflow_x(&self) -> DOMString; fn SetOverflow_x(&self, value: DOMString) -> ErrorResult; fn OverflowX(&self) -> DOMString; fn SetOverflowX(&self, value: DOMString) -> ErrorResult; fn Overflow_y(&self) -> DOMString; fn SetOverflow_y(&self, value: DOMString) -> ErrorResult; fn OverflowY(&self) -> DOMString; fn SetOverflowY(&self, value: DOMString) -> ErrorResult; fn Padding_block_end(&self) -> DOMString; fn SetPadding_block_end(&self, value: DOMString) -> ErrorResult; fn PaddingBlockEnd(&self) -> DOMString; fn SetPaddingBlockEnd(&self, value: DOMString) -> ErrorResult; fn Padding_block_start(&self) -> DOMString; fn SetPadding_block_start(&self, value: DOMString) -> ErrorResult; fn PaddingBlockStart(&self) -> DOMString; fn SetPaddingBlockStart(&self, value: DOMString) -> ErrorResult; fn Padding_bottom(&self) -> DOMString; fn SetPadding_bottom(&self, value: DOMString) -> ErrorResult; fn PaddingBottom(&self) -> DOMString; fn SetPaddingBottom(&self, value: DOMString) -> ErrorResult; fn Padding_inline_end(&self) -> DOMString; fn SetPadding_inline_end(&self, value: DOMString) -> ErrorResult; fn PaddingInlineEnd(&self) -> DOMString; fn SetPaddingInlineEnd(&self, value: DOMString) -> ErrorResult; fn Padding_inline_start(&self) -> DOMString; fn SetPadding_inline_start(&self, value: DOMString) -> ErrorResult; fn PaddingInlineStart(&self) -> DOMString; fn SetPaddingInlineStart(&self, value: DOMString) -> ErrorResult; fn Padding_left(&self) -> DOMString; fn SetPadding_left(&self, value: DOMString) -> ErrorResult; fn PaddingLeft(&self) -> DOMString; fn SetPaddingLeft(&self, value: DOMString) -> ErrorResult; fn Padding_right(&self) -> DOMString; fn SetPadding_right(&self, value: DOMString) -> ErrorResult; fn PaddingRight(&self) -> DOMString; fn SetPaddingRight(&self, value: DOMString) -> ErrorResult; fn Padding_top(&self) -> DOMString; fn SetPadding_top(&self, value: DOMString) -> ErrorResult; fn PaddingTop(&self) -> DOMString; fn SetPaddingTop(&self, value: DOMString) -> ErrorResult; fn Perspective(&self) -> DOMString; fn SetPerspective(&self, value: DOMString) -> ErrorResult; fn Perspective_origin(&self) -> DOMString; fn SetPerspective_origin(&self, value: DOMString) -> ErrorResult; fn PerspectiveOrigin(&self) -> DOMString; fn SetPerspectiveOrigin(&self, value: DOMString) -> ErrorResult; fn Pointer_events(&self) -> DOMString; fn SetPointer_events(&self, value: DOMString) -> ErrorResult; fn PointerEvents(&self) -> DOMString; fn SetPointerEvents(&self, value: DOMString) -> ErrorResult; fn Position(&self) -> DOMString; fn SetPosition(&self, value: DOMString) -> ErrorResult; fn Quotes(&self) -> DOMString; fn SetQuotes(&self, value: DOMString) -> ErrorResult; fn Right(&self) -> DOMString; fn SetRight(&self, value: DOMString) -> ErrorResult; fn Rotate(&self) -> DOMString; fn SetRotate(&self, value: DOMString) -> ErrorResult; fn Row_gap(&self) -> DOMString; fn SetRow_gap(&self, value: DOMString) -> ErrorResult; fn RowGap(&self) -> DOMString; fn SetRowGap(&self, value: DOMString) -> ErrorResult; fn Scale(&self) -> DOMString; fn SetScale(&self, value: DOMString) -> ErrorResult; fn Table_layout(&self) -> DOMString; fn SetTable_layout(&self, value: DOMString) -> ErrorResult; fn TableLayout(&self) -> DOMString; fn SetTableLayout(&self, value: DOMString) -> ErrorResult; fn Text_align(&self) -> DOMString; fn SetText_align(&self, value: DOMString) -> ErrorResult; fn TextAlign(&self) -> DOMString; fn SetTextAlign(&self, value: DOMString) -> ErrorResult; fn Text_align_last(&self) -> DOMString; fn SetText_align_last(&self, value: DOMString) -> ErrorResult; fn TextAlignLast(&self) -> DOMString; fn SetTextAlignLast(&self, value: DOMString) -> ErrorResult; fn Text_decoration_color(&self) -> DOMString; fn SetText_decoration_color(&self, value: DOMString) -> ErrorResult; fn TextDecorationColor(&self) -> DOMString; fn SetTextDecorationColor(&self, value: DOMString) -> ErrorResult; fn Text_decoration_line(&self) -> DOMString; fn SetText_decoration_line(&self, value: DOMString) -> ErrorResult; fn TextDecorationLine(&self) -> DOMString; fn SetTextDecorationLine(&self, value: DOMString) -> ErrorResult; fn Text_decoration_style(&self) -> DOMString; fn SetText_decoration_style(&self, value: DOMString) -> ErrorResult; fn TextDecorationStyle(&self) -> DOMString; fn SetTextDecorationStyle(&self, value: DOMString) -> ErrorResult; fn Text_indent(&self) -> DOMString; fn SetText_indent(&self, value: DOMString) -> ErrorResult; fn TextIndent(&self) -> DOMString; fn SetTextIndent(&self, value: DOMString) -> ErrorResult; fn Text_justify(&self) -> DOMString; fn SetText_justify(&self, value: DOMString) -> ErrorResult; fn TextJustify(&self) -> DOMString; fn SetTextJustify(&self, value: DOMString) -> ErrorResult; fn Text_overflow(&self) -> DOMString; fn SetText_overflow(&self, value: DOMString) -> ErrorResult; fn TextOverflow(&self) -> DOMString; fn SetTextOverflow(&self, value: DOMString) -> ErrorResult; fn Text_rendering(&self) -> DOMString; fn SetText_rendering(&self, value: DOMString) -> ErrorResult; fn TextRendering(&self) -> DOMString; fn SetTextRendering(&self, value: DOMString) -> ErrorResult; fn Text_shadow(&self) -> DOMString; fn SetText_shadow(&self, value: DOMString) -> ErrorResult; fn TextShadow(&self) -> DOMString; fn SetTextShadow(&self, value: DOMString) -> ErrorResult; fn Text_transform(&self) -> DOMString; fn SetText_transform(&self, value: DOMString) -> ErrorResult; fn TextTransform(&self) -> DOMString; fn SetTextTransform(&self, value: DOMString) -> ErrorResult; fn Text_wrap_mode(&self) -> DOMString; fn SetText_wrap_mode(&self, value: DOMString) -> ErrorResult; fn TextWrapMode(&self) -> DOMString; fn SetTextWrapMode(&self, value: DOMString) -> ErrorResult; fn Top(&self) -> DOMString; fn SetTop(&self, value: DOMString) -> ErrorResult; fn Transform(&self) -> DOMString; fn SetTransform(&self, value: DOMString) -> ErrorResult; fn Transform_origin(&self) -> DOMString; fn SetTransform_origin(&self, value: DOMString) -> ErrorResult; fn TransformOrigin(&self) -> DOMString; fn SetTransformOrigin(&self, value: DOMString) -> ErrorResult; fn Transform_style(&self) -> DOMString; fn SetTransform_style(&self, value: DOMString) -> ErrorResult; fn TransformStyle(&self) -> DOMString; fn SetTransformStyle(&self, value: DOMString) -> ErrorResult; fn Transition_behavior(&self) -> DOMString; fn SetTransition_behavior(&self, value: DOMString) -> ErrorResult; fn TransitionBehavior(&self) -> DOMString; fn SetTransitionBehavior(&self, value: DOMString) -> ErrorResult; fn Transition_delay(&self) -> DOMString; fn SetTransition_delay(&self, value: DOMString) -> ErrorResult; fn TransitionDelay(&self) -> DOMString; fn SetTransitionDelay(&self, value: DOMString) -> ErrorResult; fn Transition_duration(&self) -> DOMString; fn SetTransition_duration(&self, value: DOMString) -> ErrorResult; fn TransitionDuration(&self) -> DOMString; fn SetTransitionDuration(&self, value: DOMString) -> ErrorResult; fn Transition_property(&self) -> DOMString; fn SetTransition_property(&self, value: DOMString) -> ErrorResult; fn TransitionProperty(&self) -> DOMString; fn SetTransitionProperty(&self, value: DOMString) -> ErrorResult; fn Transition_timing_function(&self) -> DOMString; fn SetTransition_timing_function(&self, value: DOMString) -> ErrorResult; fn TransitionTimingFunction(&self) -> DOMString; fn SetTransitionTimingFunction(&self, value: DOMString) -> ErrorResult; fn Translate(&self) -> DOMString; fn SetTranslate(&self, value: DOMString) -> ErrorResult; fn Unicode_bidi(&self) -> DOMString; fn SetUnicode_bidi(&self, value: DOMString) -> ErrorResult; fn UnicodeBidi(&self) -> DOMString; fn SetUnicodeBidi(&self, value: DOMString) -> ErrorResult; fn Vertical_align(&self) -> DOMString; fn SetVertical_align(&self, value: DOMString) -> ErrorResult; fn VerticalAlign(&self) -> DOMString; fn SetVerticalAlign(&self, value: DOMString) -> ErrorResult; fn Visibility(&self) -> DOMString; fn SetVisibility(&self, value: DOMString) -> ErrorResult; fn White_space_collapse(&self) -> DOMString; fn SetWhite_space_collapse(&self, value: DOMString) -> ErrorResult; fn WhiteSpaceCollapse(&self) -> DOMString; fn SetWhiteSpaceCollapse(&self, value: DOMString) -> ErrorResult; fn Width(&self) -> DOMString; fn SetWidth(&self, value: DOMString) -> ErrorResult; fn Will_change(&self) -> DOMString; fn SetWill_change(&self, value: DOMString) -> ErrorResult; fn WillChange(&self) -> DOMString; fn SetWillChange(&self, value: DOMString) -> ErrorResult; fn Word_break(&self) -> DOMString; fn SetWord_break(&self, value: DOMString) -> ErrorResult; fn WordBreak(&self) -> DOMString; fn SetWordBreak(&self, value: DOMString) -> ErrorResult; fn Word_spacing(&self) -> DOMString; fn SetWord_spacing(&self, value: DOMString) -> ErrorResult; fn WordSpacing(&self) -> DOMString; fn SetWordSpacing(&self, value: DOMString) -> ErrorResult; fn Word_wrap(&self) -> DOMString; fn SetWord_wrap(&self, value: DOMString) -> ErrorResult; fn WordWrap(&self) -> DOMString; fn SetWordWrap(&self, value: DOMString) -> ErrorResult; fn Writing_mode(&self) -> DOMString; fn SetWriting_mode(&self, value: DOMString) -> ErrorResult; fn WritingMode(&self) -> DOMString; fn SetWritingMode(&self, value: DOMString) -> ErrorResult; fn Z_index(&self) -> DOMString; fn SetZ_index(&self, value: DOMString) -> ErrorResult; fn ZIndex(&self) -> DOMString; fn SetZIndex(&self, value: DOMString) -> ErrorResult; fn All(&self) -> DOMString; fn SetAll(&self, value: DOMString) -> ErrorResult; fn Animation(&self) -> DOMString; fn SetAnimation(&self, value: DOMString) -> ErrorResult; fn Background(&self) -> DOMString; fn SetBackground(&self, value: DOMString) -> ErrorResult; fn Background_position(&self) -> DOMString; fn SetBackground_position(&self, value: DOMString) -> ErrorResult; fn BackgroundPosition(&self) -> DOMString; fn SetBackgroundPosition(&self, value: DOMString) -> ErrorResult; fn Border(&self) -> DOMString; fn SetBorder(&self, value: DOMString) -> ErrorResult; fn Border_block(&self) -> DOMString; fn SetBorder_block(&self, value: DOMString) -> ErrorResult; fn BorderBlock(&self) -> DOMString; fn SetBorderBlock(&self, value: DOMString) -> ErrorResult; fn Border_block_color(&self) -> DOMString; fn SetBorder_block_color(&self, value: DOMString) -> ErrorResult; fn BorderBlockColor(&self) -> DOMString; fn SetBorderBlockColor(&self, value: DOMString) -> ErrorResult; fn Border_block_end(&self) -> DOMString; fn SetBorder_block_end(&self, value: DOMString) -> ErrorResult; fn BorderBlockEnd(&self) -> DOMString; fn SetBorderBlockEnd(&self, value: DOMString) -> ErrorResult; fn Border_block_start(&self) -> DOMString; fn SetBorder_block_start(&self, value: DOMString) -> ErrorResult; fn BorderBlockStart(&self) -> DOMString; fn SetBorderBlockStart(&self, value: DOMString) -> ErrorResult; fn Border_block_style(&self) -> DOMString; fn SetBorder_block_style(&self, value: DOMString) -> ErrorResult; fn BorderBlockStyle(&self) -> DOMString; fn SetBorderBlockStyle(&self, value: DOMString) -> ErrorResult; fn Border_block_width(&self) -> DOMString; fn SetBorder_block_width(&self, value: DOMString) -> ErrorResult; fn BorderBlockWidth(&self) -> DOMString; fn SetBorderBlockWidth(&self, value: DOMString) -> ErrorResult; fn Border_bottom(&self) -> DOMString; fn SetBorder_bottom(&self, value: DOMString) -> ErrorResult; fn BorderBottom(&self) -> DOMString; fn SetBorderBottom(&self, value: DOMString) -> ErrorResult; fn Border_color(&self) -> DOMString; fn SetBorder_color(&self, value: DOMString) -> ErrorResult; fn BorderColor(&self) -> DOMString; fn SetBorderColor(&self, value: DOMString) -> ErrorResult; fn Border_image(&self) -> DOMString; fn SetBorder_image(&self, value: DOMString) -> ErrorResult; fn BorderImage(&self) -> DOMString; fn SetBorderImage(&self, value: DOMString) -> ErrorResult; fn Border_inline(&self) -> DOMString; fn SetBorder_inline(&self, value: DOMString) -> ErrorResult; fn BorderInline(&self) -> DOMString; fn SetBorderInline(&self, value: DOMString) -> ErrorResult; fn Border_inline_color(&self) -> DOMString; fn SetBorder_inline_color(&self, value: DOMString) -> ErrorResult; fn BorderInlineColor(&self) -> DOMString; fn SetBorderInlineColor(&self, value: DOMString) -> ErrorResult; fn Border_inline_end(&self) -> DOMString; fn SetBorder_inline_end(&self, value: DOMString) -> ErrorResult; fn BorderInlineEnd(&self) -> DOMString; fn SetBorderInlineEnd(&self, value: DOMString) -> ErrorResult; fn Border_inline_start(&self) -> DOMString; fn SetBorder_inline_start(&self, value: DOMString) -> ErrorResult; fn BorderInlineStart(&self) -> DOMString; fn SetBorderInlineStart(&self, value: DOMString) -> ErrorResult; fn Border_inline_style(&self) -> DOMString; fn SetBorder_inline_style(&self, value: DOMString) -> ErrorResult; fn BorderInlineStyle(&self) -> DOMString; fn SetBorderInlineStyle(&self, value: DOMString) -> ErrorResult; fn Border_inline_width(&self) -> DOMString; fn SetBorder_inline_width(&self, value: DOMString) -> ErrorResult; fn BorderInlineWidth(&self) -> DOMString; fn SetBorderInlineWidth(&self, value: DOMString) -> ErrorResult; fn Border_left(&self) -> DOMString; fn SetBorder_left(&self, value: DOMString) -> ErrorResult; fn BorderLeft(&self) -> DOMString; fn SetBorderLeft(&self, value: DOMString) -> ErrorResult; fn Border_radius(&self) -> DOMString; fn SetBorder_radius(&self, value: DOMString) -> ErrorResult; fn BorderRadius(&self) -> DOMString; fn SetBorderRadius(&self, value: DOMString) -> ErrorResult; fn Border_right(&self) -> DOMString; fn SetBorder_right(&self, value: DOMString) -> ErrorResult; fn BorderRight(&self) -> DOMString; fn SetBorderRight(&self, value: DOMString) -> ErrorResult; fn Border_style(&self) -> DOMString; fn SetBorder_style(&self, value: DOMString) -> ErrorResult; fn BorderStyle(&self) -> DOMString; fn SetBorderStyle(&self, value: DOMString) -> ErrorResult; fn Border_top(&self) -> DOMString; fn SetBorder_top(&self, value: DOMString) -> ErrorResult; fn BorderTop(&self) -> DOMString; fn SetBorderTop(&self, value: DOMString) -> ErrorResult; fn Border_width(&self) -> DOMString; fn SetBorder_width(&self, value: DOMString) -> ErrorResult; fn BorderWidth(&self) -> DOMString; fn SetBorderWidth(&self, value: DOMString) -> ErrorResult; fn Columns(&self) -> DOMString; fn SetColumns(&self, value: DOMString) -> ErrorResult; fn Flex(&self) -> DOMString; fn SetFlex(&self, value: DOMString) -> ErrorResult; fn Flex_flow(&self) -> DOMString; fn SetFlex_flow(&self, value: DOMString) -> ErrorResult; fn FlexFlow(&self) -> DOMString; fn SetFlexFlow(&self, value: DOMString) -> ErrorResult; fn Font(&self) -> DOMString; fn SetFont(&self, value: DOMString) -> ErrorResult; fn Font_variant(&self) -> DOMString; fn SetFont_variant(&self, value: DOMString) -> ErrorResult; fn FontVariant(&self) -> DOMString; fn SetFontVariant(&self, value: DOMString) -> ErrorResult; fn Gap(&self) -> DOMString; fn SetGap(&self, value: DOMString) -> ErrorResult; fn Grid(&self) -> DOMString; fn SetGrid(&self, value: DOMString) -> ErrorResult; fn Grid_area(&self) -> DOMString; fn SetGrid_area(&self, value: DOMString) -> ErrorResult; fn GridArea(&self) -> DOMString; fn SetGridArea(&self, value: DOMString) -> ErrorResult; fn Grid_column(&self) -> DOMString; fn SetGrid_column(&self, value: DOMString) -> ErrorResult; fn GridColumn(&self) -> DOMString; fn SetGridColumn(&self, value: DOMString) -> ErrorResult; fn Grid_gap(&self) -> DOMString; fn SetGrid_gap(&self, value: DOMString) -> ErrorResult; fn GridGap(&self) -> DOMString; fn SetGridGap(&self, value: DOMString) -> ErrorResult; fn Grid_row(&self) -> DOMString; fn SetGrid_row(&self, value: DOMString) -> ErrorResult; fn GridRow(&self) -> DOMString; fn SetGridRow(&self, value: DOMString) -> ErrorResult; fn Grid_template(&self) -> DOMString; fn SetGrid_template(&self, value: DOMString) -> ErrorResult; fn GridTemplate(&self) -> DOMString; fn SetGridTemplate(&self, value: DOMString) -> ErrorResult; fn Inset(&self) -> DOMString; fn SetInset(&self, value: DOMString) -> ErrorResult; fn Inset_block(&self) -> DOMString; fn SetInset_block(&self, value: DOMString) -> ErrorResult; fn InsetBlock(&self) -> DOMString; fn SetInsetBlock(&self, value: DOMString) -> ErrorResult; fn Inset_inline(&self) -> DOMString; fn SetInset_inline(&self, value: DOMString) -> ErrorResult; fn InsetInline(&self) -> DOMString; fn SetInsetInline(&self, value: DOMString) -> ErrorResult; fn List_style(&self) -> DOMString; fn SetList_style(&self, value: DOMString) -> ErrorResult; fn ListStyle(&self) -> DOMString; fn SetListStyle(&self, value: DOMString) -> ErrorResult; fn Margin(&self) -> DOMString; fn SetMargin(&self, value: DOMString) -> ErrorResult; fn Margin_block(&self) -> DOMString; fn SetMargin_block(&self, value: DOMString) -> ErrorResult; fn MarginBlock(&self) -> DOMString; fn SetMarginBlock(&self, value: DOMString) -> ErrorResult; fn Margin_inline(&self) -> DOMString; fn SetMargin_inline(&self, value: DOMString) -> ErrorResult; fn MarginInline(&self) -> DOMString; fn SetMarginInline(&self, value: DOMString) -> ErrorResult; fn Outline(&self) -> DOMString; fn SetOutline(&self, value: DOMString) -> ErrorResult; fn Overflow(&self) -> DOMString; fn SetOverflow(&self, value: DOMString) -> ErrorResult; fn Padding(&self) -> DOMString; fn SetPadding(&self, value: DOMString) -> ErrorResult; fn Padding_block(&self) -> DOMString; fn SetPadding_block(&self, value: DOMString) -> ErrorResult; fn PaddingBlock(&self) -> DOMString; fn SetPaddingBlock(&self, value: DOMString) -> ErrorResult; fn Padding_inline(&self) -> DOMString; fn SetPadding_inline(&self, value: DOMString) -> ErrorResult; fn PaddingInline(&self) -> DOMString; fn SetPaddingInline(&self, value: DOMString) -> ErrorResult; fn Place_content(&self) -> DOMString; fn SetPlace_content(&self, value: DOMString) -> ErrorResult; fn PlaceContent(&self) -> DOMString; fn SetPlaceContent(&self, value: DOMString) -> ErrorResult; fn Place_items(&self) -> DOMString; fn SetPlace_items(&self, value: DOMString) -> ErrorResult; fn PlaceItems(&self) -> DOMString; fn SetPlaceItems(&self, value: DOMString) -> ErrorResult; fn Place_self(&self) -> DOMString; fn SetPlace_self(&self, value: DOMString) -> ErrorResult; fn PlaceSelf(&self) -> DOMString; fn SetPlaceSelf(&self, value: DOMString) -> ErrorResult; fn Text_decoration(&self) -> DOMString; fn SetText_decoration(&self, value: DOMString) -> ErrorResult; fn TextDecoration(&self) -> DOMString; fn SetTextDecoration(&self, value: DOMString) -> ErrorResult; fn Transition(&self) -> DOMString; fn SetTransition(&self, value: DOMString) -> ErrorResult; fn White_space(&self) -> DOMString; fn SetWhite_space(&self, value: DOMString) -> ErrorResult; fn WhiteSpace(&self) -> DOMString; fn SetWhiteSpace(&self, value: DOMString) -> ErrorResult; fn IndexedGetter(&self, index: u32) -> Option<DOMString>;
}

Required Methods§

Source

fn CssText(&self) -> DOMString

Source

fn SetCssText(&self, value: DOMString, _can_gc: CanGc) -> ErrorResult

Source

fn Length(&self) -> u32

Source

fn Item(&self, index: u32) -> DOMString

Source

fn GetPropertyValue(&self, property: DOMString, _can_gc: CanGc) -> DOMString

Source

fn GetPropertyPriority(&self, property: DOMString) -> DOMString

Source

fn SetProperty( &self, property: DOMString, value: DOMString, priority: DOMString, _can_gc: CanGc, ) -> Fallible<()>

Source

fn RemoveProperty( &self, property: DOMString, _can_gc: CanGc, ) -> Fallible<DOMString>

Source

fn CssFloat(&self, _can_gc: CanGc) -> DOMString

Source

fn SetCssFloat(&self, value: DOMString, _can_gc: CanGc) -> ErrorResult

Source

fn Align_content(&self) -> DOMString

Source

fn SetAlign_content(&self, value: DOMString) -> ErrorResult

Source

fn AlignContent(&self) -> DOMString

Source

fn SetAlignContent(&self, value: DOMString) -> ErrorResult

Source

fn Align_items(&self) -> DOMString

Source

fn SetAlign_items(&self, value: DOMString) -> ErrorResult

Source

fn AlignItems(&self) -> DOMString

Source

fn SetAlignItems(&self, value: DOMString) -> ErrorResult

Source

fn Align_self(&self) -> DOMString

Source

fn SetAlign_self(&self, value: DOMString) -> ErrorResult

Source

fn AlignSelf(&self) -> DOMString

Source

fn SetAlignSelf(&self, value: DOMString) -> ErrorResult

Source

fn Animation_composition(&self) -> DOMString

Source

fn SetAnimation_composition(&self, value: DOMString) -> ErrorResult

Source

fn AnimationComposition(&self) -> DOMString

Source

fn SetAnimationComposition(&self, value: DOMString) -> ErrorResult

Source

fn Animation_delay(&self) -> DOMString

Source

fn SetAnimation_delay(&self, value: DOMString) -> ErrorResult

Source

fn AnimationDelay(&self) -> DOMString

Source

fn SetAnimationDelay(&self, value: DOMString) -> ErrorResult

Source

fn Animation_direction(&self) -> DOMString

Source

fn SetAnimation_direction(&self, value: DOMString) -> ErrorResult

Source

fn AnimationDirection(&self) -> DOMString

Source

fn SetAnimationDirection(&self, value: DOMString) -> ErrorResult

Source

fn Animation_duration(&self) -> DOMString

Source

fn SetAnimation_duration(&self, value: DOMString) -> ErrorResult

Source

fn AnimationDuration(&self) -> DOMString

Source

fn SetAnimationDuration(&self, value: DOMString) -> ErrorResult

Source

fn Animation_fill_mode(&self) -> DOMString

Source

fn SetAnimation_fill_mode(&self, value: DOMString) -> ErrorResult

Source

fn AnimationFillMode(&self) -> DOMString

Source

fn SetAnimationFillMode(&self, value: DOMString) -> ErrorResult

Source

fn Animation_iteration_count(&self) -> DOMString

Source

fn SetAnimation_iteration_count(&self, value: DOMString) -> ErrorResult

Source

fn AnimationIterationCount(&self) -> DOMString

Source

fn SetAnimationIterationCount(&self, value: DOMString) -> ErrorResult

Source

fn Animation_name(&self) -> DOMString

Source

fn SetAnimation_name(&self, value: DOMString) -> ErrorResult

Source

fn AnimationName(&self) -> DOMString

Source

fn SetAnimationName(&self, value: DOMString) -> ErrorResult

Source

fn Animation_play_state(&self) -> DOMString

Source

fn SetAnimation_play_state(&self, value: DOMString) -> ErrorResult

Source

fn AnimationPlayState(&self) -> DOMString

Source

fn SetAnimationPlayState(&self, value: DOMString) -> ErrorResult

Source

fn Animation_timeline(&self) -> DOMString

Source

fn SetAnimation_timeline(&self, value: DOMString) -> ErrorResult

Source

fn AnimationTimeline(&self) -> DOMString

Source

fn SetAnimationTimeline(&self, value: DOMString) -> ErrorResult

Source

fn Animation_timing_function(&self) -> DOMString

Source

fn SetAnimation_timing_function(&self, value: DOMString) -> ErrorResult

Source

fn AnimationTimingFunction(&self) -> DOMString

Source

fn SetAnimationTimingFunction(&self, value: DOMString) -> ErrorResult

Source

fn Aspect_ratio(&self) -> DOMString

Source

fn SetAspect_ratio(&self, value: DOMString) -> ErrorResult

Source

fn AspectRatio(&self) -> DOMString

Source

fn SetAspectRatio(&self, value: DOMString) -> ErrorResult

Source

fn Backdrop_filter(&self) -> DOMString

Source

fn SetBackdrop_filter(&self, value: DOMString) -> ErrorResult

Source

fn BackdropFilter(&self) -> DOMString

Source

fn SetBackdropFilter(&self, value: DOMString) -> ErrorResult

Source

fn Backface_visibility(&self) -> DOMString

Source

fn SetBackface_visibility(&self, value: DOMString) -> ErrorResult

Source

fn BackfaceVisibility(&self) -> DOMString

Source

fn SetBackfaceVisibility(&self, value: DOMString) -> ErrorResult

Source

fn Background_attachment(&self) -> DOMString

Source

fn SetBackground_attachment(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundAttachment(&self) -> DOMString

Source

fn SetBackgroundAttachment(&self, value: DOMString) -> ErrorResult

Source

fn Background_clip(&self) -> DOMString

Source

fn SetBackground_clip(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundClip(&self) -> DOMString

Source

fn SetBackgroundClip(&self, value: DOMString) -> ErrorResult

Source

fn Background_color(&self) -> DOMString

Source

fn SetBackground_color(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundColor(&self) -> DOMString

Source

fn SetBackgroundColor(&self, value: DOMString) -> ErrorResult

Source

fn Background_image(&self) -> DOMString

Source

fn SetBackground_image(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundImage(&self) -> DOMString

Source

fn SetBackgroundImage(&self, value: DOMString) -> ErrorResult

Source

fn Background_origin(&self) -> DOMString

Source

fn SetBackground_origin(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundOrigin(&self) -> DOMString

Source

fn SetBackgroundOrigin(&self, value: DOMString) -> ErrorResult

Source

fn Background_position_x(&self) -> DOMString

Source

fn SetBackground_position_x(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundPositionX(&self) -> DOMString

Source

fn SetBackgroundPositionX(&self, value: DOMString) -> ErrorResult

Source

fn Background_position_y(&self) -> DOMString

Source

fn SetBackground_position_y(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundPositionY(&self) -> DOMString

Source

fn SetBackgroundPositionY(&self, value: DOMString) -> ErrorResult

Source

fn Background_repeat(&self) -> DOMString

Source

fn SetBackground_repeat(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundRepeat(&self) -> DOMString

Source

fn SetBackgroundRepeat(&self, value: DOMString) -> ErrorResult

Source

fn Background_size(&self) -> DOMString

Source

fn SetBackground_size(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundSize(&self) -> DOMString

Source

fn SetBackgroundSize(&self, value: DOMString) -> ErrorResult

Source

fn Baseline_source(&self) -> DOMString

Source

fn SetBaseline_source(&self, value: DOMString) -> ErrorResult

Source

fn BaselineSource(&self) -> DOMString

Source

fn SetBaselineSource(&self, value: DOMString) -> ErrorResult

Source

fn Block_size(&self) -> DOMString

Source

fn SetBlock_size(&self, value: DOMString) -> ErrorResult

Source

fn BlockSize(&self) -> DOMString

Source

fn SetBlockSize(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_end_color(&self) -> DOMString

Source

fn SetBorder_block_end_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockEndColor(&self) -> DOMString

Source

fn SetBorderBlockEndColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_end_style(&self) -> DOMString

Source

fn SetBorder_block_end_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockEndStyle(&self) -> DOMString

Source

fn SetBorderBlockEndStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_end_width(&self) -> DOMString

Source

fn SetBorder_block_end_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockEndWidth(&self) -> DOMString

Source

fn SetBorderBlockEndWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_start_color(&self) -> DOMString

Source

fn SetBorder_block_start_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockStartColor(&self) -> DOMString

Source

fn SetBorderBlockStartColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_start_style(&self) -> DOMString

Source

fn SetBorder_block_start_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockStartStyle(&self) -> DOMString

Source

fn SetBorderBlockStartStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_start_width(&self) -> DOMString

Source

fn SetBorder_block_start_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockStartWidth(&self) -> DOMString

Source

fn SetBorderBlockStartWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom_color(&self) -> DOMString

Source

fn SetBorder_bottom_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottomColor(&self) -> DOMString

Source

fn SetBorderBottomColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom_left_radius(&self) -> DOMString

Source

fn SetBorder_bottom_left_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottomLeftRadius(&self) -> DOMString

Source

fn SetBorderBottomLeftRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom_right_radius(&self) -> DOMString

Source

fn SetBorder_bottom_right_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottomRightRadius(&self) -> DOMString

Source

fn SetBorderBottomRightRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom_style(&self) -> DOMString

Source

fn SetBorder_bottom_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottomStyle(&self) -> DOMString

Source

fn SetBorderBottomStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom_width(&self) -> DOMString

Source

fn SetBorder_bottom_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottomWidth(&self) -> DOMString

Source

fn SetBorderBottomWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_collapse(&self) -> DOMString

Source

fn SetBorder_collapse(&self, value: DOMString) -> ErrorResult

Source

fn BorderCollapse(&self) -> DOMString

Source

fn SetBorderCollapse(&self, value: DOMString) -> ErrorResult

Source

fn Border_end_end_radius(&self) -> DOMString

Source

fn SetBorder_end_end_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderEndEndRadius(&self) -> DOMString

Source

fn SetBorderEndEndRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_end_start_radius(&self) -> DOMString

Source

fn SetBorder_end_start_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderEndStartRadius(&self) -> DOMString

Source

fn SetBorderEndStartRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_image_outset(&self) -> DOMString

Source

fn SetBorder_image_outset(&self, value: DOMString) -> ErrorResult

Source

fn BorderImageOutset(&self) -> DOMString

Source

fn SetBorderImageOutset(&self, value: DOMString) -> ErrorResult

Source

fn Border_image_repeat(&self) -> DOMString

Source

fn SetBorder_image_repeat(&self, value: DOMString) -> ErrorResult

Source

fn BorderImageRepeat(&self) -> DOMString

Source

fn SetBorderImageRepeat(&self, value: DOMString) -> ErrorResult

Source

fn Border_image_slice(&self) -> DOMString

Source

fn SetBorder_image_slice(&self, value: DOMString) -> ErrorResult

Source

fn BorderImageSlice(&self) -> DOMString

Source

fn SetBorderImageSlice(&self, value: DOMString) -> ErrorResult

Source

fn Border_image_source(&self) -> DOMString

Source

fn SetBorder_image_source(&self, value: DOMString) -> ErrorResult

Source

fn BorderImageSource(&self) -> DOMString

Source

fn SetBorderImageSource(&self, value: DOMString) -> ErrorResult

Source

fn Border_image_width(&self) -> DOMString

Source

fn SetBorder_image_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderImageWidth(&self) -> DOMString

Source

fn SetBorderImageWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_end_color(&self) -> DOMString

Source

fn SetBorder_inline_end_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineEndColor(&self) -> DOMString

Source

fn SetBorderInlineEndColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_end_style(&self) -> DOMString

Source

fn SetBorder_inline_end_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineEndStyle(&self) -> DOMString

Source

fn SetBorderInlineEndStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_end_width(&self) -> DOMString

Source

fn SetBorder_inline_end_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineEndWidth(&self) -> DOMString

Source

fn SetBorderInlineEndWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_start_color(&self) -> DOMString

Source

fn SetBorder_inline_start_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineStartColor(&self) -> DOMString

Source

fn SetBorderInlineStartColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_start_style(&self) -> DOMString

Source

fn SetBorder_inline_start_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineStartStyle(&self) -> DOMString

Source

fn SetBorderInlineStartStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_start_width(&self) -> DOMString

Source

fn SetBorder_inline_start_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineStartWidth(&self) -> DOMString

Source

fn SetBorderInlineStartWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_left_color(&self) -> DOMString

Source

fn SetBorder_left_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderLeftColor(&self) -> DOMString

Source

fn SetBorderLeftColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_left_style(&self) -> DOMString

Source

fn SetBorder_left_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderLeftStyle(&self) -> DOMString

Source

fn SetBorderLeftStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_left_width(&self) -> DOMString

Source

fn SetBorder_left_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderLeftWidth(&self) -> DOMString

Source

fn SetBorderLeftWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_right_color(&self) -> DOMString

Source

fn SetBorder_right_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderRightColor(&self) -> DOMString

Source

fn SetBorderRightColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_right_style(&self) -> DOMString

Source

fn SetBorder_right_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderRightStyle(&self) -> DOMString

Source

fn SetBorderRightStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_right_width(&self) -> DOMString

Source

fn SetBorder_right_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderRightWidth(&self) -> DOMString

Source

fn SetBorderRightWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_spacing(&self) -> DOMString

Source

fn SetBorder_spacing(&self, value: DOMString) -> ErrorResult

Source

fn BorderSpacing(&self) -> DOMString

Source

fn SetBorderSpacing(&self, value: DOMString) -> ErrorResult

Source

fn Border_start_end_radius(&self) -> DOMString

Source

fn SetBorder_start_end_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderStartEndRadius(&self) -> DOMString

Source

fn SetBorderStartEndRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_start_start_radius(&self) -> DOMString

Source

fn SetBorder_start_start_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderStartStartRadius(&self) -> DOMString

Source

fn SetBorderStartStartRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_top_color(&self) -> DOMString

Source

fn SetBorder_top_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderTopColor(&self) -> DOMString

Source

fn SetBorderTopColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_top_left_radius(&self) -> DOMString

Source

fn SetBorder_top_left_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderTopLeftRadius(&self) -> DOMString

Source

fn SetBorderTopLeftRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_top_right_radius(&self) -> DOMString

Source

fn SetBorder_top_right_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderTopRightRadius(&self) -> DOMString

Source

fn SetBorderTopRightRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_top_style(&self) -> DOMString

Source

fn SetBorder_top_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderTopStyle(&self) -> DOMString

Source

fn SetBorderTopStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_top_width(&self) -> DOMString

Source

fn SetBorder_top_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderTopWidth(&self) -> DOMString

Source

fn SetBorderTopWidth(&self, value: DOMString) -> ErrorResult

Source

fn Bottom(&self) -> DOMString

Source

fn SetBottom(&self, value: DOMString) -> ErrorResult

Source

fn Box_shadow(&self) -> DOMString

Source

fn SetBox_shadow(&self, value: DOMString) -> ErrorResult

Source

fn BoxShadow(&self) -> DOMString

Source

fn SetBoxShadow(&self, value: DOMString) -> ErrorResult

Source

fn Box_sizing(&self) -> DOMString

Source

fn SetBox_sizing(&self, value: DOMString) -> ErrorResult

Source

fn BoxSizing(&self) -> DOMString

Source

fn SetBoxSizing(&self, value: DOMString) -> ErrorResult

Source

fn Caption_side(&self) -> DOMString

Source

fn SetCaption_side(&self, value: DOMString) -> ErrorResult

Source

fn CaptionSide(&self) -> DOMString

Source

fn SetCaptionSide(&self, value: DOMString) -> ErrorResult

Source

fn Clear(&self) -> DOMString

Source

fn SetClear(&self, value: DOMString) -> ErrorResult

Source

fn Clip(&self) -> DOMString

Source

fn SetClip(&self, value: DOMString) -> ErrorResult

Source

fn Clip_path(&self) -> DOMString

Source

fn SetClip_path(&self, value: DOMString) -> ErrorResult

Source

fn ClipPath(&self) -> DOMString

Source

fn SetClipPath(&self, value: DOMString) -> ErrorResult

Source

fn Color(&self) -> DOMString

Source

fn SetColor(&self, value: DOMString) -> ErrorResult

Source

fn Color_scheme(&self) -> DOMString

Source

fn SetColor_scheme(&self, value: DOMString) -> ErrorResult

Source

fn ColorScheme(&self) -> DOMString

Source

fn SetColorScheme(&self, value: DOMString) -> ErrorResult

Source

fn Column_count(&self) -> DOMString

Source

fn SetColumn_count(&self, value: DOMString) -> ErrorResult

Source

fn ColumnCount(&self) -> DOMString

Source

fn SetColumnCount(&self, value: DOMString) -> ErrorResult

Source

fn Column_gap(&self) -> DOMString

Source

fn SetColumn_gap(&self, value: DOMString) -> ErrorResult

Source

fn ColumnGap(&self) -> DOMString

Source

fn SetColumnGap(&self, value: DOMString) -> ErrorResult

Source

fn Column_span(&self) -> DOMString

Source

fn SetColumn_span(&self, value: DOMString) -> ErrorResult

Source

fn ColumnSpan(&self) -> DOMString

Source

fn SetColumnSpan(&self, value: DOMString) -> ErrorResult

Source

fn Column_width(&self) -> DOMString

Source

fn SetColumn_width(&self, value: DOMString) -> ErrorResult

Source

fn ColumnWidth(&self) -> DOMString

Source

fn SetColumnWidth(&self, value: DOMString) -> ErrorResult

Source

fn Contain(&self) -> DOMString

Source

fn SetContain(&self, value: DOMString) -> ErrorResult

Source

fn Container_name(&self) -> DOMString

Source

fn SetContainer_name(&self, value: DOMString) -> ErrorResult

Source

fn ContainerName(&self) -> DOMString

Source

fn SetContainerName(&self, value: DOMString) -> ErrorResult

Source

fn Container_type(&self) -> DOMString

Source

fn SetContainer_type(&self, value: DOMString) -> ErrorResult

Source

fn ContainerType(&self) -> DOMString

Source

fn SetContainerType(&self, value: DOMString) -> ErrorResult

Source

fn Content(&self) -> DOMString

Source

fn SetContent(&self, value: DOMString) -> ErrorResult

Source

fn Counter_increment(&self) -> DOMString

Source

fn SetCounter_increment(&self, value: DOMString) -> ErrorResult

Source

fn CounterIncrement(&self) -> DOMString

Source

fn SetCounterIncrement(&self, value: DOMString) -> ErrorResult

Source

fn Counter_reset(&self) -> DOMString

Source

fn SetCounter_reset(&self, value: DOMString) -> ErrorResult

Source

fn CounterReset(&self) -> DOMString

Source

fn SetCounterReset(&self, value: DOMString) -> ErrorResult

Source

fn Cursor(&self) -> DOMString

Source

fn SetCursor(&self, value: DOMString) -> ErrorResult

Source

fn Direction(&self) -> DOMString

Source

fn SetDirection(&self, value: DOMString) -> ErrorResult

Source

fn Display(&self) -> DOMString

Source

fn SetDisplay(&self, value: DOMString) -> ErrorResult

Source

fn Empty_cells(&self) -> DOMString

Source

fn SetEmpty_cells(&self, value: DOMString) -> ErrorResult

Source

fn EmptyCells(&self) -> DOMString

Source

fn SetEmptyCells(&self, value: DOMString) -> ErrorResult

Source

fn Filter(&self) -> DOMString

Source

fn SetFilter(&self, value: DOMString) -> ErrorResult

Source

fn Flex_basis(&self) -> DOMString

Source

fn SetFlex_basis(&self, value: DOMString) -> ErrorResult

Source

fn FlexBasis(&self) -> DOMString

Source

fn SetFlexBasis(&self, value: DOMString) -> ErrorResult

Source

fn Flex_direction(&self) -> DOMString

Source

fn SetFlex_direction(&self, value: DOMString) -> ErrorResult

Source

fn FlexDirection(&self) -> DOMString

Source

fn SetFlexDirection(&self, value: DOMString) -> ErrorResult

Source

fn Flex_grow(&self) -> DOMString

Source

fn SetFlex_grow(&self, value: DOMString) -> ErrorResult

Source

fn FlexGrow(&self) -> DOMString

Source

fn SetFlexGrow(&self, value: DOMString) -> ErrorResult

Source

fn Flex_shrink(&self) -> DOMString

Source

fn SetFlex_shrink(&self, value: DOMString) -> ErrorResult

Source

fn FlexShrink(&self) -> DOMString

Source

fn SetFlexShrink(&self, value: DOMString) -> ErrorResult

Source

fn Flex_wrap(&self) -> DOMString

Source

fn SetFlex_wrap(&self, value: DOMString) -> ErrorResult

Source

fn FlexWrap(&self) -> DOMString

Source

fn SetFlexWrap(&self, value: DOMString) -> ErrorResult

Source

fn Float(&self) -> DOMString

Source

fn SetFloat(&self, value: DOMString) -> ErrorResult

Source

fn Font_family(&self) -> DOMString

Source

fn SetFont_family(&self, value: DOMString) -> ErrorResult

Source

fn FontFamily(&self) -> DOMString

Source

fn SetFontFamily(&self, value: DOMString) -> ErrorResult

Source

fn Font_language_override(&self) -> DOMString

Source

fn SetFont_language_override(&self, value: DOMString) -> ErrorResult

Source

fn FontLanguageOverride(&self) -> DOMString

Source

fn SetFontLanguageOverride(&self, value: DOMString) -> ErrorResult

Source

fn Font_size(&self) -> DOMString

Source

fn SetFont_size(&self, value: DOMString) -> ErrorResult

Source

fn FontSize(&self) -> DOMString

Source

fn SetFontSize(&self, value: DOMString) -> ErrorResult

Source

fn Font_stretch(&self) -> DOMString

Source

fn SetFont_stretch(&self, value: DOMString) -> ErrorResult

Source

fn FontStretch(&self) -> DOMString

Source

fn SetFontStretch(&self, value: DOMString) -> ErrorResult

Source

fn Font_style(&self) -> DOMString

Source

fn SetFont_style(&self, value: DOMString) -> ErrorResult

Source

fn FontStyle(&self) -> DOMString

Source

fn SetFontStyle(&self, value: DOMString) -> ErrorResult

Source

fn Font_variant_caps(&self) -> DOMString

Source

fn SetFont_variant_caps(&self, value: DOMString) -> ErrorResult

Source

fn FontVariantCaps(&self) -> DOMString

Source

fn SetFontVariantCaps(&self, value: DOMString) -> ErrorResult

Source

fn Font_weight(&self) -> DOMString

Source

fn SetFont_weight(&self, value: DOMString) -> ErrorResult

Source

fn FontWeight(&self) -> DOMString

Source

fn SetFontWeight(&self, value: DOMString) -> ErrorResult

Source

fn Grid_auto_columns(&self) -> DOMString

Source

fn SetGrid_auto_columns(&self, value: DOMString) -> ErrorResult

Source

fn GridAutoColumns(&self) -> DOMString

Source

fn SetGridAutoColumns(&self, value: DOMString) -> ErrorResult

Source

fn Grid_auto_flow(&self) -> DOMString

Source

fn SetGrid_auto_flow(&self, value: DOMString) -> ErrorResult

Source

fn GridAutoFlow(&self) -> DOMString

Source

fn SetGridAutoFlow(&self, value: DOMString) -> ErrorResult

Source

fn Grid_auto_rows(&self) -> DOMString

Source

fn SetGrid_auto_rows(&self, value: DOMString) -> ErrorResult

Source

fn GridAutoRows(&self) -> DOMString

Source

fn SetGridAutoRows(&self, value: DOMString) -> ErrorResult

Source

fn Grid_column_end(&self) -> DOMString

Source

fn SetGrid_column_end(&self, value: DOMString) -> ErrorResult

Source

fn GridColumnEnd(&self) -> DOMString

Source

fn SetGridColumnEnd(&self, value: DOMString) -> ErrorResult

Source

fn Grid_column_gap(&self) -> DOMString

Source

fn SetGrid_column_gap(&self, value: DOMString) -> ErrorResult

Source

fn GridColumnGap(&self) -> DOMString

Source

fn SetGridColumnGap(&self, value: DOMString) -> ErrorResult

Source

fn Grid_column_start(&self) -> DOMString

Source

fn SetGrid_column_start(&self, value: DOMString) -> ErrorResult

Source

fn GridColumnStart(&self) -> DOMString

Source

fn SetGridColumnStart(&self, value: DOMString) -> ErrorResult

Source

fn Grid_row_end(&self) -> DOMString

Source

fn SetGrid_row_end(&self, value: DOMString) -> ErrorResult

Source

fn GridRowEnd(&self) -> DOMString

Source

fn SetGridRowEnd(&self, value: DOMString) -> ErrorResult

Source

fn Grid_row_gap(&self) -> DOMString

Source

fn SetGrid_row_gap(&self, value: DOMString) -> ErrorResult

Source

fn GridRowGap(&self) -> DOMString

Source

fn SetGridRowGap(&self, value: DOMString) -> ErrorResult

Source

fn Grid_row_start(&self) -> DOMString

Source

fn SetGrid_row_start(&self, value: DOMString) -> ErrorResult

Source

fn GridRowStart(&self) -> DOMString

Source

fn SetGridRowStart(&self, value: DOMString) -> ErrorResult

Source

fn Grid_template_areas(&self) -> DOMString

Source

fn SetGrid_template_areas(&self, value: DOMString) -> ErrorResult

Source

fn GridTemplateAreas(&self) -> DOMString

Source

fn SetGridTemplateAreas(&self, value: DOMString) -> ErrorResult

Source

fn Grid_template_columns(&self) -> DOMString

Source

fn SetGrid_template_columns(&self, value: DOMString) -> ErrorResult

Source

fn GridTemplateColumns(&self) -> DOMString

Source

fn SetGridTemplateColumns(&self, value: DOMString) -> ErrorResult

Source

fn Grid_template_rows(&self) -> DOMString

Source

fn SetGrid_template_rows(&self, value: DOMString) -> ErrorResult

Source

fn GridTemplateRows(&self) -> DOMString

Source

fn SetGridTemplateRows(&self, value: DOMString) -> ErrorResult

Source

fn Height(&self) -> DOMString

Source

fn SetHeight(&self, value: DOMString) -> ErrorResult

Source

fn Image_rendering(&self) -> DOMString

Source

fn SetImage_rendering(&self, value: DOMString) -> ErrorResult

Source

fn ImageRendering(&self) -> DOMString

Source

fn SetImageRendering(&self, value: DOMString) -> ErrorResult

Source

fn Inline_size(&self) -> DOMString

Source

fn SetInline_size(&self, value: DOMString) -> ErrorResult

Source

fn InlineSize(&self) -> DOMString

Source

fn SetInlineSize(&self, value: DOMString) -> ErrorResult

Source

fn Inset_block_end(&self) -> DOMString

Source

fn SetInset_block_end(&self, value: DOMString) -> ErrorResult

Source

fn InsetBlockEnd(&self) -> DOMString

Source

fn SetInsetBlockEnd(&self, value: DOMString) -> ErrorResult

Source

fn Inset_block_start(&self) -> DOMString

Source

fn SetInset_block_start(&self, value: DOMString) -> ErrorResult

Source

fn InsetBlockStart(&self) -> DOMString

Source

fn SetInsetBlockStart(&self, value: DOMString) -> ErrorResult

Source

fn Inset_inline_end(&self) -> DOMString

Source

fn SetInset_inline_end(&self, value: DOMString) -> ErrorResult

Source

fn InsetInlineEnd(&self) -> DOMString

Source

fn SetInsetInlineEnd(&self, value: DOMString) -> ErrorResult

Source

fn Inset_inline_start(&self) -> DOMString

Source

fn SetInset_inline_start(&self, value: DOMString) -> ErrorResult

Source

fn InsetInlineStart(&self) -> DOMString

Source

fn SetInsetInlineStart(&self, value: DOMString) -> ErrorResult

Source

fn Isolation(&self) -> DOMString

Source

fn SetIsolation(&self, value: DOMString) -> ErrorResult

Source

fn Justify_content(&self) -> DOMString

Source

fn SetJustify_content(&self, value: DOMString) -> ErrorResult

Source

fn JustifyContent(&self) -> DOMString

Source

fn SetJustifyContent(&self, value: DOMString) -> ErrorResult

Source

fn Justify_items(&self) -> DOMString

Source

fn SetJustify_items(&self, value: DOMString) -> ErrorResult

Source

fn JustifyItems(&self) -> DOMString

Source

fn SetJustifyItems(&self, value: DOMString) -> ErrorResult

Source

fn Justify_self(&self) -> DOMString

Source

fn SetJustify_self(&self, value: DOMString) -> ErrorResult

Source

fn JustifySelf(&self) -> DOMString

Source

fn SetJustifySelf(&self, value: DOMString) -> ErrorResult

Source

fn Left(&self) -> DOMString

Source

fn SetLeft(&self, value: DOMString) -> ErrorResult

Source

fn Letter_spacing(&self) -> DOMString

Source

fn SetLetter_spacing(&self, value: DOMString) -> ErrorResult

Source

fn LetterSpacing(&self) -> DOMString

Source

fn SetLetterSpacing(&self, value: DOMString) -> ErrorResult

Source

fn Line_height(&self) -> DOMString

Source

fn SetLine_height(&self, value: DOMString) -> ErrorResult

Source

fn LineHeight(&self) -> DOMString

Source

fn SetLineHeight(&self, value: DOMString) -> ErrorResult

Source

fn List_style_image(&self) -> DOMString

Source

fn SetList_style_image(&self, value: DOMString) -> ErrorResult

Source

fn ListStyleImage(&self) -> DOMString

Source

fn SetListStyleImage(&self, value: DOMString) -> ErrorResult

Source

fn List_style_position(&self) -> DOMString

Source

fn SetList_style_position(&self, value: DOMString) -> ErrorResult

Source

fn ListStylePosition(&self) -> DOMString

Source

fn SetListStylePosition(&self, value: DOMString) -> ErrorResult

Source

fn List_style_type(&self) -> DOMString

Source

fn SetList_style_type(&self, value: DOMString) -> ErrorResult

Source

fn ListStyleType(&self) -> DOMString

Source

fn SetListStyleType(&self, value: DOMString) -> ErrorResult

Source

fn Margin_block_end(&self) -> DOMString

Source

fn SetMargin_block_end(&self, value: DOMString) -> ErrorResult

Source

fn MarginBlockEnd(&self) -> DOMString

Source

fn SetMarginBlockEnd(&self, value: DOMString) -> ErrorResult

Source

fn Margin_block_start(&self) -> DOMString

Source

fn SetMargin_block_start(&self, value: DOMString) -> ErrorResult

Source

fn MarginBlockStart(&self) -> DOMString

Source

fn SetMarginBlockStart(&self, value: DOMString) -> ErrorResult

Source

fn Margin_bottom(&self) -> DOMString

Source

fn SetMargin_bottom(&self, value: DOMString) -> ErrorResult

Source

fn MarginBottom(&self) -> DOMString

Source

fn SetMarginBottom(&self, value: DOMString) -> ErrorResult

Source

fn Margin_inline_end(&self) -> DOMString

Source

fn SetMargin_inline_end(&self, value: DOMString) -> ErrorResult

Source

fn MarginInlineEnd(&self) -> DOMString

Source

fn SetMarginInlineEnd(&self, value: DOMString) -> ErrorResult

Source

fn Margin_inline_start(&self) -> DOMString

Source

fn SetMargin_inline_start(&self, value: DOMString) -> ErrorResult

Source

fn MarginInlineStart(&self) -> DOMString

Source

fn SetMarginInlineStart(&self, value: DOMString) -> ErrorResult

Source

fn Margin_left(&self) -> DOMString

Source

fn SetMargin_left(&self, value: DOMString) -> ErrorResult

Source

fn MarginLeft(&self) -> DOMString

Source

fn SetMarginLeft(&self, value: DOMString) -> ErrorResult

Source

fn Margin_right(&self) -> DOMString

Source

fn SetMargin_right(&self, value: DOMString) -> ErrorResult

Source

fn MarginRight(&self) -> DOMString

Source

fn SetMarginRight(&self, value: DOMString) -> ErrorResult

Source

fn Margin_top(&self) -> DOMString

Source

fn SetMargin_top(&self, value: DOMString) -> ErrorResult

Source

fn MarginTop(&self) -> DOMString

Source

fn SetMarginTop(&self, value: DOMString) -> ErrorResult

Source

fn Mask_image(&self) -> DOMString

Source

fn SetMask_image(&self, value: DOMString) -> ErrorResult

Source

fn MaskImage(&self) -> DOMString

Source

fn SetMaskImage(&self, value: DOMString) -> ErrorResult

Source

fn Max_block_size(&self) -> DOMString

Source

fn SetMax_block_size(&self, value: DOMString) -> ErrorResult

Source

fn MaxBlockSize(&self) -> DOMString

Source

fn SetMaxBlockSize(&self, value: DOMString) -> ErrorResult

Source

fn Max_height(&self) -> DOMString

Source

fn SetMax_height(&self, value: DOMString) -> ErrorResult

Source

fn MaxHeight(&self) -> DOMString

Source

fn SetMaxHeight(&self, value: DOMString) -> ErrorResult

Source

fn Max_inline_size(&self) -> DOMString

Source

fn SetMax_inline_size(&self, value: DOMString) -> ErrorResult

Source

fn MaxInlineSize(&self) -> DOMString

Source

fn SetMaxInlineSize(&self, value: DOMString) -> ErrorResult

Source

fn Max_width(&self) -> DOMString

Source

fn SetMax_width(&self, value: DOMString) -> ErrorResult

Source

fn MaxWidth(&self) -> DOMString

Source

fn SetMaxWidth(&self, value: DOMString) -> ErrorResult

Source

fn Min_block_size(&self) -> DOMString

Source

fn SetMin_block_size(&self, value: DOMString) -> ErrorResult

Source

fn MinBlockSize(&self) -> DOMString

Source

fn SetMinBlockSize(&self, value: DOMString) -> ErrorResult

Source

fn Min_height(&self) -> DOMString

Source

fn SetMin_height(&self, value: DOMString) -> ErrorResult

Source

fn MinHeight(&self) -> DOMString

Source

fn SetMinHeight(&self, value: DOMString) -> ErrorResult

Source

fn Min_inline_size(&self) -> DOMString

Source

fn SetMin_inline_size(&self, value: DOMString) -> ErrorResult

Source

fn MinInlineSize(&self) -> DOMString

Source

fn SetMinInlineSize(&self, value: DOMString) -> ErrorResult

Source

fn Min_width(&self) -> DOMString

Source

fn SetMin_width(&self, value: DOMString) -> ErrorResult

Source

fn MinWidth(&self) -> DOMString

Source

fn SetMinWidth(&self, value: DOMString) -> ErrorResult

Source

fn Mix_blend_mode(&self) -> DOMString

Source

fn SetMix_blend_mode(&self, value: DOMString) -> ErrorResult

Source

fn MixBlendMode(&self) -> DOMString

Source

fn SetMixBlendMode(&self, value: DOMString) -> ErrorResult

Source

fn Object_fit(&self) -> DOMString

Source

fn SetObject_fit(&self, value: DOMString) -> ErrorResult

Source

fn ObjectFit(&self) -> DOMString

Source

fn SetObjectFit(&self, value: DOMString) -> ErrorResult

Source

fn Object_position(&self) -> DOMString

Source

fn SetObject_position(&self, value: DOMString) -> ErrorResult

Source

fn ObjectPosition(&self) -> DOMString

Source

fn SetObjectPosition(&self, value: DOMString) -> ErrorResult

Source

fn Offset_path(&self) -> DOMString

Source

fn SetOffset_path(&self, value: DOMString) -> ErrorResult

Source

fn OffsetPath(&self) -> DOMString

Source

fn SetOffsetPath(&self, value: DOMString) -> ErrorResult

Source

fn Opacity(&self) -> DOMString

Source

fn SetOpacity(&self, value: DOMString) -> ErrorResult

Source

fn Order(&self) -> DOMString

Source

fn SetOrder(&self, value: DOMString) -> ErrorResult

Source

fn Outline_color(&self) -> DOMString

Source

fn SetOutline_color(&self, value: DOMString) -> ErrorResult

Source

fn OutlineColor(&self) -> DOMString

Source

fn SetOutlineColor(&self, value: DOMString) -> ErrorResult

Source

fn Outline_offset(&self) -> DOMString

Source

fn SetOutline_offset(&self, value: DOMString) -> ErrorResult

Source

fn OutlineOffset(&self) -> DOMString

Source

fn SetOutlineOffset(&self, value: DOMString) -> ErrorResult

Source

fn Outline_style(&self) -> DOMString

Source

fn SetOutline_style(&self, value: DOMString) -> ErrorResult

Source

fn OutlineStyle(&self) -> DOMString

Source

fn SetOutlineStyle(&self, value: DOMString) -> ErrorResult

Source

fn Outline_width(&self) -> DOMString

Source

fn SetOutline_width(&self, value: DOMString) -> ErrorResult

Source

fn OutlineWidth(&self) -> DOMString

Source

fn SetOutlineWidth(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_block(&self) -> DOMString

Source

fn SetOverflow_block(&self, value: DOMString) -> ErrorResult

Source

fn OverflowBlock(&self) -> DOMString

Source

fn SetOverflowBlock(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_clip_margin(&self) -> DOMString

Source

fn SetOverflow_clip_margin(&self, value: DOMString) -> ErrorResult

Source

fn OverflowClipMargin(&self) -> DOMString

Source

fn SetOverflowClipMargin(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_inline(&self) -> DOMString

Source

fn SetOverflow_inline(&self, value: DOMString) -> ErrorResult

Source

fn OverflowInline(&self) -> DOMString

Source

fn SetOverflowInline(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_wrap(&self) -> DOMString

Source

fn SetOverflow_wrap(&self, value: DOMString) -> ErrorResult

Source

fn OverflowWrap(&self) -> DOMString

Source

fn SetOverflowWrap(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_x(&self) -> DOMString

Source

fn SetOverflow_x(&self, value: DOMString) -> ErrorResult

Source

fn OverflowX(&self) -> DOMString

Source

fn SetOverflowX(&self, value: DOMString) -> ErrorResult

Source

fn Overflow_y(&self) -> DOMString

Source

fn SetOverflow_y(&self, value: DOMString) -> ErrorResult

Source

fn OverflowY(&self) -> DOMString

Source

fn SetOverflowY(&self, value: DOMString) -> ErrorResult

Source

fn Padding_block_end(&self) -> DOMString

Source

fn SetPadding_block_end(&self, value: DOMString) -> ErrorResult

Source

fn PaddingBlockEnd(&self) -> DOMString

Source

fn SetPaddingBlockEnd(&self, value: DOMString) -> ErrorResult

Source

fn Padding_block_start(&self) -> DOMString

Source

fn SetPadding_block_start(&self, value: DOMString) -> ErrorResult

Source

fn PaddingBlockStart(&self) -> DOMString

Source

fn SetPaddingBlockStart(&self, value: DOMString) -> ErrorResult

Source

fn Padding_bottom(&self) -> DOMString

Source

fn SetPadding_bottom(&self, value: DOMString) -> ErrorResult

Source

fn PaddingBottom(&self) -> DOMString

Source

fn SetPaddingBottom(&self, value: DOMString) -> ErrorResult

Source

fn Padding_inline_end(&self) -> DOMString

Source

fn SetPadding_inline_end(&self, value: DOMString) -> ErrorResult

Source

fn PaddingInlineEnd(&self) -> DOMString

Source

fn SetPaddingInlineEnd(&self, value: DOMString) -> ErrorResult

Source

fn Padding_inline_start(&self) -> DOMString

Source

fn SetPadding_inline_start(&self, value: DOMString) -> ErrorResult

Source

fn PaddingInlineStart(&self) -> DOMString

Source

fn SetPaddingInlineStart(&self, value: DOMString) -> ErrorResult

Source

fn Padding_left(&self) -> DOMString

Source

fn SetPadding_left(&self, value: DOMString) -> ErrorResult

Source

fn PaddingLeft(&self) -> DOMString

Source

fn SetPaddingLeft(&self, value: DOMString) -> ErrorResult

Source

fn Padding_right(&self) -> DOMString

Source

fn SetPadding_right(&self, value: DOMString) -> ErrorResult

Source

fn PaddingRight(&self) -> DOMString

Source

fn SetPaddingRight(&self, value: DOMString) -> ErrorResult

Source

fn Padding_top(&self) -> DOMString

Source

fn SetPadding_top(&self, value: DOMString) -> ErrorResult

Source

fn PaddingTop(&self) -> DOMString

Source

fn SetPaddingTop(&self, value: DOMString) -> ErrorResult

Source

fn Perspective(&self) -> DOMString

Source

fn SetPerspective(&self, value: DOMString) -> ErrorResult

Source

fn Perspective_origin(&self) -> DOMString

Source

fn SetPerspective_origin(&self, value: DOMString) -> ErrorResult

Source

fn PerspectiveOrigin(&self) -> DOMString

Source

fn SetPerspectiveOrigin(&self, value: DOMString) -> ErrorResult

Source

fn Pointer_events(&self) -> DOMString

Source

fn SetPointer_events(&self, value: DOMString) -> ErrorResult

Source

fn PointerEvents(&self) -> DOMString

Source

fn SetPointerEvents(&self, value: DOMString) -> ErrorResult

Source

fn Position(&self) -> DOMString

Source

fn SetPosition(&self, value: DOMString) -> ErrorResult

Source

fn Quotes(&self) -> DOMString

Source

fn SetQuotes(&self, value: DOMString) -> ErrorResult

Source

fn Right(&self) -> DOMString

Source

fn SetRight(&self, value: DOMString) -> ErrorResult

Source

fn Rotate(&self) -> DOMString

Source

fn SetRotate(&self, value: DOMString) -> ErrorResult

Source

fn Row_gap(&self) -> DOMString

Source

fn SetRow_gap(&self, value: DOMString) -> ErrorResult

Source

fn RowGap(&self) -> DOMString

Source

fn SetRowGap(&self, value: DOMString) -> ErrorResult

Source

fn Scale(&self) -> DOMString

Source

fn SetScale(&self, value: DOMString) -> ErrorResult

Source

fn Table_layout(&self) -> DOMString

Source

fn SetTable_layout(&self, value: DOMString) -> ErrorResult

Source

fn TableLayout(&self) -> DOMString

Source

fn SetTableLayout(&self, value: DOMString) -> ErrorResult

Source

fn Text_align(&self) -> DOMString

Source

fn SetText_align(&self, value: DOMString) -> ErrorResult

Source

fn TextAlign(&self) -> DOMString

Source

fn SetTextAlign(&self, value: DOMString) -> ErrorResult

Source

fn Text_align_last(&self) -> DOMString

Source

fn SetText_align_last(&self, value: DOMString) -> ErrorResult

Source

fn TextAlignLast(&self) -> DOMString

Source

fn SetTextAlignLast(&self, value: DOMString) -> ErrorResult

Source

fn Text_decoration_color(&self) -> DOMString

Source

fn SetText_decoration_color(&self, value: DOMString) -> ErrorResult

Source

fn TextDecorationColor(&self) -> DOMString

Source

fn SetTextDecorationColor(&self, value: DOMString) -> ErrorResult

Source

fn Text_decoration_line(&self) -> DOMString

Source

fn SetText_decoration_line(&self, value: DOMString) -> ErrorResult

Source

fn TextDecorationLine(&self) -> DOMString

Source

fn SetTextDecorationLine(&self, value: DOMString) -> ErrorResult

Source

fn Text_decoration_style(&self) -> DOMString

Source

fn SetText_decoration_style(&self, value: DOMString) -> ErrorResult

Source

fn TextDecorationStyle(&self) -> DOMString

Source

fn SetTextDecorationStyle(&self, value: DOMString) -> ErrorResult

Source

fn Text_indent(&self) -> DOMString

Source

fn SetText_indent(&self, value: DOMString) -> ErrorResult

Source

fn TextIndent(&self) -> DOMString

Source

fn SetTextIndent(&self, value: DOMString) -> ErrorResult

Source

fn Text_justify(&self) -> DOMString

Source

fn SetText_justify(&self, value: DOMString) -> ErrorResult

Source

fn TextJustify(&self) -> DOMString

Source

fn SetTextJustify(&self, value: DOMString) -> ErrorResult

Source

fn Text_overflow(&self) -> DOMString

Source

fn SetText_overflow(&self, value: DOMString) -> ErrorResult

Source

fn TextOverflow(&self) -> DOMString

Source

fn SetTextOverflow(&self, value: DOMString) -> ErrorResult

Source

fn Text_rendering(&self) -> DOMString

Source

fn SetText_rendering(&self, value: DOMString) -> ErrorResult

Source

fn TextRendering(&self) -> DOMString

Source

fn SetTextRendering(&self, value: DOMString) -> ErrorResult

Source

fn Text_shadow(&self) -> DOMString

Source

fn SetText_shadow(&self, value: DOMString) -> ErrorResult

Source

fn TextShadow(&self) -> DOMString

Source

fn SetTextShadow(&self, value: DOMString) -> ErrorResult

Source

fn Text_transform(&self) -> DOMString

Source

fn SetText_transform(&self, value: DOMString) -> ErrorResult

Source

fn TextTransform(&self) -> DOMString

Source

fn SetTextTransform(&self, value: DOMString) -> ErrorResult

Source

fn Text_wrap_mode(&self) -> DOMString

Source

fn SetText_wrap_mode(&self, value: DOMString) -> ErrorResult

Source

fn TextWrapMode(&self) -> DOMString

Source

fn SetTextWrapMode(&self, value: DOMString) -> ErrorResult

Source

fn Top(&self) -> DOMString

Source

fn SetTop(&self, value: DOMString) -> ErrorResult

Source

fn Transform(&self) -> DOMString

Source

fn SetTransform(&self, value: DOMString) -> ErrorResult

Source

fn Transform_origin(&self) -> DOMString

Source

fn SetTransform_origin(&self, value: DOMString) -> ErrorResult

Source

fn TransformOrigin(&self) -> DOMString

Source

fn SetTransformOrigin(&self, value: DOMString) -> ErrorResult

Source

fn Transform_style(&self) -> DOMString

Source

fn SetTransform_style(&self, value: DOMString) -> ErrorResult

Source

fn TransformStyle(&self) -> DOMString

Source

fn SetTransformStyle(&self, value: DOMString) -> ErrorResult

Source

fn Transition_behavior(&self) -> DOMString

Source

fn SetTransition_behavior(&self, value: DOMString) -> ErrorResult

Source

fn TransitionBehavior(&self) -> DOMString

Source

fn SetTransitionBehavior(&self, value: DOMString) -> ErrorResult

Source

fn Transition_delay(&self) -> DOMString

Source

fn SetTransition_delay(&self, value: DOMString) -> ErrorResult

Source

fn TransitionDelay(&self) -> DOMString

Source

fn SetTransitionDelay(&self, value: DOMString) -> ErrorResult

Source

fn Transition_duration(&self) -> DOMString

Source

fn SetTransition_duration(&self, value: DOMString) -> ErrorResult

Source

fn TransitionDuration(&self) -> DOMString

Source

fn SetTransitionDuration(&self, value: DOMString) -> ErrorResult

Source

fn Transition_property(&self) -> DOMString

Source

fn SetTransition_property(&self, value: DOMString) -> ErrorResult

Source

fn TransitionProperty(&self) -> DOMString

Source

fn SetTransitionProperty(&self, value: DOMString) -> ErrorResult

Source

fn Transition_timing_function(&self) -> DOMString

Source

fn SetTransition_timing_function(&self, value: DOMString) -> ErrorResult

Source

fn TransitionTimingFunction(&self) -> DOMString

Source

fn SetTransitionTimingFunction(&self, value: DOMString) -> ErrorResult

Source

fn Translate(&self) -> DOMString

Source

fn SetTranslate(&self, value: DOMString) -> ErrorResult

Source

fn Unicode_bidi(&self) -> DOMString

Source

fn SetUnicode_bidi(&self, value: DOMString) -> ErrorResult

Source

fn UnicodeBidi(&self) -> DOMString

Source

fn SetUnicodeBidi(&self, value: DOMString) -> ErrorResult

Source

fn Vertical_align(&self) -> DOMString

Source

fn SetVertical_align(&self, value: DOMString) -> ErrorResult

Source

fn VerticalAlign(&self) -> DOMString

Source

fn SetVerticalAlign(&self, value: DOMString) -> ErrorResult

Source

fn Visibility(&self) -> DOMString

Source

fn SetVisibility(&self, value: DOMString) -> ErrorResult

Source

fn White_space_collapse(&self) -> DOMString

Source

fn SetWhite_space_collapse(&self, value: DOMString) -> ErrorResult

Source

fn WhiteSpaceCollapse(&self) -> DOMString

Source

fn SetWhiteSpaceCollapse(&self, value: DOMString) -> ErrorResult

Source

fn Width(&self) -> DOMString

Source

fn SetWidth(&self, value: DOMString) -> ErrorResult

Source

fn Will_change(&self) -> DOMString

Source

fn SetWill_change(&self, value: DOMString) -> ErrorResult

Source

fn WillChange(&self) -> DOMString

Source

fn SetWillChange(&self, value: DOMString) -> ErrorResult

Source

fn Word_break(&self) -> DOMString

Source

fn SetWord_break(&self, value: DOMString) -> ErrorResult

Source

fn WordBreak(&self) -> DOMString

Source

fn SetWordBreak(&self, value: DOMString) -> ErrorResult

Source

fn Word_spacing(&self) -> DOMString

Source

fn SetWord_spacing(&self, value: DOMString) -> ErrorResult

Source

fn WordSpacing(&self) -> DOMString

Source

fn SetWordSpacing(&self, value: DOMString) -> ErrorResult

Source

fn Word_wrap(&self) -> DOMString

Source

fn SetWord_wrap(&self, value: DOMString) -> ErrorResult

Source

fn WordWrap(&self) -> DOMString

Source

fn SetWordWrap(&self, value: DOMString) -> ErrorResult

Source

fn Writing_mode(&self) -> DOMString

Source

fn SetWriting_mode(&self, value: DOMString) -> ErrorResult

Source

fn WritingMode(&self) -> DOMString

Source

fn SetWritingMode(&self, value: DOMString) -> ErrorResult

Source

fn Z_index(&self) -> DOMString

Source

fn SetZ_index(&self, value: DOMString) -> ErrorResult

Source

fn ZIndex(&self) -> DOMString

Source

fn SetZIndex(&self, value: DOMString) -> ErrorResult

Source

fn All(&self) -> DOMString

Source

fn SetAll(&self, value: DOMString) -> ErrorResult

Source

fn Animation(&self) -> DOMString

Source

fn SetAnimation(&self, value: DOMString) -> ErrorResult

Source

fn Background(&self) -> DOMString

Source

fn SetBackground(&self, value: DOMString) -> ErrorResult

Source

fn Background_position(&self) -> DOMString

Source

fn SetBackground_position(&self, value: DOMString) -> ErrorResult

Source

fn BackgroundPosition(&self) -> DOMString

Source

fn SetBackgroundPosition(&self, value: DOMString) -> ErrorResult

Source

fn Border(&self) -> DOMString

Source

fn SetBorder(&self, value: DOMString) -> ErrorResult

Source

fn Border_block(&self) -> DOMString

Source

fn SetBorder_block(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlock(&self) -> DOMString

Source

fn SetBorderBlock(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_color(&self) -> DOMString

Source

fn SetBorder_block_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockColor(&self) -> DOMString

Source

fn SetBorderBlockColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_end(&self) -> DOMString

Source

fn SetBorder_block_end(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockEnd(&self) -> DOMString

Source

fn SetBorderBlockEnd(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_start(&self) -> DOMString

Source

fn SetBorder_block_start(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockStart(&self) -> DOMString

Source

fn SetBorderBlockStart(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_style(&self) -> DOMString

Source

fn SetBorder_block_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockStyle(&self) -> DOMString

Source

fn SetBorderBlockStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_block_width(&self) -> DOMString

Source

fn SetBorder_block_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderBlockWidth(&self) -> DOMString

Source

fn SetBorderBlockWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_bottom(&self) -> DOMString

Source

fn SetBorder_bottom(&self, value: DOMString) -> ErrorResult

Source

fn BorderBottom(&self) -> DOMString

Source

fn SetBorderBottom(&self, value: DOMString) -> ErrorResult

Source

fn Border_color(&self) -> DOMString

Source

fn SetBorder_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderColor(&self) -> DOMString

Source

fn SetBorderColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_image(&self) -> DOMString

Source

fn SetBorder_image(&self, value: DOMString) -> ErrorResult

Source

fn BorderImage(&self) -> DOMString

Source

fn SetBorderImage(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline(&self) -> DOMString

Source

fn SetBorder_inline(&self, value: DOMString) -> ErrorResult

Source

fn BorderInline(&self) -> DOMString

Source

fn SetBorderInline(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_color(&self) -> DOMString

Source

fn SetBorder_inline_color(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineColor(&self) -> DOMString

Source

fn SetBorderInlineColor(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_end(&self) -> DOMString

Source

fn SetBorder_inline_end(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineEnd(&self) -> DOMString

Source

fn SetBorderInlineEnd(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_start(&self) -> DOMString

Source

fn SetBorder_inline_start(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineStart(&self) -> DOMString

Source

fn SetBorderInlineStart(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_style(&self) -> DOMString

Source

fn SetBorder_inline_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineStyle(&self) -> DOMString

Source

fn SetBorderInlineStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_inline_width(&self) -> DOMString

Source

fn SetBorder_inline_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderInlineWidth(&self) -> DOMString

Source

fn SetBorderInlineWidth(&self, value: DOMString) -> ErrorResult

Source

fn Border_left(&self) -> DOMString

Source

fn SetBorder_left(&self, value: DOMString) -> ErrorResult

Source

fn BorderLeft(&self) -> DOMString

Source

fn SetBorderLeft(&self, value: DOMString) -> ErrorResult

Source

fn Border_radius(&self) -> DOMString

Source

fn SetBorder_radius(&self, value: DOMString) -> ErrorResult

Source

fn BorderRadius(&self) -> DOMString

Source

fn SetBorderRadius(&self, value: DOMString) -> ErrorResult

Source

fn Border_right(&self) -> DOMString

Source

fn SetBorder_right(&self, value: DOMString) -> ErrorResult

Source

fn BorderRight(&self) -> DOMString

Source

fn SetBorderRight(&self, value: DOMString) -> ErrorResult

Source

fn Border_style(&self) -> DOMString

Source

fn SetBorder_style(&self, value: DOMString) -> ErrorResult

Source

fn BorderStyle(&self) -> DOMString

Source

fn SetBorderStyle(&self, value: DOMString) -> ErrorResult

Source

fn Border_top(&self) -> DOMString

Source

fn SetBorder_top(&self, value: DOMString) -> ErrorResult

Source

fn BorderTop(&self) -> DOMString

Source

fn SetBorderTop(&self, value: DOMString) -> ErrorResult

Source

fn Border_width(&self) -> DOMString

Source

fn SetBorder_width(&self, value: DOMString) -> ErrorResult

Source

fn BorderWidth(&self) -> DOMString

Source

fn SetBorderWidth(&self, value: DOMString) -> ErrorResult

Source

fn Columns(&self) -> DOMString

Source

fn SetColumns(&self, value: DOMString) -> ErrorResult

Source

fn Flex(&self) -> DOMString

Source

fn SetFlex(&self, value: DOMString) -> ErrorResult

Source

fn Flex_flow(&self) -> DOMString

Source

fn SetFlex_flow(&self, value: DOMString) -> ErrorResult

Source

fn FlexFlow(&self) -> DOMString

Source

fn SetFlexFlow(&self, value: DOMString) -> ErrorResult

Source

fn Font(&self) -> DOMString

Source

fn SetFont(&self, value: DOMString) -> ErrorResult

Source

fn Font_variant(&self) -> DOMString

Source

fn SetFont_variant(&self, value: DOMString) -> ErrorResult

Source

fn FontVariant(&self) -> DOMString

Source

fn SetFontVariant(&self, value: DOMString) -> ErrorResult

Source

fn Gap(&self) -> DOMString

Source

fn SetGap(&self, value: DOMString) -> ErrorResult

Source

fn Grid(&self) -> DOMString

Source

fn SetGrid(&self, value: DOMString) -> ErrorResult

Source

fn Grid_area(&self) -> DOMString

Source

fn SetGrid_area(&self, value: DOMString) -> ErrorResult

Source

fn GridArea(&self) -> DOMString

Source

fn SetGridArea(&self, value: DOMString) -> ErrorResult

Source

fn Grid_column(&self) -> DOMString

Source

fn SetGrid_column(&self, value: DOMString) -> ErrorResult

Source

fn GridColumn(&self) -> DOMString

Source

fn SetGridColumn(&self, value: DOMString) -> ErrorResult

Source

fn Grid_gap(&self) -> DOMString

Source

fn SetGrid_gap(&self, value: DOMString) -> ErrorResult

Source

fn GridGap(&self) -> DOMString

Source

fn SetGridGap(&self, value: DOMString) -> ErrorResult

Source

fn Grid_row(&self) -> DOMString

Source

fn SetGrid_row(&self, value: DOMString) -> ErrorResult

Source

fn GridRow(&self) -> DOMString

Source

fn SetGridRow(&self, value: DOMString) -> ErrorResult

Source

fn Grid_template(&self) -> DOMString

Source

fn SetGrid_template(&self, value: DOMString) -> ErrorResult

Source

fn GridTemplate(&self) -> DOMString

Source

fn SetGridTemplate(&self, value: DOMString) -> ErrorResult

Source

fn Inset(&self) -> DOMString

Source

fn SetInset(&self, value: DOMString) -> ErrorResult

Source

fn Inset_block(&self) -> DOMString

Source

fn SetInset_block(&self, value: DOMString) -> ErrorResult

Source

fn InsetBlock(&self) -> DOMString

Source

fn SetInsetBlock(&self, value: DOMString) -> ErrorResult

Source

fn Inset_inline(&self) -> DOMString

Source

fn SetInset_inline(&self, value: DOMString) -> ErrorResult

Source

fn InsetInline(&self) -> DOMString

Source

fn SetInsetInline(&self, value: DOMString) -> ErrorResult

Source

fn List_style(&self) -> DOMString

Source

fn SetList_style(&self, value: DOMString) -> ErrorResult

Source

fn ListStyle(&self) -> DOMString

Source

fn SetListStyle(&self, value: DOMString) -> ErrorResult

Source

fn Margin(&self) -> DOMString

Source

fn SetMargin(&self, value: DOMString) -> ErrorResult

Source

fn Margin_block(&self) -> DOMString

Source

fn SetMargin_block(&self, value: DOMString) -> ErrorResult

Source

fn MarginBlock(&self) -> DOMString

Source

fn SetMarginBlock(&self, value: DOMString) -> ErrorResult

Source

fn Margin_inline(&self) -> DOMString

Source

fn SetMargin_inline(&self, value: DOMString) -> ErrorResult

Source

fn MarginInline(&self) -> DOMString

Source

fn SetMarginInline(&self, value: DOMString) -> ErrorResult

Source

fn Outline(&self) -> DOMString

Source

fn SetOutline(&self, value: DOMString) -> ErrorResult

Source

fn Overflow(&self) -> DOMString

Source

fn SetOverflow(&self, value: DOMString) -> ErrorResult

Source

fn Padding(&self) -> DOMString

Source

fn SetPadding(&self, value: DOMString) -> ErrorResult

Source

fn Padding_block(&self) -> DOMString

Source

fn SetPadding_block(&self, value: DOMString) -> ErrorResult

Source

fn PaddingBlock(&self) -> DOMString

Source

fn SetPaddingBlock(&self, value: DOMString) -> ErrorResult

Source

fn Padding_inline(&self) -> DOMString

Source

fn SetPadding_inline(&self, value: DOMString) -> ErrorResult

Source

fn PaddingInline(&self) -> DOMString

Source

fn SetPaddingInline(&self, value: DOMString) -> ErrorResult

Source

fn Place_content(&self) -> DOMString

Source

fn SetPlace_content(&self, value: DOMString) -> ErrorResult

Source

fn PlaceContent(&self) -> DOMString

Source

fn SetPlaceContent(&self, value: DOMString) -> ErrorResult

Source

fn Place_items(&self) -> DOMString

Source

fn SetPlace_items(&self, value: DOMString) -> ErrorResult

Source

fn PlaceItems(&self) -> DOMString

Source

fn SetPlaceItems(&self, value: DOMString) -> ErrorResult

Source

fn Place_self(&self) -> DOMString

Source

fn SetPlace_self(&self, value: DOMString) -> ErrorResult

Source

fn PlaceSelf(&self) -> DOMString

Source

fn SetPlaceSelf(&self, value: DOMString) -> ErrorResult

Source

fn Text_decoration(&self) -> DOMString

Source

fn SetText_decoration(&self, value: DOMString) -> ErrorResult

Source

fn TextDecoration(&self) -> DOMString

Source

fn SetTextDecoration(&self, value: DOMString) -> ErrorResult

Source

fn Transition(&self) -> DOMString

Source

fn SetTransition(&self, value: DOMString) -> ErrorResult

Source

fn White_space(&self) -> DOMString

Source

fn SetWhite_space(&self, value: DOMString) -> ErrorResult

Source

fn WhiteSpace(&self) -> DOMString

Source

fn SetWhiteSpace(&self, value: DOMString) -> ErrorResult

Source

fn IndexedGetter(&self, index: u32) -> Option<DOMString>

Implementors§