Class CssProps

java.lang.Object
react4j.dom.proptypes.html.CssProps

@JsType(isNative=true, namespace="<global>", name="Object") public class CssProps extends Object
This class represents properties of the CSS style object. NOTE: this is very much a work in progress. Further refinements will include defining enumerations for many of the properties
  • Constructor Details

  • Method Details

    • getAnimationFillMode

      @JsProperty public String getAnimationFillMode()
    • setAnimationFillMode

      @JsProperty public void setAnimationFillMode(String mode)
    • animationFillMode

      @JsOverlay @Nonnull public final CssProps animationFillMode(@Nonnull @AnimationFillMode String mode)
    • getBackgroundColor

      @JsProperty public String getBackgroundColor()
    • setBackgroundColor

      @JsProperty public void setBackgroundColor(String color)
    • backgroundColor

      @JsOverlay @Nonnull public final CssProps backgroundColor(String color)
    • getBoxFlex

      @JsProperty public int getBoxFlex()
    • setBoxFlex

      @JsProperty public void setBoxFlex(int boxFlex)
    • boxFlex

      @JsOverlay @Nonnull public final CssProps boxFlex(int boxFlex)
    • getBoxFlexGroup

      @JsProperty public int getBoxFlexGroup()
    • setBoxFlexGroup

      @JsProperty public void setBoxFlexGroup(int boxFlexGroup)
    • boxFlexGroup

      @JsOverlay @Nonnull public final CssProps boxFlexGroup(int boxFlexGroup)
    • getBottom

      @JsProperty public String getBottom()
    • setBottom

      @JsProperty public void setBottom(String bottom)
    • bottom

      @JsOverlay @Nonnull public final CssProps bottom(String bottom)
    • getColumnCount

      @JsProperty public int getColumnCount()
    • setColumnCount

      @JsProperty public void setColumnCount(int columnCount)
    • columnCount

      @JsOverlay @Nonnull public final CssProps columnCount(int columnCount)
    • getFlex

      @JsProperty public int getFlex()
    • setFlex

      @JsProperty public void setFlex(int flex)
    • flex

      @JsOverlay @Nonnull public final CssProps flex(int flex)
    • getFlexGrow

      @JsProperty public int getFlexGrow()
    • setFlexGrow

      @JsProperty public void setFlexGrow(int flexGrow)
    • flexGrow

      @JsOverlay @Nonnull public final CssProps flexGrow(int flexGrow)
    • getFlexShrink

      @JsProperty public int getFlexShrink()
    • setFlexShrink

      @JsProperty public void setFlexShrink(int flexShrink)
    • flexShrink

      @JsOverlay @Nonnull public final CssProps flexShrink(int flexShrink)
    • setFontWeight

      @JsProperty public void setFontWeight(double fontWeight)
    • fontWeight

      @JsOverlay @Nonnull public final CssProps fontWeight(double fontWeight)
    • setFontWeight

      @JsProperty public void setFontWeight(String fontWeight)
    • fontWeight

      @JsOverlay @Nonnull public final CssProps fontWeight(String fontWeight)
    • getLineClamp

      @JsProperty public double getLineClamp()
    • setLineClamp

      @JsProperty public void setLineClamp(double lineClamp)
    • lineClamp

      @JsOverlay @Nonnull public final CssProps lineClamp(double lineClamp)
    • getLineHeight

      @JsProperty public String getLineHeight()
    • setLineHeight

      @JsProperty public void setLineHeight(String lineHeight)
    • lineHeight

      @JsOverlay @Nonnull public final CssProps lineHeight(String lineHeight)
    • getOpacity

      @JsProperty public double getOpacity()
    • setOpacity

      @JsProperty public void setOpacity(double opacity)
    • opacity

      @JsOverlay @Nonnull public final CssProps opacity(double opacity)
    • getOrder

      @JsProperty public int getOrder()
    • setOrder

      @JsProperty public void setOrder(int order)
    • order

      @JsOverlay @Nonnull public final CssProps order(int order)
    • getOrphans

      @JsProperty public int getOrphans()
    • setOrphans

      @JsProperty public void setOrphans(int orphans)
    • orphans

      @JsOverlay @Nonnull public final CssProps orphans(int orphans)
    • getWidows

      @JsProperty public int getWidows()
    • setWidows

      @JsProperty public void setWidows(int widows)
    • widows

      @JsOverlay @Nonnull public final CssProps widows(int widows)
    • getZIndex

      @JsProperty(name="zIndex") public double getZIndex()
    • setZIndex

      @JsProperty(name="zIndex") public void setZIndex(double zIndex)
    • zIndex

      @JsOverlay @Nonnull public final CssProps zIndex(double zIndex)
    • getZoom

      @JsProperty public double getZoom()
    • setZoom

      @JsProperty public void setZoom(double zoom)
    • zoom

      @JsOverlay @Nonnull public final CssProps zoom(double zoom)
    • getFontSize

      @JsProperty public String getFontSize()
    • setFontSize

      @JsProperty public void setFontSize(String fontSize)
    • fontSize

      @JsOverlay @Nonnull public final CssProps fontSize(String fontSize)
    • getFillOpacity

      @JsProperty public double getFillOpacity()
    • setFillOpacity

      @JsProperty public void setFillOpacity(double fillOpacity)
    • fillOpacity

      @JsOverlay @Nonnull public final CssProps fillOpacity(double fillOpacity)
    • getStrokeOpacity

      @JsProperty public double getStrokeOpacity()
    • setStrokeOpacity

      @JsProperty public void setStrokeOpacity(double strokeOpacity)
    • strokeOpacity

      @JsOverlay @Nonnull public final CssProps strokeOpacity(double strokeOpacity)
    • getStrokeWidth

      @JsProperty public double getStrokeWidth()
    • setStrokeWidth

      @JsProperty public void setStrokeWidth(double strokeWidth)
    • strokeWidth

      @JsOverlay @Nonnull public final CssProps strokeWidth(double strokeWidth)
    • getAlignContent

      @JsProperty public String getAlignContent()
    • setAlignContent

      @JsProperty public void setAlignContent(String alignContent)
    • alignContent

      @JsOverlay @Nonnull public final CssProps alignContent(String alignContent)
      Aligns a flex container's lines within the flex container when there is extra space in the cross-axis, similar to how justify-content aligns individual items within the main-axis.
    • getAlignItems

      @JsProperty public String getAlignItems()
    • setAlignItems

      @JsProperty public void setAlignItems(String alignItems)
    • alignItems

      @JsOverlay @Nonnull public final CssProps alignItems(String alignItems)
      Sets the default alignment in the cross axis for all of the flex container's items, including anonymous flex items, similarly to how justify-content aligns items along the main axis.
    • getAlignSelf

      @JsProperty public String getAlignSelf()
    • setAlignSelf

      @JsProperty public void setAlignSelf(String alignSelf)
    • alignSelf

      @JsOverlay @Nonnull public final CssProps alignSelf(String alignSelf)
      Allows the default alignment to be overridden for individual flex items.
    • getAlignmentAdjust

      @JsProperty public String getAlignmentAdjust()
    • setAlignmentAdjust

      @JsProperty public void setAlignmentAdjust(String alignmentAdjust)
    • alignmentAdjust

      @JsOverlay @Nonnull public final CssProps alignmentAdjust(String alignmentAdjust)
      This property allows precise alignment of elements, such as graphics, that do not have a baseline-table or lack the desired baseline in their baseline-table. With the alignment-adjust property, the position of the baseline identified by the alignment-baseline can be explicitly determined. It also determines precisely the alignment point for each glyph within a textual element.
    • getAlignmentBaseline

      @JsProperty public String getAlignmentBaseline()
    • setAlignmentBaseline

      @JsProperty public void setAlignmentBaseline(String alignmentBaseline)
    • alignmentBaseline

      @JsOverlay @Nonnull public final CssProps alignmentBaseline(String alignmentBaseline)
    • getAnimationDelay

      @JsProperty public String getAnimationDelay()
    • setAnimationDelay

      @JsProperty public void setAnimationDelay(String animationDelay)
    • animationDelay

      @JsOverlay @Nonnull public final CssProps animationDelay(String animationDelay)
      Defines a length of time to elapse before an animation starts, allowing an animation to begin execution some time after it is applied.
    • getAnimationDirection

      @JsProperty public String getAnimationDirection()
    • setAnimationDirection

      @JsProperty public void setAnimationDirection(String animationDirection)
    • animationDirection

      @JsOverlay @Nonnull public final CssProps animationDirection(String animationDirection)
    • getAnimationIterationCount

      @JsProperty public String getAnimationIterationCount()
    • setAnimationIterationCount

      @JsProperty public void setAnimationIterationCount(String animationIterationCount)
    • animationIterationCount

      @JsOverlay @Nonnull public final CssProps animationIterationCount(String animationIterationCount)
      Specifies how many times an animation cycle should play.
    • getAnimationTimingFunction

      @JsProperty public String getAnimationTimingFunction()
    • setAnimationTimingFunction

      @JsProperty public void setAnimationTimingFunction(@Nonnull String animationTimingFunction)
    • animationTimingFunction

      @JsOverlay @Nonnull public final CssProps animationTimingFunction(@Nonnull String animationTimingFunction)
    • getAnimationDuration

      @JsProperty public String getAnimationDuration()
    • setAnimationDuration

      @JsProperty public void setAnimationDuration(@Nonnull String animationDuration)
    • animationDuration

      @JsOverlay @Nonnull public final CssProps animationDuration(@Nonnull String animationDuration)
    • getAnimationName

      @JsProperty public String getAnimationName()
    • setAnimationName

      @JsProperty public void setAnimationName(String animationName)
    • animationName

      @JsOverlay @Nonnull public final CssProps animationName(String animationName)
      Defines the list of animations that apply to the element.
    • getAnimationPlayState

      @JsProperty public String getAnimationPlayState()
    • setAnimationPlayState

      @JsProperty public void setAnimationPlayState(String animationPlayState)
    • animationPlayState

      @JsOverlay @Nonnull public final CssProps animationPlayState(String animationPlayState)
      Defines whether an animation is running or paused.
    • getAppearance

      @JsProperty public String getAppearance()
    • setAppearance

      @JsProperty public void setAppearance(String appearance)
    • appearance

      @JsOverlay @Nonnull public final CssProps appearance(String appearance)
      Allows changing the style of any element to platform-based interface elements or vice versa.
    • getBackfaceVisibility

      @JsProperty public String getBackfaceVisibility()
    • setBackfaceVisibility

      @JsProperty public void setBackfaceVisibility(String backfaceVisibility)
    • backfaceVisibility

      @JsOverlay @Nonnull public final CssProps backfaceVisibility(String backfaceVisibility)
      Determines whether or not the "back" side of a transformed element is visible when facing the viewer.
    • getBackgroundBlendMode

      @JsProperty public String getBackgroundBlendMode()
    • setBackgroundBlendMode

      @JsProperty public void setBackgroundBlendMode(String backgroundBlendMode)
    • backgroundBlendMode

      @JsOverlay @Nonnull public final CssProps backgroundBlendMode(String backgroundBlendMode)
      This property describes how the element's background images should blend with each other and the element's background color. The value is a list of blend modes that corresponds to each background image. Each element in the list will apply to the corresponding element of background-image. If a property doesn't have enough comma-separated values to match the number of layers, the UA must calculate its used value by repeating the list of values until there are enough.
    • getBackgroundComposite

      @JsProperty public String getBackgroundComposite()
    • setBackgroundComposite

      @JsProperty public void setBackgroundComposite(String backgroundComposite)
    • backgroundComposite

      @JsOverlay @Nonnull public final CssProps backgroundComposite(String backgroundComposite)
    • getBackgroundImage

      @JsProperty public String getBackgroundImage()
    • setBackgroundImage

      @JsProperty public void setBackgroundImage(String backgroundImage)
    • backgroundImage

      @JsOverlay @Nonnull public final CssProps backgroundImage(String backgroundImage)
      Applies one or more background images to an element. These can be any valid CSS image, including url() paths to image files or CSS gradients.
    • getBackgroundOrigin

      @JsProperty public String getBackgroundOrigin()
    • setBackgroundOrigin

      @JsProperty public void setBackgroundOrigin(String backgroundOrigin)
    • backgroundOrigin

      @JsOverlay @Nonnull public final CssProps backgroundOrigin(String backgroundOrigin)
      Specifies what the background-position property is relative to.
    • getBackgroundPositionX

      @JsProperty public String getBackgroundPositionX()
    • setBackgroundPositionX

      @JsProperty public void setBackgroundPositionX(String backgroundPositionX)
    • backgroundPositionX

      @JsOverlay @Nonnull public final CssProps backgroundPositionX(String backgroundPositionX)
      Sets the horizontal position of a background image.
    • getBackgroundRepeat

      @JsProperty public String getBackgroundRepeat()
    • setBackgroundRepeat

      @JsProperty public void setBackgroundRepeat(String backgroundRepeat)
    • backgroundRepeat

      @JsOverlay @Nonnull public final CssProps backgroundRepeat(String backgroundRepeat)
      Background-repeat defines if and how background images will be repeated after they have been sized and positioned
    • getBorder

      @JsProperty public String getBorder()
    • setBorder

      @JsProperty public void setBorder(String border)
    • border

      @JsOverlay @Nonnull public final CssProps border(String border)
      Shorthand property that defines the different properties of all four sides of an element's border in a single declaration. It can be used to set border-width, border-style and border-color, or a subset of these.
    • getBorderRadius

      @JsProperty public String getBorderRadius()
    • setBorderRadius

      @JsProperty public void setBorderRadius(String borderRadius)
    • borderRadius

      @JsOverlay @Nonnull public final CssProps borderRadius(String borderRadius)
    • getBorderBottomLeftRadius

      @JsProperty public String getBorderBottomLeftRadius()
    • setBorderBottomLeftRadius

      @JsProperty public void setBorderBottomLeftRadius(String borderBottomLeftRadius)
    • borderBottomLeftRadius

      @JsOverlay @Nonnull public final CssProps borderBottomLeftRadius(String borderBottomLeftRadius)
      Defines the shape of the border of the bottom-left corner.
    • getBorderBottomRightRadius

      @JsProperty public String getBorderBottomRightRadius()
    • setBorderBottomRightRadius

      @JsProperty public void setBorderBottomRightRadius(String borderBottomRightRadius)
    • borderBottomRightRadius

      @JsOverlay @Nonnull public final CssProps borderBottomRightRadius(String borderBottomRightRadius)
      Defines the shape of the border of the bottom-right corner.
    • getBorderBottomWidth

      @JsProperty public String getBorderBottomWidth()
    • setBorderBottomWidth

      @JsProperty public void setBorderBottomWidth(String borderBottomWidth)
    • borderBottomWidth

      @JsOverlay @Nonnull public final CssProps borderBottomWidth(String borderBottomWidth)
      Sets the width of an element's bottom border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
    • getBorderCollapse

      @JsProperty public String getBorderCollapse()
    • setBorderCollapse

      @JsProperty public void setBorderCollapse(String borderCollapse)
    • borderCollapse

      @JsOverlay @Nonnull public final CssProps borderCollapse(String borderCollapse)
      Border-collapse can be used for collapsing the borders between table cells
    • getBorderColor

      @JsProperty public String getBorderColor()
    • setBorderColor

      @JsProperty public void setBorderColor(String borderColor)
    • borderColor

      @JsOverlay @Nonnull public final CssProps borderColor(String borderColor)
      The CSS border-color property sets the color of an element's four borders. This property can have from one to four values, made up of the elementary properties: - border-top-color - border-right-color - border-bottom-color - border-left-color The default color is the currentColor of each of these values. If you provide one value, it sets the color for the element. Two values set the horizontal and vertical values, respectively. Providing three values sets the top, vertical, and bottom values, in that order. Four values set all for sides: top, right, bottom, and left, in that order.
    • getBorderCornerShape

      @JsProperty public String getBorderCornerShape()
    • setBorderCornerShape

      @JsProperty public void setBorderCornerShape(String borderCornerShape)
    • borderCornerShape

      @JsOverlay @Nonnull public final CssProps borderCornerShape(String borderCornerShape)
      Specifies different corner clipping effects, such as scoop (inner curves), bevel (straight cuts) or notch (cut-off rectangles). Works along with border-radius to specify the size of each corner effect.
    • getBorderImageSource

      @JsProperty public String getBorderImageSource()
    • setBorderImageSource

      @JsProperty public void setBorderImageSource(String borderImageSource)
    • borderImageSource

      @JsOverlay @Nonnull public final CssProps borderImageSource(String borderImageSource)
      The property border-image-source is used to set the image to be used instead of the border style. If this is set to none the border-style is used instead.
    • getBorderImageWidth

      @JsProperty public String getBorderImageWidth()
    • setBorderImageWidth

      @JsProperty public void setBorderImageWidth(String borderImageWidth)
    • borderImageWidth

      @JsOverlay @Nonnull public final CssProps borderImageWidth(String borderImageWidth)
      The border-image-width CSS property defines the offset to use for dividing the border image in nine parts, the top-left corner, central top edge, top-right-corner, central right edge, bottom-right corner, central bottom edge, bottom-left corner, and central right edge. They represent inward distance from the top, right, bottom, and left edges.
    • getBorderLeft

      @JsProperty public String getBorderLeft()
    • setBorderLeft

      @JsProperty public void setBorderLeft(String borderLeft)
    • borderLeft

      @JsOverlay @Nonnull public final CssProps borderLeft(String borderLeft)
      Shorthand property that defines the border-width, border-style and border-color of an element's left border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the left border: border-left-width, border-left-style and border-left-color.
    • getBorderLeftColor

      @JsProperty public String getBorderLeftColor()
    • setBorderLeftColor

      @JsProperty public void setBorderLeftColor(String borderLeftColor)
    • borderLeftColor

      @JsOverlay @Nonnull public final CssProps borderLeftColor(String borderLeftColor)
      The CSS border-left-color property sets the color of an element's left border. This page explains the border-left-color value, but often you will find it more convenient to fix the border's left color as part of a shorthand set, either border-left or border-color. Colors can be defined several ways. For more information, see Usage.
    • getBorderLeftStyle

      @JsProperty public String getBorderLeftStyle()
    • setBorderLeftStyle

      @JsProperty public void setBorderLeftStyle(String borderLeftStyle)
    • borderLeftStyle

      @JsOverlay @Nonnull public final CssProps borderLeftStyle(String borderLeftStyle)
      Sets the style of an element's left border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
    • getBorderLeftWidth

      @JsProperty public String getBorderLeftWidth()
    • setBorderLeftWidth

      @JsProperty public void setBorderLeftWidth(String borderLeftWidth)
    • borderLeftWidth

      @JsOverlay @Nonnull public final CssProps borderLeftWidth(String borderLeftWidth)
      Sets the width of an element's left border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
    • getBorderRight

      @JsProperty public String getBorderRight()
    • setBorderRight

      @JsProperty public void setBorderRight(String borderRight)
    • borderRight

      @JsOverlay @Nonnull public final CssProps borderRight(String borderRight)
      Shorthand property that defines the border-width, border-style and border-color of an element's right border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the right border: border-right-width, border-right-style and border-right-color.
    • getBorderRightColor

      @JsProperty public String getBorderRightColor()
    • setBorderRightColor

      @JsProperty public void setBorderRightColor(String borderRightColor)
    • borderRightColor

      @JsOverlay @Nonnull public final CssProps borderRightColor(String borderRightColor)
      Sets the color of an element's right border. This page explains the border-right-color value, but often you will find it more convenient to fix the border's right color as part of a shorthand set, either border-right or border-color. Colors can be defined several ways. For more information, see Usage.
    • getBorderRightStyle

      @JsProperty public String getBorderRightStyle()
    • setBorderRightStyle

      @JsProperty public void setBorderRightStyle(String borderRightStyle)
    • borderRightStyle

      @JsOverlay @Nonnull public final CssProps borderRightStyle(String borderRightStyle)
      Sets the style of an element's right border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
    • getBorderRightWidth

      @JsProperty public String getBorderRightWidth()
    • setBorderRightWidth

      @JsProperty public void setBorderRightWidth(String borderRightWidth)
    • borderRightWidth

      @JsOverlay @Nonnull public final CssProps borderRightWidth(String borderRightWidth)
      Sets the width of an element's right border. To set all four borders, use the border-width shorthand property which sets the values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
    • getBorderSpacing

      @JsProperty public String getBorderSpacing()
    • setBorderSpacing

      @JsProperty public void setBorderSpacing(String borderSpacing)
    • borderSpacing

      @JsOverlay @Nonnull public final CssProps borderSpacing(String borderSpacing)
      Specifies the distance between the borders of adjacent cells.
    • getBorderStyle

      @JsProperty public String getBorderStyle()
    • setBorderStyle

      @JsProperty public void setBorderStyle(String borderStyle)
    • borderStyle

      @JsOverlay @Nonnull public final CssProps borderStyle(String borderStyle)
      Sets the style of an element's four borders. This property can have from one to four values. With only one value, the value will be applied to all four borders; otherwise, this works as a shorthand property for each of border-top-style, border-right-style, border-bottom-style, border-left-style, where each border style may be assigned a separate value.
    • getBorderTop

      @JsProperty public String getBorderTop()
    • setBorderTop

      @JsProperty public void setBorderTop(String borderTop)
    • borderTop

      @JsOverlay @Nonnull public final CssProps borderTop(String borderTop)
      Shorthand property that defines the border-width, border-style and border-color of an element's top border in a single declaration. Note that you can use the corresponding longhand properties to set specific individual properties of the top border: border-top-width, border-top-style and border-top-color.
    • getBorderTopColor

      @JsProperty public String getBorderTopColor()
    • setBorderTopColor

      @JsProperty public void setBorderTopColor(String borderTopColor)
    • borderTopColor

      @JsOverlay @Nonnull public final CssProps borderTopColor(String borderTopColor)
      Sets the color of an element's top border. This page explains the border-top-color value, but often you will find it more convenient to fix the border's top color as part of a shorthand set, either border-top or border-color. Colors can be defined several ways. For more information, see Usage.
    • getBorderTopLeftRadius

      @JsProperty public String getBorderTopLeftRadius()
    • setBorderTopLeftRadius

      @JsProperty public void setBorderTopLeftRadius(String borderTopLeftRadius)
    • borderTopLeftRadius

      @JsOverlay @Nonnull public final CssProps borderTopLeftRadius(String borderTopLeftRadius)
      Sets the rounding of the top-left corner of the element.
    • getBorderTopRightRadius

      @JsProperty public String getBorderTopRightRadius()
    • setBorderTopRightRadius

      @JsProperty public void setBorderTopRightRadius(String borderTopRightRadius)
    • borderTopRightRadius

      @JsOverlay @Nonnull public final CssProps borderTopRightRadius(String borderTopRightRadius)
      Sets the rounding of the top-right corner of the element.
    • getBorderTopStyle

      @JsProperty public String getBorderTopStyle()
    • setBorderTopStyle

      @JsProperty public void setBorderTopStyle(String borderTopStyle)
    • borderTopStyle

      @JsOverlay @Nonnull public final CssProps borderTopStyle(String borderTopStyle)
      Sets the style of an element's top border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
    • getBorderTopWidth

      @JsProperty public String getBorderTopWidth()
    • setBorderTopWidth

      @JsProperty public void setBorderTopWidth(String borderTopWidth)
    • borderTopWidth

      @JsOverlay @Nonnull public final CssProps borderTopWidth(String borderTopWidth)
      Sets the width of an element's top border. To set all four borders, use the shorthand property, border-style. Otherwise, you can set the borders individually with border-top-style, border-right-style, border-bottom-style, border-left-style.
    • getBorderWidth

      @JsProperty public String getBorderWidth()
    • setBorderWidth

      @JsProperty public void setBorderWidth(String borderWidth)
    • borderWidth

      @JsOverlay @Nonnull public final CssProps borderWidth(String borderWidth)
      Sets the width of an element's four borders. This property can have from one to four values. This is a shorthand property for setting values simultaneously for border-top-width, border-right-width, border-bottom-width, and border-left-width.
    • getBoxDecorationBreak

      @JsProperty public String getBoxDecorationBreak()
    • setBoxDecorationBreak

      @JsProperty public void setBoxDecorationBreak(String boxDecorationBreak)
    • boxDecorationBreak

      @JsOverlay @Nonnull public final CssProps boxDecorationBreak(String boxDecorationBreak)
      Breaks a box into fragments creating new borders, padding and repeating backgrounds or lets it stay as a continuous box on a page break, column break, or, for inline elements, at a line break.
    • getBoxLineProgression

      @JsProperty public String getBoxLineProgression()
    • setBoxLineProgression

      @JsProperty public void setBoxLineProgression(String boxLineProgression)
    • boxLineProgression

      @JsOverlay @Nonnull public final CssProps boxLineProgression(String boxLineProgression)
      Do not use. This property has been replaced by the flex-wrap property. Gets or sets a value that specifies the direction to add successive rows or columns when the value of box-lines is set to multiple.
    • getBoxLines

      @JsProperty public String getBoxLines()
    • setBoxLines

      @JsProperty public void setBoxLines(String boxLines)
    • boxLines

      @JsOverlay @Nonnull public final CssProps boxLines(String boxLines)
      Do not use. This property has been replaced by the flex-wrap property. Gets or sets a value that specifies whether child elements wrap onto multiple lines or columns based on the space available in the object.
    • getBoxOrdinalGroup

      @JsProperty public String getBoxOrdinalGroup()
    • setBoxOrdinalGroup

      @JsProperty public void setBoxOrdinalGroup(String boxOrdinalGroup)
    • boxOrdinalGroup

      @JsOverlay @Nonnull public final CssProps boxOrdinalGroup(String boxOrdinalGroup)
      Do not use. This property has been replaced by flex-order. Specifies the ordinal group that a child element of the object belongs to. This ordinal value identifies the display order (along the axis defined by the box-orient property) for the group.
    • getBreakAfter

      @JsProperty public String getBreakAfter()
    • setBreakAfter

      @JsProperty public void setBreakAfter(String breakAfter)
    • breakAfter

      @JsOverlay @Nonnull public final CssProps breakAfter(String breakAfter)
      The CSS break-after property allows you to force a break on multi-column layouts. More specifically, it allows you to force a break after an element. It allows you to determine if a break should occur, and what type of break it should be. The break-after CSS property describes how the page, column or region break behaves after the generated box. If there is no generated box, the property is ignored.
    • getBreakBefore

      @JsProperty public String getBreakBefore()
    • setBreakBefore

      @JsProperty public void setBreakBefore(String breakBefore)
    • breakBefore

      @JsOverlay @Nonnull public final CssProps breakBefore(String breakBefore)
      Control page/column/region breaks that fall above a block of content
    • getBreakInside

      @JsProperty public String getBreakInside()
    • setBreakInside

      @JsProperty public void setBreakInside(String breakInside)
    • breakInside

      @JsOverlay @Nonnull public final CssProps breakInside(String breakInside)
      Control page/column/region breaks that fall within a block of content
    • getClear

      @JsProperty public String getClear()
    • setClear

      @JsProperty public void setClear(String clear)
    • clear

      @JsOverlay @Nonnull public final CssProps clear(String clear)
      The clear CSS property specifies if an element can be positioned next to or must be positioned below the floating elements that precede it in the markup.
    • getClipRule

      @JsProperty public String getClipRule()
    • setClipRule

      @JsProperty public void setClipRule(String clipRule)
    • clipRule

      @JsOverlay @Nonnull public final CssProps clipRule(String clipRule)
      Clipping crops an graphic, so that only a portion of the graphic is rendered, or filled. This clip-rule property, when used with the clip-path property, defines which clip rule, or algorithm, to use when filling the different parts of a graphics.
    • getColor

      @JsProperty public String getColor()
    • setColor

      @JsProperty public void setColor(String color)
    • color

      @JsOverlay @Nonnull public final CssProps color(String color)
      The color property sets the color of an element's foreground content (usually text), accepting any standard CSS color from keywords and hex values to RGB(a) and HSL(a).
    • getColumnFill

      @JsProperty public String getColumnFill()
    • setColumnFill

      @JsProperty public void setColumnFill(String columnFill)
    • columnFill

      @JsOverlay @Nonnull public final CssProps columnFill(String columnFill)
      Specifies how to fill columns (balanced or sequential).
    • getColumnGap

      @JsProperty public String getColumnGap()
    • setColumnGap

      @JsProperty public void setColumnGap(String columnGap)
    • columnGap

      @JsOverlay @Nonnull public final CssProps columnGap(String columnGap)
      The column-gap property controls the width of the gap between columns in multi-column elements.
    • getColumnRule

      @JsProperty public String getColumnRule()
    • setColumnRule

      @JsProperty public void setColumnRule(String columnRule)
    • columnRule

      @JsOverlay @Nonnull public final CssProps columnRule(String columnRule)
      Sets the width, style, and color of the rule between columns.
    • getColumnRuleColor

      @JsProperty public String getColumnRuleColor()
    • setColumnRuleColor

      @JsProperty public void setColumnRuleColor(String columnRuleColor)
    • columnRuleColor

      @JsOverlay @Nonnull public final CssProps columnRuleColor(String columnRuleColor)
      Specifies the color of the rule between columns.
    • getColumnRuleWidth

      @JsProperty public String getColumnRuleWidth()
    • setColumnRuleWidth

      @JsProperty public void setColumnRuleWidth(String columnRuleWidth)
    • columnRuleWidth

      @JsOverlay @Nonnull public final CssProps columnRuleWidth(String columnRuleWidth)
      Specifies the width of the rule between columns.
    • getColumnSpan

      @JsProperty public String getColumnSpan()
    • setColumnSpan

      @JsProperty public void setColumnSpan(String columnSpan)
    • columnSpan

      @JsOverlay @Nonnull public final CssProps columnSpan(String columnSpan)
      The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.
    • getColumnWidth

      @JsProperty public String getColumnWidth()
    • setColumnWidth

      @JsProperty public void setColumnWidth(String columnWidth)
    • columnWidth

      @JsOverlay @Nonnull public final CssProps columnWidth(String columnWidth)
      Specifies the width of columns in multi-column elements.
    • getColumns

      @JsProperty public String getColumns()
    • setColumns

      @JsProperty public void setColumns(String columns)
    • columns

      @JsOverlay @Nonnull public final CssProps columns(String columns)
      This property is a shorthand property for setting column-width and/or column-count.
    • getCounterIncrement

      @JsProperty public String getCounterIncrement()
    • setCounterIncrement

      @JsProperty public void setCounterIncrement(String counterIncrement)
    • counterIncrement

      @JsOverlay @Nonnull public final CssProps counterIncrement(String counterIncrement)
      The counter-increment property accepts one or more names of counters (identifiers), each one optionally followed by an integer which specifies the value by which the counter should be incremented (e.g. if the value is 2, the counter increases by 2 each time it is invoked).
    • getCounterReset

      @JsProperty public String getCounterReset()
    • setCounterReset

      @JsProperty public void setCounterReset(String counterReset)
    • counterReset

      @JsOverlay @Nonnull public final CssProps counterReset(String counterReset)
      The counter-reset property contains a list of one or more names of counters, each one optionally followed by an integer (otherwise, the integer defaults to 0.) Each time the given element is invoked, the counters specified by the property are set to the given integer.
    • getCue

      @JsProperty public String getCue()
    • setCue

      @JsProperty public void setCue(String cue)
    • cue

      @JsOverlay @Nonnull public final CssProps cue(String cue)
      The cue property specifies sound files (known as an "auditory icon") to be played by speech media agents before and after presenting an element's content; if only one file is specified, it is played both before and after. The volume at which the file(s) should be played, relative to the volume of the main element, may also be specified. The icon files may also be set separately with the cue-before and cue-after properties.
    • getCueAfter

      @JsProperty public String getCueAfter()
    • setCueAfter

      @JsProperty public void setCueAfter(String cueAfter)
    • cueAfter

      @JsOverlay @Nonnull public final CssProps cueAfter(String cueAfter)
      The cue-after property specifies a sound file (known as an "auditory icon") to be played by speech media agents after presenting an element's content; the volume at which the file should be played may also be specified. The shorthand property cue sets cue sounds for both before and after the element is presented.
    • getDirection

      @JsProperty public String getDirection()
    • setDirection

      @JsProperty public void setDirection(String direction)
    • direction

      @JsOverlay @Nonnull public final CssProps direction(String direction)
      The direction CSS property specifies the text direction/writing direction. The rtl is used for Hebrew or Arabic text, the ltr is for other languages.
    • getDisplay

      @JsProperty public String getDisplay()
    • setDisplay

      @JsProperty public void setDisplay(String display)
    • display

      @JsOverlay @Nonnull public final CssProps display(String display)
      This property specifies the type of rendering box used for an element. It is a shorthand property for many other display properties.
    • getFill

      @JsProperty public String getFill()
    • setFill

      @JsProperty public void setFill(String fill)
    • fill

      @JsOverlay @Nonnull public final CssProps fill(String fill)
      The "fill" property paints the interior of the given graphical element. The area to be painted consists of any areas inside the outline of the shape. To determine the inside of the shape, all subpaths are considered, and the interior is determined according to the rules associated with the current value of the "fill-rule" property. The zero-width geometric outline of a shape is included in the area to be painted.
    • getFillRule

      @JsProperty public String getFillRule()
    • setFillRule

      @JsProperty public void setFillRule(String fillRule)
    • fillRule

      @JsOverlay @Nonnull public final CssProps fillRule(String fillRule)
      The "fill-rule" property indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape. For a simple, non-intersecting path, it is intuitively clear what region lies "inside"; however, for a more complex path, such as a path that intersects itself or where one subpath encloses another, the interpretation of "inside" is not so obvious. The "fill-rule" property provides two options for how the inside of a shape is determined:
    • getFilter

      @JsProperty public String getFilter()
    • setFilter

      @JsProperty public void setFilter(String filter)
    • filter

      @JsOverlay @Nonnull public final CssProps filter(String filter)
      Applies various image processing effects. This property is largely unsupported. See Compatibility section for more information.
    • getFlexBasis

      @JsProperty public String getFlexBasis()
    • setFlexBasis

      @JsProperty public void setFlexBasis(String flexBasis)
    • flexBasis

      @JsOverlay @Nonnull public final CssProps flexBasis(String flexBasis)
      The flex-basis CSS property describes the initial main size of the flex item before any free space is distributed according to the flex factors described in the flex property (flex-grow and flex-shrink).
    • getFlexDirection

      @JsProperty public String getFlexDirection()
    • setFlexDirection

      @JsProperty public void setFlexDirection(String flexDirection)
    • flexDirection

      @JsOverlay @Nonnull public final CssProps flexDirection(String flexDirection)
      The flex-direction CSS property describes how flex items are placed in the flex container, by setting the direction of the flex container's main axis.
    • getFlexFlow

      @JsProperty public String getFlexFlow()
    • setFlexFlow

      @JsProperty public void setFlexFlow(String flexFlow)
    • flexFlow

      @JsOverlay @Nonnull public final CssProps flexFlow(String flexFlow)
      The flex-flow CSS property defines the flex container's main and cross axis. It is a shorthand property for the flex-direction and flex-wrap properties.
    • getFlexItemAlign

      @JsProperty public String getFlexItemAlign()
    • setFlexItemAlign

      @JsProperty public void setFlexItemAlign(String flexItemAlign)
    • flexItemAlign

      @JsOverlay @Nonnull public final CssProps flexItemAlign(String flexItemAlign)
      Do not use. This property has been renamed to align-self Specifies the alignment (perpendicular to the layout axis defined by flex-direction) of child elements of the object.
    • getFlexOrder

      @JsProperty public String getFlexOrder()
    • setFlexOrder

      @JsProperty public void setFlexOrder(String flexOrder)
    • flexOrder

      @JsOverlay @Nonnull public final CssProps flexOrder(String flexOrder)
      Gets or sets a value that specifies the ordinal group that a flexbox element belongs to. This ordinal value identifies the display order for the group.
    • getCssFloat

      @JsProperty(name="float") public String getCssFloat()
    • setCssFloat

      @JsProperty(name="float") public void setCssFloat(String cssFloat)
    • cssFloat

      @JsOverlay @Nonnull public final CssProps cssFloat(String cssFloat)
      Elements which have the style float are floated horizontally. These elements can move as far to the left or right of the containing element. All elements after the floating element will flow around it, but elements before the floating element are not impacted. If several floating elements are placed after each other, they will float next to each other as long as there is room.
    • getFlowFrom

      @JsProperty public String getFlowFrom()
    • setFlowFrom

      @JsProperty public void setFlowFrom(String flowFrom)
    • flowFrom

      @JsOverlay @Nonnull public final CssProps flowFrom(String flowFrom)
      Flows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.
    • getFont

      @JsProperty public String getFont()
    • setFont

      @JsProperty public void setFont(String font)
    • font

      @JsOverlay @Nonnull public final CssProps font(String font)
      The font property is shorthand that allows you to do one of two things: you can either set up six of the most mature font properties in one line, or you can set one of a choice of keywords to adopt a system font setting.
    • getFontFamily

      @JsProperty public String getFontFamily()
    • setFontFamily

      @JsProperty public void setFontFamily(String fontFamily)
    • fontFamily

      @JsOverlay @Nonnull public final CssProps fontFamily(String fontFamily)
      The font-family property allows one or more font family names and/or generic family names to be specified for usage on the selected element(s)' text. The browser then goes through the list; for each character in the selection it applies the first font family that has an available glyph for that character.
    • getFontKerning

      @JsProperty public String getFontKerning()
    • setFontKerning

      @JsProperty public void setFontKerning(String fontKerning)
    • fontKerning

      @JsOverlay @Nonnull public final CssProps fontKerning(String fontKerning)
      The font-kerning property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text. This property controls metric kerning - that utilizes adjustment data contained in the font. Optical Kerning is not supported as yet.
    • getFontSizeAdjust

      @JsProperty public String getFontSizeAdjust()
    • setFontSizeAdjust

      @JsProperty public void setFontSizeAdjust(String fontSizeAdjust)
    • fontSizeAdjust

      @JsOverlay @Nonnull public final CssProps fontSizeAdjust(String fontSizeAdjust)
      The font-size-adjust property adjusts the font-size of the fallback fonts defined with font-family, so that the x-height is the same no matter what font is used. This preserves the readability of the text when fallback happens.
    • getFontStretch

      @JsProperty public String getFontStretch()
    • setFontStretch

      @JsProperty public void setFontStretch(String fontStretch)
    • fontStretch

      @JsOverlay @Nonnull public final CssProps fontStretch(String fontStretch)
      Allows you to expand or condense the widths for a normal, condensed, or expanded font face.
    • getFontStyle

      @JsProperty public String getFontStyle()
    • setFontStyle

      @JsProperty public void setFontStyle(String fontStyle)
    • fontStyle

      @JsOverlay @Nonnull public final CssProps fontStyle(String fontStyle)
      The font-style property allows normal, italic, or oblique faces to be selected. Italic forms are generally cursive in nature while oblique faces are typically sloped versions of the regular face. Oblique faces can be simulated by artificially sloping the glyphs of the regular face.
    • getFontSynthesis

      @JsProperty public String getFontSynthesis()
    • setFontSynthesis

      @JsProperty public void setFontSynthesis(String fontSynthesis)
    • fontSynthesis

      @JsOverlay @Nonnull public final CssProps fontSynthesis(String fontSynthesis)
      This value specifies whether the user agent is allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces.
    • getFontVariant

      @JsProperty public String getFontVariant()
    • setFontVariant

      @JsProperty public void setFontVariant(String fontVariant)
    • fontVariant

      @JsOverlay @Nonnull public final CssProps fontVariant(String fontVariant)
      The font-variant property enables you to select the small-caps font within a font family.
    • getFontVariantAlternates

      @JsProperty public String getFontVariantAlternates()
    • setFontVariantAlternates

      @JsProperty public void setFontVariantAlternates(String fontVariantAlternates)
    • fontVariantAlternates

      @JsOverlay @Nonnull public final CssProps fontVariantAlternates(String fontVariantAlternates)
      Fonts can provide alternate glyphs in addition to default glyph for a character. This property provides control over the selection of these alternate glyphs.
    • getGridArea

      @JsProperty public String getGridArea()
    • setGridArea

      @JsProperty public void setGridArea(String gridArea)
    • gridArea

      @JsOverlay @Nonnull public final CssProps gridArea(String gridArea)
      Lays out one or more grid items bound by 4 grid lines. Shorthand for setting grid-column-start, grid-column-end, grid-row-start, and grid-row-end in a single declaration.
    • getGridColumn

      @JsProperty public String getGridColumn()
    • setGridColumn

      @JsProperty public void setGridColumn(String gridColumn)
    • gridColumn

      @JsOverlay @Nonnull public final CssProps gridColumn(String gridColumn)
      Controls a grid item's placement in a grid area, particularly grid position and a grid span. Shorthand for setting grid-column-start and grid-column-end in a single declaration.
    • getGridColumnEnd

      @JsProperty public String getGridColumnEnd()
    • setGridColumnEnd

      @JsProperty public void setGridColumnEnd(String gridColumnEnd)
    • gridColumnEnd

      @JsOverlay @Nonnull public final CssProps gridColumnEnd(String gridColumnEnd)
      Controls a grid item's placement in a grid area as well as grid position and a grid span. The grid-column-end property (with grid-row-start, grid-row-end, and grid-column-start) determines a grid item's placement by specifying the grid lines of a grid item's grid area.
    • getGridColumnStart

      @JsProperty public String getGridColumnStart()
    • setGridColumnStart

      @JsProperty public void setGridColumnStart(String gridColumnStart)
    • gridColumnStart

      @JsOverlay @Nonnull public final CssProps gridColumnStart(String gridColumnStart)
      Determines a grid item's placement by specifying the starting grid lines of a grid item's grid area . A grid item's placement in a grid area consists of a grid position and a grid span. See also ( grid-row-start, grid-row-end, and grid-column-end)
    • getGridRow

      @JsProperty public String getGridRow()
    • setGridRow

      @JsProperty public void setGridRow(String gridRow)
    • gridRow

      @JsOverlay @Nonnull public final CssProps gridRow(String gridRow)
      Gets or sets a value that indicates which row an element within a Grid should appear in. Shorthand for setting grid-row-start and grid-row-end in a single declaration.
    • getGridRowEnd

      @JsProperty public String getGridRowEnd()
    • setGridRowEnd

      @JsProperty public void setGridRowEnd(String gridRowEnd)
    • gridRowEnd

      @JsOverlay @Nonnull public final CssProps gridRowEnd(String gridRowEnd)
      Determines a grid item's placement by specifying the block-end. A grid item's placement in a grid area consists of a grid position and a grid span. The grid-row-end property (with grid-row-start, grid-column-start, and grid-column-end) determines a grid item's placement by specifying the grid lines of a grid item's grid area.
    • getGridRowPosition

      @JsProperty public String getGridRowPosition()
    • setGridRowPosition

      @JsProperty public void setGridRowPosition(String gridRowPosition)
    • gridRowPosition

      @JsOverlay @Nonnull public final CssProps gridRowPosition(String gridRowPosition)
      Specifies a row position based upon an integer location, string value, or desired row size. css/properties/grid-row is used as short-hand for grid-row-position and grid-row-position
    • getGridRowSpan

      @JsProperty public String getGridRowSpan()
    • setGridRowSpan

      @JsProperty public void setGridRowSpan(String gridRowSpan)
    • gridRowSpan

      @JsOverlay @Nonnull public final CssProps gridRowSpan(String gridRowSpan)
    • getGridTemplateAreas

      @JsProperty public String getGridTemplateAreas()
    • setGridTemplateAreas

      @JsProperty public void setGridTemplateAreas(String gridTemplateAreas)
    • gridTemplateAreas

      @JsOverlay @Nonnull public final CssProps gridTemplateAreas(String gridTemplateAreas)
      Specifies named grid areas which are not associated with any particular grid item, but can be referenced from the grid-placement properties. The syntax of the grid-template-areas property also provides a visualization of the structure of the grid, making the overall layout of the grid container easier to understand.
    • getGridTemplateColumns

      @JsProperty public String getGridTemplateColumns()
    • setGridTemplateColumns

      @JsProperty public void setGridTemplateColumns(String gridTemplateColumns)
    • gridTemplateColumns

      @JsOverlay @Nonnull public final CssProps gridTemplateColumns(String gridTemplateColumns)
      Specifies (with grid-template-rows) the line names and track sizing functions of the grid. Each sizing function can be specified as a length, a percentage of the grid container's size, a measurement of the contents occupying the column or row, or a fraction of the free space in the grid.
    • getGridTemplateRows

      @JsProperty public String getGridTemplateRows()
    • setGridTemplateRows

      @JsProperty public void setGridTemplateRows(String gridTemplateRows)
    • gridTemplateRows

      @JsOverlay @Nonnull public final CssProps gridTemplateRows(String gridTemplateRows)
      Specifies (with grid-template-columns) the line names and track sizing functions of the grid. Each sizing function can be specified as a length, a percentage of the grid container's size, a measurement of the contents occupying the column or row, or a fraction of the free space in the grid.
    • getHeight

      @JsProperty public String getHeight()
    • setHeight

      @JsProperty public void setHeight(String height)
    • height

      @JsOverlay @Nonnull public final CssProps height(String height)
      Sets the height of an element. The content area of the element height does not include the padding, border, and margin of the element.
    • getHyphenateLimitChars

      @JsProperty public String getHyphenateLimitChars()
    • setHyphenateLimitChars

      @JsProperty public void setHyphenateLimitChars(String hyphenateLimitChars)
    • hyphenateLimitChars

      @JsOverlay @Nonnull public final CssProps hyphenateLimitChars(String hyphenateLimitChars)
      Specifies the minimum number of characters in a hyphenated word
    • getHyphenateLimitLines

      @JsProperty public String getHyphenateLimitLines()
    • setHyphenateLimitLines

      @JsProperty public void setHyphenateLimitLines(String hyphenateLimitLines)
    • hyphenateLimitLines

      @JsOverlay @Nonnull public final CssProps hyphenateLimitLines(String hyphenateLimitLines)
      Indicates the maximum number of successive hyphenated lines in an element. The "no-limit" value means that there is no limit.
    • getHyphenateLimitZone

      @JsProperty public String getHyphenateLimitZone()
    • setHyphenateLimitZone

      @JsProperty public void setHyphenateLimitZone(String hyphenateLimitZone)
    • hyphenateLimitZone

      @JsOverlay @Nonnull public final CssProps hyphenateLimitZone(String hyphenateLimitZone)
      Specifies the maximum amount of trailing whitespace (before justification) that may be left in a line before hyphenation is triggered to pull part of a word from the next line back up into the current one.
    • getHyphens

      @JsProperty public String getHyphens()
    • setHyphens

      @JsProperty public void setHyphens(String hyphens)
    • hyphens

      @JsOverlay @Nonnull public final CssProps hyphens(String hyphens)
      Specifies whether or not words in a sentence can be split by the use of a manual or automatic hyphenation mechanism.
    • getImeMode

      @JsProperty public String getImeMode()
    • setImeMode

      @JsProperty public void setImeMode(String imeMode)
    • imeMode

      @JsOverlay @Nonnull public final CssProps imeMode(String imeMode)
    • getLayoutGrid

      @JsProperty public String getLayoutGrid()
    • setLayoutGrid

      @JsProperty public void setLayoutGrid(String layoutGrid)
    • layoutGrid

      @JsOverlay @Nonnull public final CssProps layoutGrid(String layoutGrid)
    • getLayoutGridChar

      @JsProperty public String getLayoutGridChar()
    • setLayoutGridChar

      @JsProperty public void setLayoutGridChar(String layoutGridChar)
    • layoutGridChar

      @JsOverlay @Nonnull public final CssProps layoutGridChar(String layoutGridChar)
    • getLayoutGridLine

      @JsProperty public String getLayoutGridLine()
    • setLayoutGridLine

      @JsProperty public void setLayoutGridLine(String layoutGridLine)
    • layoutGridLine

      @JsOverlay @Nonnull public final CssProps layoutGridLine(String layoutGridLine)
    • getLayoutGridMode

      @JsProperty public String getLayoutGridMode()
    • setLayoutGridMode

      @JsProperty public void setLayoutGridMode(String layoutGridMode)
    • layoutGridMode

      @JsOverlay @Nonnull public final CssProps layoutGridMode(String layoutGridMode)
    • getLayoutGridType

      @JsProperty public String getLayoutGridType()
    • setLayoutGridType

      @JsProperty public void setLayoutGridType(String layoutGridType)
    • layoutGridType

      @JsOverlay @Nonnull public final CssProps layoutGridType(String layoutGridType)
    • getLeft

      @JsProperty public String getLeft()
    • setLeft

      @JsProperty public void setLeft(String left)
    • left

      @JsOverlay @Nonnull public final CssProps left(String left)
      Sets the left edge of an element
    • getLetterSpacing

      @JsProperty public String getLetterSpacing()
    • setLetterSpacing

      @JsProperty public void setLetterSpacing(String letterSpacing)
    • letterSpacing

      @JsOverlay @Nonnull public final CssProps letterSpacing(String letterSpacing)
      The letter-spacing CSS property specifies the spacing behavior between text characters.
    • getListStyle

      @JsProperty public String getListStyle()
    • setListStyle

      @JsProperty public void setListStyle(String listStyle)
    • listStyle

      @JsOverlay @Nonnull public final CssProps listStyle(String listStyle)
      Shorthand property that sets the list-style-type, list-style-position and list-style-image properties in one declaration.
    • getListStyleImage

      @JsProperty public String getListStyleImage()
    • setListStyleImage

      @JsProperty public void setListStyleImage(String listStyleImage)
    • listStyleImage

      @JsOverlay @Nonnull public final CssProps listStyleImage(String listStyleImage)
      This property sets the image that will be used as the list item marker. When the image is available, it will replace the marker set with the 'list-style-type' marker. That also means that if the image is not available, it will show the style specified by list-style-property
    • getListStylePosition

      @JsProperty public String getListStylePosition()
    • setListStylePosition

      @JsProperty public void setListStylePosition(String listStylePosition)
    • listStylePosition

      @JsOverlay @Nonnull public final CssProps listStylePosition(String listStylePosition)
      Specifies if the list-item markers should appear inside or outside the content flow.
    • getListStyleType

      @JsProperty public String getListStyleType()
    • setListStyleType

      @JsProperty public void setListStyleType(String listStyleType)
    • listStyleType

      @JsOverlay @Nonnull public final CssProps listStyleType(String listStyleType)
      Specifies the type of list-item marker in a list.
    • getMargin

      @JsProperty public String getMargin()
    • setMargin

      @JsProperty public void setMargin(String margin)
    • margin

      @JsOverlay @Nonnull public final CssProps margin(String margin)
      The margin property is shorthand to allow you to set all four margins of an element at once. Its equivalent longhand properties are margin-top, margin-right, margin-bottom and margin-left. Negative values are also allowed.
    • getMarginBottom

      @JsProperty public String getMarginBottom()
    • setMarginBottom

      @JsProperty public void setMarginBottom(String marginBottom)
    • marginBottom

      @JsOverlay @Nonnull public final CssProps marginBottom(String marginBottom)
      margin-bottom sets the bottom margin of an element.
    • getMarginLeft

      @JsProperty public String getMarginLeft()
    • setMarginLeft

      @JsProperty public void setMarginLeft(String marginLeft)
    • marginLeft

      @JsOverlay @Nonnull public final CssProps marginLeft(String marginLeft)
      margin-left sets the left margin of an element.
    • getMarginRight

      @JsProperty public String getMarginRight()
    • setMarginRight

      @JsProperty public void setMarginRight(String marginRight)
    • marginRight

      @JsOverlay @Nonnull public final CssProps marginRight(String marginRight)
      margin-right sets the right margin of an element.
    • getMarginTop

      @JsProperty public String getMarginTop()
    • setMarginTop

      @JsProperty public void setMarginTop(String marginTop)
    • marginTop

      @JsOverlay @Nonnull public final CssProps marginTop(String marginTop)
      margin-top sets the top margin of an element.
    • getMask

      @JsProperty public String getMask()
    • setMask

      @JsProperty public void setMask(String mask)
    • mask

      @JsOverlay @Nonnull public final CssProps mask(String mask)
      This property is shorthand for setting mask-image, mask-mode, mask-repeat, mask-position, mask-clip, mask-origin, mask-composite and mask-size. Omitted values are set to their original properties' initial values.
    • getMaskBorder

      @JsProperty public String getMaskBorder()
    • setMaskBorder

      @JsProperty public void setMaskBorder(String maskBorder)
    • maskBorder

      @JsOverlay @Nonnull public final CssProps maskBorder(String maskBorder)
      This property is shorthand for setting mask-border-source, mask-border-slice, mask-border-width, mask-border-outset, and mask-border-repeat. Omitted values are set to their original properties' initial values.
    • getMaskBorderRepeat

      @JsProperty public String getMaskBorderRepeat()
    • setMaskBorderRepeat

      @JsProperty public void setMaskBorderRepeat(String maskBorderRepeat)
    • maskBorderRepeat

      @JsOverlay @Nonnull public final CssProps maskBorderRepeat(String maskBorderRepeat)
      This property specifies how the images for the sides and the middle part of the mask image are scaled and tiled. The first keyword applies to the horizontal sides, the second one applies to the vertical ones. If the second keyword is absent, it is assumed to be the same as the first, similar to the CSS border-image-repeat property.
    • getMaskBorderSlice

      @JsProperty public String getMaskBorderSlice()
    • setMaskBorderSlice

      @JsProperty public void setMaskBorderSlice(String maskBorderSlice)
    • maskBorderSlice

      @JsOverlay @Nonnull public final CssProps maskBorderSlice(String maskBorderSlice)
      This property specifies inward offsets from the top, right, bottom, and left edges of the mask image, dividing it into nine regions: four corners, four edges, and a middle. The middle image part is discarded and treated as fully transparent black unless the fill keyword is present. The four values set the top, right, bottom and left offsets in that order, similar to the CSS border-image-slice property.
    • getMaskBorderSource

      @JsProperty public String getMaskBorderSource()
    • setMaskBorderSource

      @JsProperty public void setMaskBorderSource(String maskBorderSource)
    • maskBorderSource

      @JsOverlay @Nonnull public final CssProps maskBorderSource(String maskBorderSource)
      Specifies an image to be used as a mask. An image that is empty, fails to download, is non-existent, or cannot be displayed is ignored and does not mask the element.
    • getMaskBorderWidth

      @JsProperty public String getMaskBorderWidth()
    • setMaskBorderWidth

      @JsProperty public void setMaskBorderWidth(String maskBorderWidth)
    • maskBorderWidth

      @JsOverlay @Nonnull public final CssProps maskBorderWidth(String maskBorderWidth)
      This property sets the width of the mask box image, similar to the CSS border-image-width property.
    • getMaskClip

      @JsProperty public String getMaskClip()
    • setMaskClip

      @JsProperty public void setMaskClip(String maskClip)
    • maskClip

      @JsOverlay @Nonnull public final CssProps maskClip(String maskClip)
      Determines the mask painting area, which defines the area that is affected by the mask. The painted content of an element may be restricted to this area.
    • getMaskOrigin

      @JsProperty public String getMaskOrigin()
    • setMaskOrigin

      @JsProperty public void setMaskOrigin(String maskOrigin)
    • maskOrigin

      @JsOverlay @Nonnull public final CssProps maskOrigin(String maskOrigin)
      For elements rendered as a single box, specifies the mask positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes box-decoration-break operates on to determine the mask positioning area(s).
    • getMaxFontSize

      @JsProperty public String getMaxFontSize()
    • setMaxFontSize

      @JsProperty public void setMaxFontSize(String maxFontSize)
    • maxFontSize

      @JsOverlay @Nonnull public final CssProps maxFontSize(String maxFontSize)
      This property must not be used. It is no longer included in any standard or standard track specification, nor is it implemented in any browser. It is only used when the text-align-last property is set to size. It controls allowed adjustments of font-size to fit line content.
    • getMaxHeight

      @JsProperty public String getMaxHeight()
    • setMaxHeight

      @JsProperty public void setMaxHeight(String maxHeight)
    • maxHeight

      @JsOverlay @Nonnull public final CssProps maxHeight(String maxHeight)
      Sets the maximum height for an element. It prevents the height of the element to exceed the specified value. If min-height is specified and is greater than max-height, max-height is overridden.
    • getMaxWidth

      @JsProperty public String getMaxWidth()
    • setMaxWidth

      @JsProperty public void setMaxWidth(String maxWidth)
    • maxWidth

      @JsOverlay @Nonnull public final CssProps maxWidth(String maxWidth)
      Sets the maximum width for an element. It limits the width property to be larger than the value specified in max-width.
    • getMinHeight

      @JsProperty public String getMinHeight()
    • setMinHeight

      @JsProperty public void setMinHeight(String minHeight)
    • minHeight

      @JsOverlay @Nonnull public final CssProps minHeight(String minHeight)
      Sets the minimum height for an element. It prevents the height of the element to be smaller than the specified value. The value of min-height overrides both max-height and height.
    • getMinWidth

      @JsProperty public String getMinWidth()
    • setMinWidth

      @JsProperty public void setMinWidth(String minWidth)
    • minWidth

      @JsOverlay @Nonnull public final CssProps minWidth(String minWidth)
      Sets the minimum width of an element. It limits the width property to be not smaller than the value specified in min-width.
    • getOutline

      @JsProperty public String getOutline()
    • setOutline

      @JsProperty public void setOutline(String outline)
    • outline

      @JsOverlay @Nonnull public final CssProps outline(String outline)
      The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single rule. In most cases the use of this shortcut is preferable and more convenient. Outlines differ from borders in the following ways: - Outlines do not take up space, they are drawn above the content. - Outlines may be non-rectangular. They are rectangular in Gecko/Firefox. Internet Explorer attempts to place the smallest contiguous outline around all elements or shapes that are indicated to have an outline. Opera draws a non-rectangular shape around a construct.
    • getOutlineColor

      @JsProperty public String getOutlineColor()
    • setOutlineColor

      @JsProperty public void setOutlineColor(String outlineColor)
    • outlineColor

      @JsOverlay @Nonnull public final CssProps outlineColor(String outlineColor)
      The outline-color property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
    • getOutlineOffset

      @JsProperty public String getOutlineOffset()
    • setOutlineOffset

      @JsProperty public void setOutlineOffset(String outlineOffset)
    • outlineOffset

      @JsOverlay @Nonnull public final CssProps outlineOffset(String outlineOffset)
      The outline-offset property offsets the outline and draw it beyond the border edge.
    • getOverflow

      @JsProperty public String getOverflow()
    • setOverflow

      @JsProperty public void setOverflow(String overflow)
    • overflow

      @JsOverlay @Nonnull public final CssProps overflow(String overflow)
      The overflow property controls how extra content exceeding the bounding box of an element is rendered. It can be used in conjunction with an element that has a fixed width and height, to eliminate text-induced page distortion.
    • getOverflowStyle

      @JsProperty public String getOverflowStyle()
    • setOverflowStyle

      @JsProperty public void setOverflowStyle(String overflowStyle)
    • overflowStyle

      @JsOverlay @Nonnull public final CssProps overflowStyle(String overflowStyle)
      Specifies the preferred scrolling methods for elements that overflow.
    • getOverflowX

      @JsProperty public String getOverflowX()
    • setOverflowX

      @JsProperty public void setOverflowX(String overflowX)
    • overflowX

      @JsOverlay @Nonnull public final CssProps overflowX(String overflowX)
      The overflow-x property is a specific case of the generic overflow property. It controls how extra content exceeding the x-axis of the bounding box of an element is rendered.
    • getPadding

      @JsProperty public String getPadding()
    • setPadding

      @JsProperty public void setPadding(String padding)
    • padding

      @JsOverlay @Nonnull public final CssProps padding(String padding)
      The padding optional CSS property sets the required padding space on one to four sides of an element. The padding area is the space between an element and its border. Negative values are not allowed but decimal values are permitted. The element size is treated as fixed, and the content of the element shifts toward the center as padding is increased. The padding property is a shorthand to avoid setting each side separately (padding-top, padding-right, padding-bottom, padding-left).
    • getPaddingBottom

      @JsProperty public String getPaddingBottom()
    • setPaddingBottom

      @JsProperty public void setPaddingBottom(String paddingBottom)
    • paddingBottom

      @JsOverlay @Nonnull public final CssProps paddingBottom(String paddingBottom)
      The padding-bottom CSS property of an element sets the padding space required on the bottom of an element. The padding area is the space between the content of the element and its border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.
    • getPaddingLeft

      @JsProperty public String getPaddingLeft()
    • setPaddingLeft

      @JsProperty public void setPaddingLeft(String paddingLeft)
    • paddingLeft

      @JsOverlay @Nonnull public final CssProps paddingLeft(String paddingLeft)
      The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and its border. Contrary to margin-left values, negative values of padding-left are invalid.
    • getPaddingRight

      @JsProperty public String getPaddingRight()
    • setPaddingRight

      @JsProperty public void setPaddingRight(String paddingRight)
    • paddingRight

      @JsOverlay @Nonnull public final CssProps paddingRight(String paddingRight)
      The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Contrary to margin-right values, negative values of padding-right are invalid.
    • getPaddingTop

      @JsProperty public String getPaddingTop()
    • setPaddingTop

      @JsProperty public void setPaddingTop(String paddingTop)
    • paddingTop

      @JsOverlay @Nonnull public final CssProps paddingTop(String paddingTop)
      The padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.
    • getPageBreakAfter

      @JsProperty public String getPageBreakAfter()
    • setPageBreakAfter

      @JsProperty public void setPageBreakAfter(String pageBreakAfter)
    • pageBreakAfter

      @JsOverlay @Nonnull public final CssProps pageBreakAfter(String pageBreakAfter)
      The page-break-after property is supported in all major browsers. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
    • getPageBreakBefore

      @JsProperty public String getPageBreakBefore()
    • setPageBreakBefore

      @JsProperty public void setPageBreakBefore(String pageBreakBefore)
    • pageBreakBefore

      @JsOverlay @Nonnull public final CssProps pageBreakBefore(String pageBreakBefore)
      The page-break-after property is supported in all major browsers. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
    • getPageBreakInside

      @JsProperty public String getPageBreakInside()
    • setPageBreakInside

      @JsProperty public void setPageBreakInside(String pageBreakInside)
    • pageBreakInside

      @JsOverlay @Nonnull public final CssProps pageBreakInside(String pageBreakInside)
      Sets the page-breaking behavior inside an element. With CSS3, page-break-* properties are only aliases of the break-* properties. The CSS3 Fragmentation spec defines breaks for all CSS box fragmentation.
    • getPause

      @JsProperty public String getPause()
    • setPause

      @JsProperty public void setPause(String pause)
    • pause

      @JsOverlay @Nonnull public final CssProps pause(String pause)
      The pause property determines how long a speech media agent should pause before and after presenting an element. It is a shorthand for the pause-before and pause-after properties.
    • getPauseAfter

      @JsProperty public String getPauseAfter()
    • setPauseAfter

      @JsProperty public void setPauseAfter(String pauseAfter)
    • pauseAfter

      @JsOverlay @Nonnull public final CssProps pauseAfter(String pauseAfter)
      The pause-after property determines how long a speech media agent should pause after presenting an element. It may be replaced by the shorthand property pause, which sets pause time before and after.
    • getPauseBefore

      @JsProperty public String getPauseBefore()
    • setPauseBefore

      @JsProperty public void setPauseBefore(String pauseBefore)
    • pauseBefore

      @JsOverlay @Nonnull public final CssProps pauseBefore(String pauseBefore)
      The pause-before property determines how long a speech media agent should pause before presenting an element. It may be replaced by the shorthand property pause, which sets pause time before and after.
    • getPerspective

      @JsProperty public String getPerspective()
    • setPerspective

      @JsProperty public void setPerspective(String perspective)
    • perspective

      @JsOverlay @Nonnull public final CssProps perspective(String perspective)
      The perspective property defines how far an element is placed from the view on the z-axis, from the screen to the viewer. Perspective defines how an object is viewed. In graphic arts, perspective is the representation on a flat surface of what the viewer's eye would see in a 3D space. (See Wikipedia for more information about graphical perspective and for related illustrations.) The illusion of perspective on a flat surface, such as a computer screen, is created by projecting points on the flat surface as they would appear if the flat surface were a window through which the viewer was looking at the object. In discussion of virtual environments, this flat surface is called a projection plane.
    • getPerspectiveOrigin

      @JsProperty public String getPerspectiveOrigin()
    • setPerspectiveOrigin

      @JsProperty public void setPerspectiveOrigin(String perspectiveOrigin)
    • perspectiveOrigin

      @JsOverlay @Nonnull public final CssProps perspectiveOrigin(String perspectiveOrigin)
      The perspective-origin property establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element. When used with perspective, perspective-origin changes the appearance of an object, as if a viewer were looking at it from a different origin. An object appears differently if a viewer is looking directly at it versus looking at it from below, above, or from the side. Thus, the perspective-origin is like a vanishing point. The default value of perspective-origin is 50% 50%. This displays an object as if the viewer's eye were positioned directly at the center of the screen, both top-to-bottom and left-to-right. A value of 0% 0% changes the object as if the viewer was looking toward the top left angle. A value of 100% 100% changes the appearance as if viewed toward the bottom right angle.
    • getPointerEvents

      @JsProperty public String getPointerEvents()
    • setPointerEvents

      @JsProperty public void setPointerEvents(String pointerEvents)
    • pointerEvents

      @JsOverlay @Nonnull public final CssProps pointerEvents(String pointerEvents)
      The pointer-events property allows you to control whether an element can be the target for the pointing device (e.g, mouse, pen) events.
    • getPosition

      @JsProperty public String getPosition()
    • setPosition

      @JsProperty public void setPosition(String position)
    • position

      @JsOverlay @Nonnull public final CssProps position(String position)
      The position property controls the type of positioning used by an element within its parent elements. The effect of the position property depends on a lot of factors, for example the position property of parent elements.
    • getQuotes

      @JsProperty public String getQuotes()
    • setQuotes

      @JsProperty public void setQuotes(String quotes)
    • quotes

      @JsOverlay @Nonnull public final CssProps quotes(String quotes)
      Sets the type of quotation marks for embedded quotations.
    • getRegionFragment

      @JsProperty public String getRegionFragment()
    • setRegionFragment

      @JsProperty public void setRegionFragment(String regionFragment)
    • regionFragment

      @JsOverlay @Nonnull public final CssProps regionFragment(String regionFragment)
      Controls whether the last region in a chain displays additional 'overset' content according its default overflow property, or if it displays a fragment of content as if it were flowing into a subsequent region.
    • getRestAfter

      @JsProperty public String getRestAfter()
    • setRestAfter

      @JsProperty public void setRestAfter(String restAfter)
    • restAfter

      @JsOverlay @Nonnull public final CssProps restAfter(String restAfter)
      The rest-after property determines how long a speech media agent should pause after presenting an element's main content, before presenting that element's exit cue sound. It may be replaced by the shorthand property rest, which sets rest time before and after.
    • getRestBefore

      @JsProperty public String getRestBefore()
    • setRestBefore

      @JsProperty public void setRestBefore(String restBefore)
    • restBefore

      @JsOverlay @Nonnull public final CssProps restBefore(String restBefore)
      The rest-before property determines how long a speech media agent should pause after presenting an intro cue sound for an element, before presenting that element's main content. It may be replaced by the shorthand property rest, which sets rest time before and after.
    • getRight

      @JsProperty public String getRight()
    • setRight

      @JsProperty public void setRight(String right)
    • right

      @JsOverlay @Nonnull public final CssProps right(String right)
      Specifies the position an element in relation to the right side of the containing element.
    • getRubyAlign

      @JsProperty public String getRubyAlign()
    • setRubyAlign

      @JsProperty public void setRubyAlign(String rubyAlign)
    • rubyAlign

      @JsOverlay @Nonnull public final CssProps rubyAlign(String rubyAlign)
    • getRubyPosition

      @JsProperty public String getRubyPosition()
    • setRubyPosition

      @JsProperty public void setRubyPosition(String rubyPosition)
    • rubyPosition

      @JsOverlay @Nonnull public final CssProps rubyPosition(String rubyPosition)
    • getShapeImageThreshold

      @JsProperty public String getShapeImageThreshold()
    • setShapeImageThreshold

      @JsProperty public void setShapeImageThreshold(String shapeImageThreshold)
    • shapeImageThreshold

      @JsOverlay @Nonnull public final CssProps shapeImageThreshold(String shapeImageThreshold)
      Defines the alpha channel threshold used to extract a shape from an image. Can be thought of as a "minimum opacity" threshold; that is, a value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque.
    • getShapeInside

      @JsProperty public String getShapeInside()
    • setShapeInside

      @JsProperty public void setShapeInside(String shapeInside)
    • shapeInside

      @JsOverlay @Nonnull public final CssProps shapeInside(String shapeInside)
      A future level of CSS Shapes will define a shape-inside property, which will define a shape to wrap content within the element. See Editor's Draft
    • getShapeMargin

      @JsProperty public String getShapeMargin()
    • setShapeMargin

      @JsProperty public void setShapeMargin(String shapeMargin)
    • shapeMargin

      @JsOverlay @Nonnull public final CssProps shapeMargin(String shapeMargin)
      Adds a margin to a shape-outside. In effect, defines a new shape that is the smallest contour around all the points that are the shape-margin distance outward perpendicular to each point on the underlying shape. For points where a perpendicular direction is not defined (e.g., a triangle corner), takes all points on a circle centered at the point and with a radius of the shape-margin distance. This property accepts only non-negative values.
    • getShapeOutside

      @JsProperty public String getShapeOutside()
    • setShapeOutside

      @JsProperty public void setShapeOutside(String shapeOutside)
    • shapeOutside

      @JsOverlay @Nonnull public final CssProps shapeOutside(String shapeOutside)
      Declares a shape around which text should be wrapped, with possible modifications from the shape-margin property. The shape defined by shape-outside and shape-margin changes the geometry of a float element's float area.
    • getSpeak

      @JsProperty public String getSpeak()
    • setSpeak

      @JsProperty public void setSpeak(String speak)
    • speak

      @JsOverlay @Nonnull public final CssProps speak(String speak)
      The speak property determines whether or not a speech synthesizer will read aloud the contents of an element.
    • getSpeakAs

      @JsProperty public String getSpeakAs()
    • setSpeakAs

      @JsProperty public void setSpeakAs(String speakAs)
    • speakAs

      @JsOverlay @Nonnull public final CssProps speakAs(String speakAs)
      The speak-as property determines how the speech synthesizer interprets the content: words as whole words or as a sequence of letters, numbers as a numerical value or a sequence of digits, punctuation as pauses in speech or named punctuation characters.
    • getTabSize

      @JsProperty public String getTabSize()
    • setTabSize

      @JsProperty public void setTabSize(String tabSize)
    • tabSize

      @JsOverlay @Nonnull public final CssProps tabSize(String tabSize)
      The tab-size CSS property is used to customise the width of a tab (U+0009) character.
    • getTableLayout

      @JsProperty public String getTableLayout()
    • setTableLayout

      @JsProperty public void setTableLayout(String tableLayout)
    • tableLayout

      @JsOverlay @Nonnull public final CssProps tableLayout(String tableLayout)
      The 'table-layout' property controls the algorithm used to lay out the table cells, rows, and columns.
    • getTextAlign

      @JsProperty public String getTextAlign()
    • setTextAlign

      @JsProperty public void setTextAlign(String textAlign)
    • textAlign

      @JsOverlay @Nonnull public final CssProps textAlign(String textAlign)
      The text-align CSS property describes how inline content like text is aligned in its parent block element. text-align does not control the alignment of block elements itself, only their inline content.
    • getTextAlignLast

      @JsProperty public String getTextAlignLast()
    • setTextAlignLast

      @JsProperty public void setTextAlignLast(String textAlignLast)
    • textAlignLast

      @JsOverlay @Nonnull public final CssProps textAlignLast(String textAlignLast)
      The text-align-last CSS property describes how the last line of a block element or a line before line break is aligned in its parent block element.
    • getTextDecoration

      @JsProperty public String getTextDecoration()
    • setTextDecoration

      @JsProperty public void setTextDecoration(String textDecoration)
    • textDecoration

      @JsOverlay @Nonnull public final CssProps textDecoration(String textDecoration)
      The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. underline and overline decorations are positioned under the text, line-through over it.
    • getTextDecorationColor

      @JsProperty public String getTextDecorationColor()
    • setTextDecorationColor

      @JsProperty public void setTextDecorationColor(String textDecorationColor)
    • textDecorationColor

      @JsOverlay @Nonnull public final CssProps textDecorationColor(String textDecorationColor)
      Sets the color of any text decoration, such as underlines, overlines, and strike throughs.
    • getTextDecorationLine

      @JsProperty public String getTextDecorationLine()
    • setTextDecorationLine

      @JsProperty public void setTextDecorationLine(String textDecorationLine)
    • textDecorationLine

      @JsOverlay @Nonnull public final CssProps textDecorationLine(String textDecorationLine)
      Sets what kind of line decorations are added to an element, such as underlines, overlines, etc.
    • getTextDecorationLineThrough

      @JsProperty public String getTextDecorationLineThrough()
    • setTextDecorationLineThrough

      @JsProperty public void setTextDecorationLineThrough(String textDecorationLineThrough)
    • textDecorationLineThrough

      @JsOverlay @Nonnull public final CssProps textDecorationLineThrough(String textDecorationLineThrough)
    • getTextDecorationNone

      @JsProperty public String getTextDecorationNone()
    • setTextDecorationNone

      @JsProperty public void setTextDecorationNone(String textDecorationNone)
    • textDecorationNone

      @JsOverlay @Nonnull public final CssProps textDecorationNone(String textDecorationNone)
    • getTextDecorationOverline

      @JsProperty public String getTextDecorationOverline()
    • setTextDecorationOverline

      @JsProperty public void setTextDecorationOverline(String textDecorationOverline)
    • textDecorationOverline

      @JsOverlay @Nonnull public final CssProps textDecorationOverline(String textDecorationOverline)
    • getTextDecorationSkip

      @JsProperty public String getTextDecorationSkip()
    • setTextDecorationSkip

      @JsProperty public void setTextDecorationSkip(String textDecorationSkip)
    • textDecorationSkip

      @JsOverlay @Nonnull public final CssProps textDecorationSkip(String textDecorationSkip)
      Specifies what parts of an element's content are skipped over when applying any text decoration.
    • getTextDecorationStyle

      @JsProperty public String getTextDecorationStyle()
    • setTextDecorationStyle

      @JsProperty public void setTextDecorationStyle(String textDecorationStyle)
    • textDecorationStyle

      @JsOverlay @Nonnull public final CssProps textDecorationStyle(String textDecorationStyle)
      This property specifies the style of the text decoration line drawn on the specified element. The intended meaning for the values are the same as those of the border-style-properties.
    • getTextDecorationUnderline

      @JsProperty public String getTextDecorationUnderline()
    • setTextDecorationUnderline

      @JsProperty public void setTextDecorationUnderline(String textDecorationUnderline)
    • textDecorationUnderline

      @JsOverlay @Nonnull public final CssProps textDecorationUnderline(String textDecorationUnderline)
    • getTextEmphasis

      @JsProperty public String getTextEmphasis()
    • setTextEmphasis

      @JsProperty public void setTextEmphasis(String textEmphasis)
    • textEmphasis

      @JsOverlay @Nonnull public final CssProps textEmphasis(String textEmphasis)
      The text-emphasis property will apply special emphasis marks to the elements text. Slightly similar to the text-decoration property only that this property can have affect on the line-height. It also is noted that this is shorthand for text-emphasis-style and for text-emphasis-color.
    • getTextEmphasisColor

      @JsProperty public String getTextEmphasisColor()
    • setTextEmphasisColor

      @JsProperty public void setTextEmphasisColor(String textEmphasisColor)
    • textEmphasisColor

      @JsOverlay @Nonnull public final CssProps textEmphasisColor(String textEmphasisColor)
      The text-emphasis-color property specifies the foreground color of the emphasis marks.
    • getTextEmphasisStyle

      @JsProperty public String getTextEmphasisStyle()
    • setTextEmphasisStyle

      @JsProperty public void setTextEmphasisStyle(String textEmphasisStyle)
    • textEmphasisStyle

      @JsOverlay @Nonnull public final CssProps textEmphasisStyle(String textEmphasisStyle)
      The text-emphasis-style property applies special emphasis marks to an element's text.
    • getTextHeight

      @JsProperty public String getTextHeight()
    • setTextHeight

      @JsProperty public void setTextHeight(String textHeight)
    • textHeight

      @JsOverlay @Nonnull public final CssProps textHeight(String textHeight)
      This property helps determine an inline box's block-progression dimension, derived from the text-height and font-size properties for non-replaced elements, the height or the width for replaced elements, and the stacked block-progression dimension for inline-block elements. The block-progression dimension determines the position of the padding, border and margin for the element.
    • getTextIndent

      @JsProperty public String getTextIndent()
    • setTextIndent

      @JsProperty public void setTextIndent(String textIndent)
    • textIndent

      @JsOverlay @Nonnull public final CssProps textIndent(String textIndent)
      Specifies the amount of space horizontally that should be left on the first line of the text of an element. This horizontal spacing is at the beginning of the first line and is in respect to the left edge of the containing block box.
    • getTextJustifyTrim

      @JsProperty public String getTextJustifyTrim()
    • setTextJustifyTrim

      @JsProperty public void setTextJustifyTrim(String textJustifyTrim)
    • textJustifyTrim

      @JsOverlay @Nonnull public final CssProps textJustifyTrim(String textJustifyTrim)
    • getTextKashidaSpace

      @JsProperty public String getTextKashidaSpace()
    • setTextKashidaSpace

      @JsProperty public void setTextKashidaSpace(String textKashidaSpace)
    • textKashidaSpace

      @JsOverlay @Nonnull public final CssProps textKashidaSpace(String textKashidaSpace)
    • getTextLineThroughWidth

      @JsProperty public String getTextLineThroughWidth()
    • setTextLineThroughWidth

      @JsProperty public void setTextLineThroughWidth(String textLineThroughWidth)
    • textLineThroughWidth

      @JsOverlay @Nonnull public final CssProps textLineThroughWidth(String textLineThroughWidth)
      Specifies the line width for the line-through text decoration.
    • getTextOverflow

      @JsProperty public String getTextOverflow()
    • setTextOverflow

      @JsProperty public void setTextOverflow(String textOverflow)
    • textOverflow

      @JsOverlay @Nonnull public final CssProps textOverflow(String textOverflow)
      The text-overflow shorthand CSS property determines how overflowed content that is not displayed is signaled to the users. It can be clipped, display an ellipsis (HORIZONTAL ELLIPSIS) or a Web author-defined string. It covers the two long-hand properties text-overflow-mode and text-overflow-ellipsis
    • getTextOverline

      @JsProperty public String getTextOverline()
    • setTextOverline

      @JsProperty public void setTextOverline(String textOverline)
    • textOverline

      @JsOverlay @Nonnull public final CssProps textOverline(String textOverline)
      The text-overline property is the shorthand for the text-overline-style, text-overline-width, text-overline-color, and text-overline-mode properties.
    • getTextOverlineColor

      @JsProperty public String getTextOverlineColor()
    • setTextOverlineColor

      @JsProperty public void setTextOverlineColor(String textOverlineColor)
    • textOverlineColor

      @JsOverlay @Nonnull public final CssProps textOverlineColor(String textOverlineColor)
      Specifies the line color for the overline text decoration.
    • getTextOverlineMode

      @JsProperty public String getTextOverlineMode()
    • setTextOverlineMode

      @JsProperty public void setTextOverlineMode(String textOverlineMode)
    • textOverlineMode

      @JsOverlay @Nonnull public final CssProps textOverlineMode(String textOverlineMode)
      Sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not.
    • getTextOverlineStyle

      @JsProperty public String getTextOverlineStyle()
    • setTextOverlineStyle

      @JsProperty public void setTextOverlineStyle(String textOverlineStyle)
    • textOverlineStyle

      @JsOverlay @Nonnull public final CssProps textOverlineStyle(String textOverlineStyle)
      Specifies the line style for overline text decoration.
    • getTextOverlineWidth

      @JsProperty public String getTextOverlineWidth()
    • setTextOverlineWidth

      @JsProperty public void setTextOverlineWidth(String textOverlineWidth)
    • textOverlineWidth

      @JsOverlay @Nonnull public final CssProps textOverlineWidth(String textOverlineWidth)
      Specifies the line width for the overline text decoration.
    • getTextRendering

      @JsProperty public String getTextRendering()
    • setTextRendering

      @JsProperty public void setTextRendering(String textRendering)
    • textRendering

      @JsOverlay @Nonnull public final CssProps textRendering(String textRendering)
      The text-rendering CSS property provides information to the browser about how to optimize when rendering text. Options are: legibility, speed or geometric precision.
    • getTextShadow

      @JsProperty public String getTextShadow()
    • setTextShadow

      @JsProperty public void setTextShadow(String textShadow)
    • textShadow

      @JsOverlay @Nonnull public final CssProps textShadow(String textShadow)
      The CSS text-shadow property applies one or more drop shadows to the text and text-decorations of an element. Each shadow is specified as an offset from the text, along with optional color and blur radius values.
    • getTextTransform

      @JsProperty public String getTextTransform()
    • setTextTransform

      @JsProperty public void setTextTransform(String textTransform)
    • textTransform

      @JsOverlay @Nonnull public final CssProps textTransform(String textTransform)
      This property transforms text for styling purposes. (It has no effect on the underlying content.)
    • getTop

      @JsProperty public String getTop()
    • setTop

      @JsProperty public void setTop(String top)
    • top

      @JsOverlay @Nonnull public final CssProps top(String top)
      This property specifies how far an absolutely positioned box's top margin edge is offset below the top edge of the box's containing block. For relatively positioned boxes, the offset is with respect to the top edges of the box itself (i.e., the box is given a position in the normal flow, then offset from that position according to these properties).
    • getTouchAction

      @JsProperty public String getTouchAction()
    • setTouchAction

      @JsProperty public void setTouchAction(String touchAction)
    • touchAction

      @JsOverlay @Nonnull public final CssProps touchAction(String touchAction)
      Determines whether touch input may trigger default behavior supplied by the user agent, such as panning or zooming.
    • getTransform

      @JsProperty public String getTransform()
    • setTransform

      @JsProperty public void setTransform(String transform)
    • transform

      @JsOverlay @Nonnull public final CssProps transform(String transform)
      CSS transforms allow elements styled with CSS to be transformed in two-dimensional or three-dimensional space. Using this property, elements can be translated, rotated, scaled, and skewed. The value list may consist of 2D and/or 3D transform values.
    • getTransformOrigin

      @JsProperty public String getTransformOrigin()
    • setTransformOrigin

      @JsProperty public void setTransformOrigin(String transformOrigin)
    • transformOrigin

      @JsOverlay @Nonnull public final CssProps transformOrigin(String transformOrigin)
      This property defines the origin of the transformation axes relative to the element to which the transformation is applied.
    • getTransformOriginZ

      @JsProperty public String getTransformOriginZ()
    • setTransformOriginZ

      @JsProperty public void setTransformOriginZ(String transformOriginZ)
    • transformOriginZ

      @JsOverlay @Nonnull public final CssProps transformOriginZ(String transformOriginZ)
      This property allows you to define the relative position of the origin of the transformation grid along the z-axis.
    • getTransformStyle

      @JsProperty public String getTransformStyle()
    • setTransformStyle

      @JsProperty public void setTransformStyle(String transformStyle)
    • transformStyle

      @JsOverlay @Nonnull public final CssProps transformStyle(String transformStyle)
      This property specifies how nested elements are rendered in 3D space relative to their parent.
    • getTransition

      @JsProperty public String getTransition()
    • setTransition

      @JsProperty public void setTransition(String transition)
    • transition

      @JsOverlay @Nonnull public final CssProps transition(String transition)
      The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. It allows to define the transition between two states of an element.
    • getTransitionDelay

      @JsProperty public String getTransitionDelay()
    • setTransitionDelay

      @JsProperty public void setTransitionDelay(String transitionDelay)
    • transitionDelay

      @JsOverlay @Nonnull public final CssProps transitionDelay(String transitionDelay)
      Defines when the transition will start. A value of "0s" means the transition will execute as soon as the property is changed. Otherwise, the value specifies an offset from the moment the property is changed, and the transition will delay execution by that offset.
    • getTransitionDuration

      @JsProperty public String getTransitionDuration()
    • setTransitionDuration

      @JsProperty public void setTransitionDuration(String transitionDuration)
    • transitionDuration

      @JsOverlay @Nonnull public final CssProps transitionDuration(String transitionDuration)
      The 'transition-duration' property specifies the length of time a transition animation takes to complete.
    • getTransitionProperty

      @JsProperty public String getTransitionProperty()
    • setTransitionProperty

      @JsProperty public void setTransitionProperty(String transitionProperty)
    • transitionProperty

      @JsOverlay @Nonnull public final CssProps transitionProperty(String transitionProperty)
      The 'transition-property' property specifies the name of the CSS property to which the transition is applied.
    • getTransitionTimingFunction

      @JsProperty public String getTransitionTimingFunction()
    • setTransitionTimingFunction

      @JsProperty public void setTransitionTimingFunction(String transitionTimingFunction)
    • transitionTimingFunction

      @JsOverlay @Nonnull public final CssProps transitionTimingFunction(String transitionTimingFunction)
      Sets the pace of action within a transition
    • getUnicodeBidi

      @JsProperty public String getUnicodeBidi()
      The unicode-bidi CSS property specifies the level of embedding with respect to the bidirectional algorithm.
    • setUnicodeBidi

      @JsProperty public void setUnicodeBidi(String unicodeBidi)
    • unicodeBidi

      @JsOverlay @Nonnull public final CssProps unicodeBidi(String unicodeBidi)
    • getUnicodeRange

      @JsProperty public String getUnicodeRange()
    • setUnicodeRange

      @JsProperty public void setUnicodeRange(String unicodeRange)
    • unicodeRange

      @JsOverlay @Nonnull public final CssProps unicodeRange(String unicodeRange)
      unicode-range allows you to set a specific range of characters to be downloaded from a font (embedded using @font-face) and made available for use on the current page.
    • getUserFocus

      @JsProperty public String getUserFocus()
    • setUserFocus

      @JsProperty public void setUserFocus(String userFocus)
    • userFocus

      @JsOverlay @Nonnull public final CssProps userFocus(String userFocus)
      This is for all the high level UX stuff.
    • getUserInput

      @JsProperty public String getUserInput()
    • setUserInput

      @JsProperty public void setUserInput(String userInput)
    • userInput

      @JsOverlay @Nonnull public final CssProps userInput(String userInput)
      For inputing user content
    • getVerticalAlign

      @JsProperty public String getVerticalAlign()
    • setVerticalAlign

      @JsProperty public void setVerticalAlign(String verticalAlign)
    • verticalAlign

      @JsOverlay @Nonnull public final CssProps verticalAlign(String verticalAlign)
      The vertical-align property controls how inline elements or text are vertically aligned compared to the baseline. If this property is used on table-cells it controls the vertical alignment of content of the table cell.
    • getVisibility

      @JsProperty public String getVisibility()
    • setVisibility

      @JsProperty public void setVisibility(String visibility)
    • visibility

      @JsOverlay @Nonnull public final CssProps visibility(@Nonnull @Visibility String visibility)
      The visibility property specifies whether the boxes generated by an element are rendered.
    • getVoiceBalance

      @JsProperty public String getVoiceBalance()
    • setVoiceBalance

      @JsProperty public void setVoiceBalance(String voiceBalance)
    • voiceBalance

      @JsOverlay @Nonnull public final CssProps voiceBalance(String voiceBalance)
      The voice-balance property sets the apparent position (in stereo sound) of the synthesized voice for spoken media.
    • getVoiceDuration

      @JsProperty public String getVoiceDuration()
    • setVoiceDuration

      @JsProperty public void setVoiceDuration(String voiceDuration)
    • voiceDuration

      @JsOverlay @Nonnull public final CssProps voiceDuration(String voiceDuration)
      The voice-duration property allows the author to explicitly set the amount of time it should take a speech synthesizer to read an element's content, for example to allow the speech to be synchronized with other media. With a value of auto (the default) the length of time it takes to read the content is determined by the content itself and the voice-rate property.
    • getVoiceFamily

      @JsProperty public String getVoiceFamily()
    • setVoiceFamily

      @JsProperty public void setVoiceFamily(String voiceFamily)
    • voiceFamily

      @JsOverlay @Nonnull public final CssProps voiceFamily(String voiceFamily)
      The voice-family property sets the speaker's voice used by a speech media agent to read an element. The speaker may be specified as a named character (to match a voice option in the speech reading software) or as a generic description of the age and gender of the voice. Similar to the font-family property for visual media, a comma-separated list of fallback options may be given in case the speech reader does not recognize the character name or cannot synthesize the requested combination of generic properties.
    • getVoicePitch

      @JsProperty public String getVoicePitch()
    • setVoicePitch

      @JsProperty public void setVoicePitch(String voicePitch)
    • voicePitch

      @JsOverlay @Nonnull public final CssProps voicePitch(String voicePitch)
      The voice-pitch property sets pitch or tone (high or low) for the synthesized speech when reading an element; the pitch may be specified absolutely or relative to the normal pitch for the voice-family used to read the text.
    • getVoiceRange

      @JsProperty public String getVoiceRange()
    • setVoiceRange

      @JsProperty public void setVoiceRange(String voiceRange)
    • voiceRange

      @JsOverlay @Nonnull public final CssProps voiceRange(String voiceRange)
      The voice-range property determines how much variation in pitch or tone will be created by the speech synthesize when reading an element. Emphasized text, grammatical structures and punctuation may all be rendered as changes in pitch, this property determines how strong or obvious those changes are; large ranges are associated with enthusiastic or emotional speech, while small ranges are associated with flat or mechanical speech.
    • getVoiceRate

      @JsProperty public String getVoiceRate()
    • setVoiceRate

      @JsProperty public void setVoiceRate(String voiceRate)
    • voiceRate

      @JsOverlay @Nonnull public final CssProps voiceRate(String voiceRate)
      The voice-rate property sets the speed at which the voice synthesized by a speech media agent will read content.
    • getVoiceStress

      @JsProperty public String getVoiceStress()
    • setVoiceStress

      @JsProperty public void setVoiceStress(String voiceStress)
    • voiceStress

      @JsOverlay @Nonnull public final CssProps voiceStress(String voiceStress)
      The voice-stress property sets the level of vocal emphasis to be used for synthesized speech reading the element.
    • getVoiceVolume

      @JsProperty public String getVoiceVolume()
    • setVoiceVolume

      @JsProperty public void setVoiceVolume(String voiceVolume)
    • voiceVolume

      @JsOverlay @Nonnull public final CssProps voiceVolume(String voiceVolume)
      The voice-volume property sets the volume for spoken content in speech media. It replaces the deprecated volume property.
    • getWhiteSpace

      @JsProperty public String getWhiteSpace()
    • setWhiteSpace

      @JsProperty public void setWhiteSpace(String whiteSpace)
    • whiteSpace

      @JsOverlay @Nonnull public final CssProps whiteSpace(String whiteSpace)
      The white-space property controls whether and how white space inside the element is collapsed, and whether lines may wrap at unforced "soft wrap" opportunities.
    • getWidth

      @JsProperty public String getWidth()
    • setWidth

      @JsProperty public void setWidth(String width)
    • width

      @JsOverlay @Nonnull public final CssProps width(String width)
      Specifies the width of the content area of an element. The content area of the element width does not include the padding, border, and margin of the element.
    • getWordBreak

      @JsProperty public String getWordBreak()
    • setWordBreak

      @JsProperty public void setWordBreak(String wordBreak)
    • wordBreak

      @JsOverlay @Nonnull public final CssProps wordBreak(String wordBreak)
      The word-break property is often used when there is long generated content that is strung together without and spaces or hyphens to beak apart. A common case of this is when there is a long URL that does not have any hyphens. This case could potentially cause the breaking of the layout as it could extend past the parent element.
    • getWordSpacing

      @JsProperty public String getWordSpacing()
    • setWordSpacing

      @JsProperty public void setWordSpacing(String wordSpacing)
    • wordSpacing

      @JsOverlay @Nonnull public final CssProps wordSpacing(String wordSpacing)
      The word-spacing CSS property specifies the spacing behavior between "words".
    • getWordWrap

      @JsProperty public String getWordWrap()
    • setWordWrap

      @JsProperty public void setWordWrap(String wordWrap)
    • wordWrap

      @JsOverlay @Nonnull public final CssProps wordWrap(String wordWrap)
      An alias of css/properties/overflow-wrap, word-wrap defines whether to break words when the content exceeds the boundaries of its container.
    • getWrapFlow

      @JsProperty public String getWrapFlow()
    • setWrapFlow

      @JsProperty public void setWrapFlow(String wrapFlow)
    • wrapFlow

      @JsOverlay @Nonnull public final CssProps wrapFlow(String wrapFlow)
      Specifies how exclusions affect inline content within block-level elements. Elements lay out their inline content in their content area but wrap around exclusion areas.
    • getWrapMargin

      @JsProperty public String getWrapMargin()
    • setWrapMargin

      @JsProperty public void setWrapMargin(String wrapMargin)
    • wrapMargin

      @JsOverlay @Nonnull public final CssProps wrapMargin(String wrapMargin)
      Set the value that is used to offset the inner wrap shape from other shapes. Inline content that intersects a shape with this property will be pushed by this shape's margin.
    • getWritingMode

      @JsProperty public String getWritingMode()
    • setWritingMode

      @JsProperty public void setWritingMode(String writingMode)
    • writingMode

      @JsOverlay @Nonnull public final CssProps writingMode(String writingMode)
      writing-mode specifies if lines of text are laid out horizontally or vertically, and the direction which lines of text and blocks progress.
    • getWebKitMask

      @JsProperty(name="WebkitMask") public String getWebKitMask()
    • setWebKitMask

      @JsProperty(name="WebkitMask") public void setWebKitMask(String mask)
    • webkitMask

      @JsOverlay @Nonnull public final CssProps webkitMask(String mask)
    • getWebKitMaskSize

      @JsProperty(name="WebkitMaskSize") public String getWebKitMaskSize()
    • setWebKitMaskSize

      @JsProperty(name="WebkitMaskSize") public void setWebKitMaskSize(String mask)
    • webkitMaskSize

      @JsOverlay @Nonnull public final CssProps webkitMaskSize(String mask)