Package react4j.dom.proptypes.html
Class CssProps
java.lang.Object
react4j.dom.proptypes.html.CssProps
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal 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.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.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.final CssProps
alignmentBaseline
(String alignmentBaseline) final CssProps
Allows the default alignment to be overridden for individual flex items.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.final CssProps
animationDirection
(String animationDirection) final CssProps
animationDuration
(String animationDuration) final CssProps
animationFillMode
(String mode) final CssProps
animationIterationCount
(String animationIterationCount) Specifies how many times an animation cycle should play.final CssProps
animationName
(String animationName) Defines the list of animations that apply to the element.final CssProps
animationPlayState
(String animationPlayState) Defines whether an animation is running or paused.final CssProps
animationTimingFunction
(String animationTimingFunction) final CssProps
appearance
(String appearance) Allows changing the style of any element to platform-based interface elements or vice versa.final CssProps
backfaceVisibility
(String backfaceVisibility) Determines whether or not the "back" side of a transformed element is visible when facing the viewer.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.final CssProps
backgroundColor
(String color) final CssProps
backgroundComposite
(String backgroundComposite) final CssProps
backgroundImage
(String backgroundImage) Applies one or more background images to an element.final CssProps
backgroundOrigin
(String backgroundOrigin) Specifies what the background-position property is relative to.final CssProps
backgroundPositionX
(String backgroundPositionX) Sets the horizontal position of a background image.final CssProps
backgroundRepeat
(String backgroundRepeat) Background-repeat defines if and how background images will be repeated after they have been sized and positionedfinal CssProps
Shorthand property that defines the different properties of all four sides of an element's border in a single declaration.final CssProps
borderBottomLeftRadius
(String borderBottomLeftRadius) Defines the shape of the border of the bottom-left corner.final CssProps
borderBottomRightRadius
(String borderBottomRightRadius) Defines the shape of the border of the bottom-right corner.final CssProps
borderBottomWidth
(String borderBottomWidth) Sets the width of an element's bottom border.final CssProps
borderCollapse
(String borderCollapse) Border-collapse can be used for collapsing the borders between table cellsfinal CssProps
borderColor
(String borderColor) The CSS border-color property sets the color of an element's four borders.final CssProps
borderCornerShape
(String borderCornerShape) Specifies different corner clipping effects, such as scoop (inner curves), bevel (straight cuts) or notch (cut-off rectangles).final CssProps
borderImageSource
(String borderImageSource) The property border-image-source is used to set the image to be used instead of the border style.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.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.final CssProps
borderLeftColor
(String borderLeftColor) The CSS border-left-color property sets the color of an element's left border.final CssProps
borderLeftStyle
(String borderLeftStyle) Sets the style of an element's left border.final CssProps
borderLeftWidth
(String borderLeftWidth) Sets the width of an element's left border.final CssProps
borderRadius
(String borderRadius) 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.final CssProps
borderRightColor
(String borderRightColor) Sets the color of an element's right border.final CssProps
borderRightStyle
(String borderRightStyle) Sets the style of an element's right border.final CssProps
borderRightWidth
(String borderRightWidth) Sets the width of an element's right border.final CssProps
borderSpacing
(String borderSpacing) Specifies the distance between the borders of adjacent cells.final CssProps
borderStyle
(String borderStyle) Sets the style of an element's four borders.final CssProps
Shorthand property that defines the border-width, border-style and border-color of an element's top border in a single declaration.final CssProps
borderTopColor
(String borderTopColor) Sets the color of an element's top border.final CssProps
borderTopLeftRadius
(String borderTopLeftRadius) Sets the rounding of the top-left corner of the element.final CssProps
borderTopRightRadius
(String borderTopRightRadius) Sets the rounding of the top-right corner of the element.final CssProps
borderTopStyle
(String borderTopStyle) Sets the style of an element's top border.final CssProps
borderTopWidth
(String borderTopWidth) Sets the width of an element's top border.final CssProps
borderWidth
(String borderWidth) Sets the width of an element's four borders.final CssProps
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.final CssProps
boxFlex
(int boxFlex) final CssProps
boxFlexGroup
(int boxFlexGroup) final CssProps
boxLineProgression
(String boxLineProgression) Do not use.final CssProps
Do not use.final CssProps
boxOrdinalGroup
(String boxOrdinalGroup) Do not use.final CssProps
breakAfter
(String breakAfter) The CSS break-after property allows you to force a break on multi-column layouts.final CssProps
breakBefore
(String breakBefore) Control page/column/region breaks that fall above a block of contentfinal CssProps
breakInside
(String breakInside) Control page/column/region breaks that fall within a block of contentfinal CssProps
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.final CssProps
Clipping crops an graphic, so that only a portion of the graphic is rendered, or filled.final CssProps
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).final CssProps
columnCount
(int columnCount) final CssProps
columnFill
(String columnFill) Specifies how to fill columns (balanced or sequential).final CssProps
The column-gap property controls the width of the gap between columns in multi-column elements.final CssProps
columnRule
(String columnRule) Sets the width, style, and color of the rule between columns.final CssProps
columnRuleColor
(String columnRuleColor) Specifies the color of the rule between columns.final CssProps
columnRuleWidth
(String columnRuleWidth) Specifies the width of the rule between columns.final CssProps
This property is a shorthand property for setting column-width and/or column-count.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.final CssProps
columnWidth
(String columnWidth) Specifies the width of columns in multi-column elements.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.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.final CssProps
Elements which have the style float are floated horizontally.final CssProps
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.final CssProps
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.final CssProps
The direction CSS property specifies the text direction/writing direction.final CssProps
This property specifies the type of rendering box used for an element.final CssProps
The "fill" property paints the interior of the given graphical element.final CssProps
fillOpacity
(double fillOpacity) final CssProps
The "fill-rule" property indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape.final CssProps
Applies various image processing effects.final CssProps
flex
(int flex) final CssProps
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).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.final CssProps
The flex-flow CSS property defines the flex container's main and cross axis.final CssProps
flexGrow
(int flexGrow) final CssProps
flexItemAlign
(String flexItemAlign) Do not use.final CssProps
Gets or sets a value that specifies the ordinal group that a flexbox element belongs to.final CssProps
flexShrink
(int flexShrink) final CssProps
Flows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.final CssProps
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.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.final CssProps
fontKerning
(String fontKerning) The font-kerning property allows contextual adjustment of inter-glyph spacing, i.e.final CssProps
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.final CssProps
fontStretch
(String fontStretch) Allows you to expand or condense the widths for a normal, condensed, or expanded font face.final CssProps
The font-style property allows normal, italic, or oblique faces to be selected.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.final CssProps
fontVariant
(String fontVariant) The font-variant property enables you to select the small-caps font within a font family.final CssProps
fontVariantAlternates
(String fontVariantAlternates) Fonts can provide alternate glyphs in addition to default glyph for a character.final CssProps
fontWeight
(double fontWeight) final CssProps
fontWeight
(String fontWeight) int
int
getClear()
getColor()
int
getCue()
getFill()
double
int
getFlex()
int
int
getFont()
getLeft()
double
getMask()
double
int
getOrder()
int
getPause()
getRight()
getSpeak()
double
double
getTop()
The unicode-bidi CSS property specifies the level of embedding with respect to the bidirectional algorithm.int
getWidth()
double
double
getZoom()
final CssProps
Lays out one or more grid items bound by 4 grid lines.final CssProps
gridColumn
(String gridColumn) Controls a grid item's placement in a grid area, particularly grid position and a grid span.final CssProps
gridColumnEnd
(String gridColumnEnd) Controls a grid item's placement in a grid area as well as grid position and a grid span.final CssProps
gridColumnStart
(String gridColumnStart) Determines a grid item's placement by specifying the starting grid lines of a grid item's grid area .final CssProps
Gets or sets a value that indicates which row an element within a Grid should appear in.final CssProps
gridRowEnd
(String gridRowEnd) Determines a grid item's placement by specifying the block-end.final CssProps
gridRowPosition
(String gridRowPosition) Specifies a row position based upon an integer location, string value, or desired row size.final CssProps
gridRowSpan
(String gridRowSpan) 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.final CssProps
gridTemplateColumns
(String gridTemplateColumns) Specifies (with grid-template-rows) the line names and track sizing functions of the grid.final CssProps
gridTemplateRows
(String gridTemplateRows) Specifies (with grid-template-columns) the line names and track sizing functions of the grid.final CssProps
Sets the height of an element.final CssProps
hyphenateLimitChars
(String hyphenateLimitChars) Specifies the minimum number of characters in a hyphenated wordfinal CssProps
hyphenateLimitLines
(String hyphenateLimitLines) Indicates the maximum number of successive hyphenated lines in an element.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.final CssProps
Specifies whether or not words in a sentence can be split by the use of a manual or automatic hyphenation mechanism.final CssProps
final CssProps
layoutGrid
(String layoutGrid) final CssProps
layoutGridChar
(String layoutGridChar) final CssProps
layoutGridLine
(String layoutGridLine) final CssProps
layoutGridMode
(String layoutGridMode) final CssProps
layoutGridType
(String layoutGridType) final CssProps
Sets the left edge of an elementfinal CssProps
letterSpacing
(String letterSpacing) The letter-spacing CSS property specifies the spacing behavior between text characters.final CssProps
lineClamp
(double lineClamp) final CssProps
lineHeight
(String lineHeight) final CssProps
Shorthand property that sets the list-style-type, list-style-position and list-style-image properties in one declaration.final CssProps
listStyleImage
(String listStyleImage) This property sets the image that will be used as the list item marker.final CssProps
listStylePosition
(String listStylePosition) Specifies if the list-item markers should appear inside or outside the content flow.final CssProps
listStyleType
(String listStyleType) Specifies the type of list-item marker in a list.final CssProps
The margin property is shorthand to allow you to set all four margins of an element at once.final CssProps
marginBottom
(String marginBottom) margin-bottom sets the bottom margin of an element.final CssProps
marginLeft
(String marginLeft) margin-left sets the left margin of an element.final CssProps
marginRight
(String marginRight) margin-right sets the right margin of an element.final CssProps
margin-top sets the top margin of an element.final CssProps
This property is shorthand for setting mask-image, mask-mode, mask-repeat, mask-position, mask-clip, mask-origin, mask-composite and mask-size.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.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.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.final CssProps
maskBorderSource
(String maskBorderSource) Specifies an image to be used as a mask.final CssProps
maskBorderWidth
(String maskBorderWidth) This property sets the width of the mask box image, similar to the CSS border-image-width property.final CssProps
Determines the mask painting area, which defines the area that is affected by the mask.final CssProps
maskOrigin
(String maskOrigin) For elements rendered as a single box, specifies the mask positioning area.final CssProps
maxFontSize
(String maxFontSize) This property must not be used.final CssProps
Sets the maximum height for an element.final CssProps
Sets the maximum width for an element.final CssProps
Sets the minimum height for an element.final CssProps
Sets the minimum width of an element.final CssProps
opacity
(double opacity) final CssProps
order
(int order) final CssProps
orphans
(int orphans) final CssProps
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.final CssProps
outlineColor
(String outlineColor) The outline-color property sets the color of the outline of an element.final CssProps
outlineOffset
(String outlineOffset) The outline-offset property offsets the outline and draw it beyond the border edge.final CssProps
The overflow property controls how extra content exceeding the bounding box of an element is rendered.final CssProps
overflowStyle
(String overflowStyle) Specifies the preferred scrolling methods for elements that overflow.final CssProps
The overflow-x property is a specific case of the generic overflow property.final CssProps
The padding optional CSS property sets the required padding space on one to four sides of an element.final CssProps
paddingBottom
(String paddingBottom) The padding-bottom CSS property of an element sets the padding space required on the bottom of an element.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.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.final CssProps
paddingTop
(String paddingTop) The padding-top CSS property of an element sets the padding space required on the top of an element.final CssProps
pageBreakAfter
(String pageBreakAfter) The page-break-after property is supported in all major browsers.final CssProps
pageBreakBefore
(String pageBreakBefore) The page-break-after property is supported in all major browsers.final CssProps
pageBreakInside
(String pageBreakInside) Sets the page-breaking behavior inside an element.final CssProps
The pause property determines how long a speech media agent should pause before and after presenting an element.final CssProps
pauseAfter
(String pauseAfter) The pause-after property determines how long a speech media agent should pause after presenting an element.final CssProps
pauseBefore
(String pauseBefore) The pause-before property determines how long a speech media agent should pause before presenting an element.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.final CssProps
perspectiveOrigin
(String perspectiveOrigin) The perspective-origin property establishes the origin for the perspective property.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.final CssProps
The position property controls the type of positioning used by an element within its parent elements.final CssProps
Sets the type of quotation marks for embedded quotations.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.final CssProps
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.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.final CssProps
Specifies the position an element in relation to the right side of the containing element.final CssProps
final CssProps
rubyPosition
(String rubyPosition) void
setAlignContent
(String alignContent) void
setAlignItems
(String alignItems) void
setAlignmentAdjust
(String alignmentAdjust) void
setAlignmentBaseline
(String alignmentBaseline) void
setAlignSelf
(String alignSelf) void
setAnimationDelay
(String animationDelay) void
setAnimationDirection
(String animationDirection) void
setAnimationDuration
(String animationDuration) void
setAnimationFillMode
(String mode) void
setAnimationIterationCount
(String animationIterationCount) void
setAnimationName
(String animationName) void
setAnimationPlayState
(String animationPlayState) void
setAnimationTimingFunction
(String animationTimingFunction) void
setAppearance
(String appearance) void
setBackfaceVisibility
(String backfaceVisibility) void
setBackgroundBlendMode
(String backgroundBlendMode) void
setBackgroundColor
(String color) void
setBackgroundComposite
(String backgroundComposite) void
setBackgroundImage
(String backgroundImage) void
setBackgroundOrigin
(String backgroundOrigin) void
setBackgroundPositionX
(String backgroundPositionX) void
setBackgroundRepeat
(String backgroundRepeat) void
void
setBorderBottomLeftRadius
(String borderBottomLeftRadius) void
setBorderBottomRightRadius
(String borderBottomRightRadius) void
setBorderBottomWidth
(String borderBottomWidth) void
setBorderCollapse
(String borderCollapse) void
setBorderColor
(String borderColor) void
setBorderCornerShape
(String borderCornerShape) void
setBorderImageSource
(String borderImageSource) void
setBorderImageWidth
(String borderImageWidth) void
setBorderLeft
(String borderLeft) void
setBorderLeftColor
(String borderLeftColor) void
setBorderLeftStyle
(String borderLeftStyle) void
setBorderLeftWidth
(String borderLeftWidth) void
setBorderRadius
(String borderRadius) void
setBorderRight
(String borderRight) void
setBorderRightColor
(String borderRightColor) void
setBorderRightStyle
(String borderRightStyle) void
setBorderRightWidth
(String borderRightWidth) void
setBorderSpacing
(String borderSpacing) void
setBorderStyle
(String borderStyle) void
setBorderTop
(String borderTop) void
setBorderTopColor
(String borderTopColor) void
setBorderTopLeftRadius
(String borderTopLeftRadius) void
setBorderTopRightRadius
(String borderTopRightRadius) void
setBorderTopStyle
(String borderTopStyle) void
setBorderTopWidth
(String borderTopWidth) void
setBorderWidth
(String borderWidth) void
void
setBoxDecorationBreak
(String boxDecorationBreak) void
setBoxFlex
(int boxFlex) void
setBoxFlexGroup
(int boxFlexGroup) void
setBoxLineProgression
(String boxLineProgression) void
setBoxLines
(String boxLines) void
setBoxOrdinalGroup
(String boxOrdinalGroup) void
setBreakAfter
(String breakAfter) void
setBreakBefore
(String breakBefore) void
setBreakInside
(String breakInside) void
void
setClipRule
(String clipRule) void
void
setColumnCount
(int columnCount) void
setColumnFill
(String columnFill) void
setColumnGap
(String columnGap) void
setColumnRule
(String columnRule) void
setColumnRuleColor
(String columnRuleColor) void
setColumnRuleWidth
(String columnRuleWidth) void
setColumns
(String columns) void
setColumnSpan
(String columnSpan) void
setColumnWidth
(String columnWidth) void
setCounterIncrement
(String counterIncrement) void
setCounterReset
(String counterReset) void
setCssFloat
(String cssFloat) void
void
setCueAfter
(String cueAfter) void
setDirection
(String direction) void
setDisplay
(String display) void
void
setFillOpacity
(double fillOpacity) void
setFillRule
(String fillRule) void
void
setFlex
(int flex) void
setFlexBasis
(String flexBasis) void
setFlexDirection
(String flexDirection) void
setFlexFlow
(String flexFlow) void
setFlexGrow
(int flexGrow) void
setFlexItemAlign
(String flexItemAlign) void
setFlexOrder
(String flexOrder) void
setFlexShrink
(int flexShrink) void
setFlowFrom
(String flowFrom) void
void
setFontFamily
(String fontFamily) void
setFontKerning
(String fontKerning) void
setFontSize
(String fontSize) void
setFontSizeAdjust
(String fontSizeAdjust) void
setFontStretch
(String fontStretch) void
setFontStyle
(String fontStyle) void
setFontSynthesis
(String fontSynthesis) void
setFontVariant
(String fontVariant) void
setFontVariantAlternates
(String fontVariantAlternates) void
setFontWeight
(double fontWeight) void
setFontWeight
(String fontWeight) void
setGridArea
(String gridArea) void
setGridColumn
(String gridColumn) void
setGridColumnEnd
(String gridColumnEnd) void
setGridColumnStart
(String gridColumnStart) void
setGridRow
(String gridRow) void
setGridRowEnd
(String gridRowEnd) void
setGridRowPosition
(String gridRowPosition) void
setGridRowSpan
(String gridRowSpan) void
setGridTemplateAreas
(String gridTemplateAreas) void
setGridTemplateColumns
(String gridTemplateColumns) void
setGridTemplateRows
(String gridTemplateRows) void
void
setHyphenateLimitChars
(String hyphenateLimitChars) void
setHyphenateLimitLines
(String hyphenateLimitLines) void
setHyphenateLimitZone
(String hyphenateLimitZone) void
setHyphens
(String hyphens) void
setImeMode
(String imeMode) void
setLayoutGrid
(String layoutGrid) void
setLayoutGridChar
(String layoutGridChar) void
setLayoutGridLine
(String layoutGridLine) void
setLayoutGridMode
(String layoutGridMode) void
setLayoutGridType
(String layoutGridType) void
void
setLetterSpacing
(String letterSpacing) void
setLineClamp
(double lineClamp) void
setLineHeight
(String lineHeight) void
setListStyle
(String listStyle) void
setListStyleImage
(String listStyleImage) void
setListStylePosition
(String listStylePosition) void
setListStyleType
(String listStyleType) void
void
setMarginBottom
(String marginBottom) void
setMarginLeft
(String marginLeft) void
setMarginRight
(String marginRight) void
setMarginTop
(String marginTop) void
void
setMaskBorder
(String maskBorder) void
setMaskBorderRepeat
(String maskBorderRepeat) void
setMaskBorderSlice
(String maskBorderSlice) void
setMaskBorderSource
(String maskBorderSource) void
setMaskBorderWidth
(String maskBorderWidth) void
setMaskClip
(String maskClip) void
setMaskOrigin
(String maskOrigin) void
setMaxFontSize
(String maxFontSize) void
setMaxHeight
(String maxHeight) void
setMaxWidth
(String maxWidth) void
setMinHeight
(String minHeight) void
setMinWidth
(String minWidth) void
setOpacity
(double opacity) void
setOrder
(int order) void
setOrphans
(int orphans) void
setOutline
(String outline) void
setOutlineColor
(String outlineColor) void
setOutlineOffset
(String outlineOffset) void
setOverflow
(String overflow) void
setOverflowStyle
(String overflowStyle) void
setOverflowX
(String overflowX) void
setPadding
(String padding) void
setPaddingBottom
(String paddingBottom) void
setPaddingLeft
(String paddingLeft) void
setPaddingRight
(String paddingRight) void
setPaddingTop
(String paddingTop) void
setPageBreakAfter
(String pageBreakAfter) void
setPageBreakBefore
(String pageBreakBefore) void
setPageBreakInside
(String pageBreakInside) void
void
setPauseAfter
(String pauseAfter) void
setPauseBefore
(String pauseBefore) void
setPerspective
(String perspective) void
setPerspectiveOrigin
(String perspectiveOrigin) void
setPointerEvents
(String pointerEvents) void
setPosition
(String position) void
void
setRegionFragment
(String regionFragment) void
setRestAfter
(String restAfter) void
setRestBefore
(String restBefore) void
void
setRubyAlign
(String rubyAlign) void
setRubyPosition
(String rubyPosition) void
setShapeImageThreshold
(String shapeImageThreshold) void
setShapeInside
(String shapeInside) void
setShapeMargin
(String shapeMargin) void
setShapeOutside
(String shapeOutside) void
void
setSpeakAs
(String speakAs) void
setStrokeOpacity
(double strokeOpacity) void
setStrokeWidth
(double strokeWidth) void
setTableLayout
(String tableLayout) void
setTabSize
(String tabSize) void
setTextAlign
(String textAlign) void
setTextAlignLast
(String textAlignLast) void
setTextDecoration
(String textDecoration) void
setTextDecorationColor
(String textDecorationColor) void
setTextDecorationLine
(String textDecorationLine) void
setTextDecorationLineThrough
(String textDecorationLineThrough) void
setTextDecorationNone
(String textDecorationNone) void
setTextDecorationOverline
(String textDecorationOverline) void
setTextDecorationSkip
(String textDecorationSkip) void
setTextDecorationStyle
(String textDecorationStyle) void
setTextDecorationUnderline
(String textDecorationUnderline) void
setTextEmphasis
(String textEmphasis) void
setTextEmphasisColor
(String textEmphasisColor) void
setTextEmphasisStyle
(String textEmphasisStyle) void
setTextHeight
(String textHeight) void
setTextIndent
(String textIndent) void
setTextJustifyTrim
(String textJustifyTrim) void
setTextKashidaSpace
(String textKashidaSpace) void
setTextLineThroughWidth
(String textLineThroughWidth) void
setTextOverflow
(String textOverflow) void
setTextOverline
(String textOverline) void
setTextOverlineColor
(String textOverlineColor) void
setTextOverlineMode
(String textOverlineMode) void
setTextOverlineStyle
(String textOverlineStyle) void
setTextOverlineWidth
(String textOverlineWidth) void
setTextRendering
(String textRendering) void
setTextShadow
(String textShadow) void
setTextTransform
(String textTransform) void
void
setTouchAction
(String touchAction) void
setTransform
(String transform) void
setTransformOrigin
(String transformOrigin) void
setTransformOriginZ
(String transformOriginZ) void
setTransformStyle
(String transformStyle) void
setTransition
(String transition) void
setTransitionDelay
(String transitionDelay) void
setTransitionDuration
(String transitionDuration) void
setTransitionProperty
(String transitionProperty) void
setTransitionTimingFunction
(String transitionTimingFunction) void
setUnicodeBidi
(String unicodeBidi) void
setUnicodeRange
(String unicodeRange) void
setUserFocus
(String userFocus) void
setUserInput
(String userInput) void
setVerticalAlign
(String verticalAlign) void
setVisibility
(String visibility) void
setVoiceBalance
(String voiceBalance) void
setVoiceDuration
(String voiceDuration) void
setVoiceFamily
(String voiceFamily) void
setVoicePitch
(String voicePitch) void
setVoiceRange
(String voiceRange) void
setVoiceRate
(String voiceRate) void
setVoiceStress
(String voiceStress) void
setVoiceVolume
(String voiceVolume) void
setWebKitMask
(String mask) void
setWebKitMaskSize
(String mask) void
setWhiteSpace
(String whiteSpace) void
setWidows
(int widows) void
void
setWordBreak
(String wordBreak) void
setWordSpacing
(String wordSpacing) void
setWordWrap
(String wordWrap) void
setWrapFlow
(String wrapFlow) void
setWrapMargin
(String wrapMargin) void
setWritingMode
(String writingMode) void
setZIndex
(double zIndex) void
setZoom
(double zoom) final CssProps
shapeImageThreshold
(String shapeImageThreshold) Defines the alpha channel threshold used to extract a shape from an image.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.final CssProps
shapeMargin
(String shapeMargin) Adds a margin to a shape-outside.final CssProps
shapeOutside
(String shapeOutside) Declares a shape around which text should be wrapped, with possible modifications from the shape-margin property.final CssProps
The speak property determines whether or not a speech synthesizer will read aloud the contents of an element.final CssProps
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.final CssProps
strokeOpacity
(double strokeOpacity) final CssProps
strokeWidth
(double strokeWidth) final CssProps
tableLayout
(String tableLayout) The 'table-layout' property controls the algorithm used to lay out the table cells, rows, and columns.final CssProps
The tab-size CSS property is used to customise the width of a tab (U+0009) character.final CssProps
The text-align CSS property describes how inline content like text is aligned in its parent block element.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.final CssProps
textDecoration
(String textDecoration) The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.final CssProps
textDecorationColor
(String textDecorationColor) Sets the color of any text decoration, such as underlines, overlines, and strike throughs.final CssProps
textDecorationLine
(String textDecorationLine) Sets what kind of line decorations are added to an element, such as underlines, overlines, etc.final CssProps
textDecorationLineThrough
(String textDecorationLineThrough) final CssProps
textDecorationNone
(String textDecorationNone) final CssProps
textDecorationOverline
(String textDecorationOverline) final CssProps
textDecorationSkip
(String textDecorationSkip) Specifies what parts of an element's content are skipped over when applying any text decoration.final CssProps
textDecorationStyle
(String textDecorationStyle) This property specifies the style of the text decoration line drawn on the specified element.final CssProps
textDecorationUnderline
(String textDecorationUnderline) final CssProps
textEmphasis
(String textEmphasis) The text-emphasis property will apply special emphasis marks to the elements text.final CssProps
textEmphasisColor
(String textEmphasisColor) The text-emphasis-color property specifies the foreground color of the emphasis marks.final CssProps
textEmphasisStyle
(String textEmphasisStyle) The text-emphasis-style property applies special emphasis marks to an element's text.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.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.final CssProps
textJustifyTrim
(String textJustifyTrim) final CssProps
textKashidaSpace
(String textKashidaSpace) final CssProps
textLineThroughWidth
(String textLineThroughWidth) Specifies the line width for the line-through text decoration.final CssProps
textOverflow
(String textOverflow) The text-overflow shorthand CSS property determines how overflowed content that is not displayed is signaled to the users.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.final CssProps
textOverlineColor
(String textOverlineColor) Specifies the line color for the overline text decoration.final CssProps
textOverlineMode
(String textOverlineMode) Sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not.final CssProps
textOverlineStyle
(String textOverlineStyle) Specifies the line style for overline text decoration.final CssProps
textOverlineWidth
(String textOverlineWidth) Specifies the line width for the overline text decoration.final CssProps
textRendering
(String textRendering) The text-rendering CSS property provides information to the browser about how to optimize when rendering text.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.final CssProps
textTransform
(String textTransform) This property transforms text for styling purposes.final CssProps
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.final CssProps
touchAction
(String touchAction) Determines whether touch input may trigger default behavior supplied by the user agent, such as panning or zooming.final CssProps
CSS transforms allow elements styled with CSS to be transformed in two-dimensional or three-dimensional space.final CssProps
transformOrigin
(String transformOrigin) This property defines the origin of the transformation axes relative to the element to which the transformation is applied.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.final CssProps
transformStyle
(String transformStyle) This property specifies how nested elements are rendered in 3D space relative to their parent.final CssProps
transition
(String transition) The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.final CssProps
transitionDelay
(String transitionDelay) Defines when the transition will start.final CssProps
transitionDuration
(String transitionDuration) The 'transition-duration' property specifies the length of time a transition animation takes to complete.final CssProps
transitionProperty
(String transitionProperty) The 'transition-property' property specifies the name of the CSS property to which the transition is applied.final CssProps
transitionTimingFunction
(String transitionTimingFunction) Sets the pace of action within a transitionfinal CssProps
unicodeBidi
(String unicodeBidi) 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.final CssProps
This is for all the high level UX stuff.final CssProps
For inputing user contentfinal CssProps
verticalAlign
(String verticalAlign) The vertical-align property controls how inline elements or text are vertically aligned compared to the baseline.final CssProps
visibility
(String visibility) The visibility property specifies whether the boxes generated by an element are rendered.final CssProps
voiceBalance
(String voiceBalance) The voice-balance property sets the apparent position (in stereo sound) of the synthesized voice for spoken media.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.final CssProps
voiceFamily
(String voiceFamily) The voice-family property sets the speaker's voice used by a speech media agent to read an element.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.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.final CssProps
The voice-rate property sets the speed at which the voice synthesized by a speech media agent will read content.final CssProps
voiceStress
(String voiceStress) The voice-stress property sets the level of vocal emphasis to be used for synthesized speech reading the element.final CssProps
voiceVolume
(String voiceVolume) The voice-volume property sets the volume for spoken content in speech media.final CssProps
webkitMask
(String mask) final CssProps
webkitMaskSize
(String mask) 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.final CssProps
widows
(int widows) final CssProps
Specifies the width of the content area of an element.final CssProps
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.final CssProps
wordSpacing
(String wordSpacing) The word-spacing CSS property specifies the spacing behavior between "words".final CssProps
An alias of css/properties/overflow-wrap, word-wrap defines whether to break words when the content exceeds the boundaries of its container.final CssProps
Specifies how exclusions affect inline content within block-level elements.final CssProps
wrapMargin
(String wrapMargin) Set the value that is used to offset the inner wrap shape from other shapes.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.final CssProps
zIndex
(double zIndex) final CssProps
zoom
(double zoom)
-
Constructor Details
-
CssProps
public CssProps()
-
-
Method Details
-
getAnimationFillMode
-
setAnimationFillMode
-
animationFillMode
@JsOverlay @Nonnull public final CssProps animationFillMode(@Nonnull @AnimationFillMode String mode) -
getBackgroundColor
-
setBackgroundColor
-
backgroundColor
-
getBoxFlex
-
setBoxFlex
-
boxFlex
-
getBoxFlexGroup
-
setBoxFlexGroup
-
boxFlexGroup
-
getBottom
-
setBottom
-
bottom
-
getColumnCount
-
setColumnCount
-
columnCount
-
getFlex
-
setFlex
-
flex
-
getFlexGrow
-
setFlexGrow
-
flexGrow
-
getFlexShrink
-
setFlexShrink
-
flexShrink
-
setFontWeight
-
fontWeight
-
setFontWeight
-
fontWeight
-
getLineClamp
-
setLineClamp
-
lineClamp
-
getLineHeight
-
setLineHeight
-
lineHeight
-
getOpacity
-
setOpacity
-
opacity
-
getOrder
-
setOrder
-
order
-
getOrphans
-
setOrphans
-
orphans
-
getWidows
-
setWidows
-
widows
-
getZIndex
-
setZIndex
-
zIndex
-
getZoom
-
setZoom
-
zoom
-
getFontSize
-
setFontSize
-
fontSize
-
getFillOpacity
-
setFillOpacity
-
fillOpacity
-
getStrokeOpacity
-
setStrokeOpacity
-
strokeOpacity
-
getStrokeWidth
-
setStrokeWidth
-
strokeWidth
-
getAlignContent
-
setAlignContent
-
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
-
setAlignItems
-
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
-
setAlignSelf
-
alignSelf
Allows the default alignment to be overridden for individual flex items. -
getAlignmentAdjust
-
setAlignmentAdjust
-
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
-
setAlignmentBaseline
-
alignmentBaseline
-
getAnimationDelay
-
setAnimationDelay
-
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
-
setAnimationDirection
-
animationDirection
-
getAnimationIterationCount
-
setAnimationIterationCount
-
animationIterationCount
Specifies how many times an animation cycle should play. -
getAnimationTimingFunction
-
setAnimationTimingFunction
-
animationTimingFunction
@JsOverlay @Nonnull public final CssProps animationTimingFunction(@Nonnull String animationTimingFunction) -
getAnimationDuration
-
setAnimationDuration
-
animationDuration
-
getAnimationName
-
setAnimationName
-
animationName
Defines the list of animations that apply to the element. -
getAnimationPlayState
-
setAnimationPlayState
-
animationPlayState
Defines whether an animation is running or paused. -
getAppearance
-
setAppearance
-
appearance
Allows changing the style of any element to platform-based interface elements or vice versa. -
getBackfaceVisibility
-
setBackfaceVisibility
-
backfaceVisibility
Determines whether or not the "back" side of a transformed element is visible when facing the viewer. -
getBackgroundBlendMode
-
setBackgroundBlendMode
-
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
-
setBackgroundComposite
-
backgroundComposite
-
getBackgroundImage
-
setBackgroundImage
-
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
-
setBackgroundOrigin
-
backgroundOrigin
Specifies what the background-position property is relative to. -
getBackgroundPositionX
-
setBackgroundPositionX
-
backgroundPositionX
Sets the horizontal position of a background image. -
getBackgroundRepeat
-
setBackgroundRepeat
-
backgroundRepeat
Background-repeat defines if and how background images will be repeated after they have been sized and positioned -
getBorder
-
setBorder
-
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
-
setBorderRadius
-
borderRadius
-
getBorderBottomLeftRadius
-
setBorderBottomLeftRadius
-
borderBottomLeftRadius
Defines the shape of the border of the bottom-left corner. -
getBorderBottomRightRadius
-
setBorderBottomRightRadius
-
borderBottomRightRadius
Defines the shape of the border of the bottom-right corner. -
getBorderBottomWidth
-
setBorderBottomWidth
-
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
-
setBorderCollapse
-
borderCollapse
Border-collapse can be used for collapsing the borders between table cells -
getBorderColor
-
setBorderColor
-
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
-
setBorderCornerShape
-
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
-
setBorderImageSource
-
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
-
setBorderImageWidth
-
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
-
setBorderLeft
-
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
-
setBorderLeftColor
-
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
-
setBorderLeftStyle
-
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
-
setBorderLeftWidth
-
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
-
setBorderRight
-
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
-
setBorderRightColor
-
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
-
setBorderRightStyle
-
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
-
setBorderRightWidth
-
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
-
setBorderSpacing
-
borderSpacing
Specifies the distance between the borders of adjacent cells. -
getBorderStyle
-
setBorderStyle
-
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
-
setBorderTop
-
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
-
setBorderTopColor
-
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
-
setBorderTopLeftRadius
-
borderTopLeftRadius
Sets the rounding of the top-left corner of the element. -
getBorderTopRightRadius
-
setBorderTopRightRadius
-
borderTopRightRadius
Sets the rounding of the top-right corner of the element. -
getBorderTopStyle
-
setBorderTopStyle
-
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
-
setBorderTopWidth
-
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
-
setBorderWidth
-
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
-
setBoxDecorationBreak
-
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
-
setBoxLineProgression
-
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
-
setBoxLines
-
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
-
setBoxOrdinalGroup
-
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
-
setBreakAfter
-
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
-
setBreakBefore
-
breakBefore
Control page/column/region breaks that fall above a block of content -
getBreakInside
-
setBreakInside
-
breakInside
Control page/column/region breaks that fall within a block of content -
getClear
-
setClear
-
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
-
setClipRule
-
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
-
setColor
-
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
-
setColumnFill
-
columnFill
Specifies how to fill columns (balanced or sequential). -
getColumnGap
-
setColumnGap
-
columnGap
The column-gap property controls the width of the gap between columns in multi-column elements. -
getColumnRule
-
setColumnRule
-
columnRule
Sets the width, style, and color of the rule between columns. -
getColumnRuleColor
-
setColumnRuleColor
-
columnRuleColor
Specifies the color of the rule between columns. -
getColumnRuleWidth
-
setColumnRuleWidth
-
columnRuleWidth
Specifies the width of the rule between columns. -
getColumnSpan
-
setColumnSpan
-
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
-
setColumnWidth
-
columnWidth
Specifies the width of columns in multi-column elements. -
getColumns
-
setColumns
-
columns
This property is a shorthand property for setting column-width and/or column-count. -
getCounterIncrement
-
setCounterIncrement
-
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
-
setCounterReset
-
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
-
setCue
-
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
-
setCueAfter
-
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
-
setDirection
-
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
-
setDisplay
-
display
This property specifies the type of rendering box used for an element. It is a shorthand property for many other display properties. -
getFill
-
setFill
-
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
-
setFillRule
-
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
-
setFilter
-
filter
Applies various image processing effects. This property is largely unsupported. See Compatibility section for more information. -
getFlexBasis
-
setFlexBasis
-
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
-
setFlexDirection
-
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
-
setFlexFlow
-
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
-
setFlexItemAlign
-
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
-
setFlexOrder
-
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
-
setCssFloat
-
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
-
setFlowFrom
-
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
-
setFont
-
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
-
setFontFamily
-
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
-
setFontKerning
-
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
-
setFontSizeAdjust
-
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
-
setFontStretch
-
fontStretch
Allows you to expand or condense the widths for a normal, condensed, or expanded font face. -
getFontStyle
-
setFontStyle
-
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
-
setFontSynthesis
-
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
-
setFontVariant
-
fontVariant
The font-variant property enables you to select the small-caps font within a font family. -
getFontVariantAlternates
-
setFontVariantAlternates
-
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
-
setGridArea
-
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
-
setGridColumn
-
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
-
setGridColumnEnd
-
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
-
setGridColumnStart
-
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
-
setGridRow
-
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
-
setGridRowEnd
-
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
-
setGridRowPosition
-
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
-
setGridRowSpan
-
gridRowSpan
-
getGridTemplateAreas
-
setGridTemplateAreas
-
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
-
setGridTemplateColumns
-
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
-
setGridTemplateRows
-
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
-
setHeight
-
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
-
setHyphenateLimitChars
-
hyphenateLimitChars
Specifies the minimum number of characters in a hyphenated word -
getHyphenateLimitLines
-
setHyphenateLimitLines
-
hyphenateLimitLines
Indicates the maximum number of successive hyphenated lines in an element. The "no-limit" value means that there is no limit. -
getHyphenateLimitZone
-
setHyphenateLimitZone
-
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
-
setHyphens
-
hyphens
Specifies whether or not words in a sentence can be split by the use of a manual or automatic hyphenation mechanism. -
getImeMode
-
setImeMode
-
imeMode
-
getLayoutGrid
-
setLayoutGrid
-
layoutGrid
-
getLayoutGridChar
-
setLayoutGridChar
-
layoutGridChar
-
getLayoutGridLine
-
setLayoutGridLine
-
layoutGridLine
-
getLayoutGridMode
-
setLayoutGridMode
-
layoutGridMode
-
getLayoutGridType
-
setLayoutGridType
-
layoutGridType
-
getLeft
-
setLeft
-
left
Sets the left edge of an element -
getLetterSpacing
-
setLetterSpacing
-
letterSpacing
The letter-spacing CSS property specifies the spacing behavior between text characters. -
getListStyle
-
setListStyle
-
listStyle
Shorthand property that sets the list-style-type, list-style-position and list-style-image properties in one declaration. -
getListStyleImage
-
setListStyleImage
-
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
-
setListStylePosition
-
listStylePosition
Specifies if the list-item markers should appear inside or outside the content flow. -
getListStyleType
-
setListStyleType
-
listStyleType
Specifies the type of list-item marker in a list. -
getMargin
-
setMargin
-
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
-
setMarginBottom
-
marginBottom
margin-bottom sets the bottom margin of an element. -
getMarginLeft
-
setMarginLeft
-
marginLeft
margin-left sets the left margin of an element. -
getMarginRight
-
setMarginRight
-
marginRight
margin-right sets the right margin of an element. -
getMarginTop
-
setMarginTop
-
marginTop
margin-top sets the top margin of an element. -
getMask
-
setMask
-
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
-
setMaskBorder
-
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
-
setMaskBorderRepeat
-
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
-
setMaskBorderSlice
-
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
-
setMaskBorderSource
-
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
-
setMaskBorderWidth
-
maskBorderWidth
This property sets the width of the mask box image, similar to the CSS border-image-width property. -
getMaskClip
-
setMaskClip
-
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
-
setMaskOrigin
-
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
-
setMaxFontSize
-
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
-
setMaxHeight
-
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
-
setMaxWidth
-
maxWidth
Sets the maximum width for an element. It limits the width property to be larger than the value specified in max-width. -
getMinHeight
-
setMinHeight
-
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
-
setMinWidth
-
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
-
setOutline
-
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
-
setOutlineColor
-
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
-
setOutlineOffset
-
outlineOffset
The outline-offset property offsets the outline and draw it beyond the border edge. -
getOverflow
-
setOverflow
-
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
-
setOverflowStyle
-
overflowStyle
Specifies the preferred scrolling methods for elements that overflow. -
getOverflowX
-
setOverflowX
-
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
-
setPadding
-
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
-
setPaddingBottom
-
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
-
setPaddingLeft
-
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
-
setPaddingRight
-
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
-
setPaddingTop
-
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
-
setPageBreakAfter
-
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
-
setPageBreakBefore
-
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
-
setPageBreakInside
-
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
-
setPause
-
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
-
setPauseAfter
-
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
-
setPauseBefore
-
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
-
setPerspective
-
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
-
setPerspectiveOrigin
-
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
-
setPointerEvents
-
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
-
setPosition
-
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
-
setQuotes
-
quotes
Sets the type of quotation marks for embedded quotations. -
getRegionFragment
-
setRegionFragment
-
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
-
setRestAfter
-
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
-
setRestBefore
-
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
-
setRight
-
right
Specifies the position an element in relation to the right side of the containing element. -
getRubyAlign
-
setRubyAlign
-
rubyAlign
-
getRubyPosition
-
setRubyPosition
-
rubyPosition
-
getShapeImageThreshold
-
setShapeImageThreshold
-
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
-
setShapeInside
-
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
-
setShapeMargin
-
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
-
setShapeOutside
-
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
-
setSpeak
-
speak
The speak property determines whether or not a speech synthesizer will read aloud the contents of an element. -
getSpeakAs
-
setSpeakAs
-
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
-
setTabSize
-
tabSize
The tab-size CSS property is used to customise the width of a tab (U+0009) character. -
getTableLayout
-
setTableLayout
-
tableLayout
The 'table-layout' property controls the algorithm used to lay out the table cells, rows, and columns. -
getTextAlign
-
setTextAlign
-
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
-
setTextAlignLast
-
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
-
setTextDecoration
-
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
-
setTextDecorationColor
-
textDecorationColor
Sets the color of any text decoration, such as underlines, overlines, and strike throughs. -
getTextDecorationLine
-
setTextDecorationLine
-
textDecorationLine
Sets what kind of line decorations are added to an element, such as underlines, overlines, etc. -
getTextDecorationLineThrough
-
setTextDecorationLineThrough
-
textDecorationLineThrough
@JsOverlay @Nonnull public final CssProps textDecorationLineThrough(String textDecorationLineThrough) -
getTextDecorationNone
-
setTextDecorationNone
-
textDecorationNone
-
getTextDecorationOverline
-
setTextDecorationOverline
-
textDecorationOverline
-
getTextDecorationSkip
-
setTextDecorationSkip
-
textDecorationSkip
Specifies what parts of an element's content are skipped over when applying any text decoration. -
getTextDecorationStyle
-
setTextDecorationStyle
-
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
-
setTextDecorationUnderline
-
textDecorationUnderline
-
getTextEmphasis
-
setTextEmphasis
-
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
-
setTextEmphasisColor
-
textEmphasisColor
The text-emphasis-color property specifies the foreground color of the emphasis marks. -
getTextEmphasisStyle
-
setTextEmphasisStyle
-
textEmphasisStyle
The text-emphasis-style property applies special emphasis marks to an element's text. -
getTextHeight
-
setTextHeight
-
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
-
setTextIndent
-
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
-
setTextJustifyTrim
-
textJustifyTrim
-
getTextKashidaSpace
-
setTextKashidaSpace
-
textKashidaSpace
-
getTextLineThroughWidth
-
setTextLineThroughWidth
-
textLineThroughWidth
Specifies the line width for the line-through text decoration. -
getTextOverflow
-
setTextOverflow
-
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
-
setTextOverline
-
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
-
setTextOverlineColor
-
textOverlineColor
Specifies the line color for the overline text decoration. -
getTextOverlineMode
-
setTextOverlineMode
-
textOverlineMode
Sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not. -
getTextOverlineStyle
-
setTextOverlineStyle
-
textOverlineStyle
Specifies the line style for overline text decoration. -
getTextOverlineWidth
-
setTextOverlineWidth
-
textOverlineWidth
Specifies the line width for the overline text decoration. -
getTextRendering
-
setTextRendering
-
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
-
setTextShadow
-
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
-
setTextTransform
-
textTransform
This property transforms text for styling purposes. (It has no effect on the underlying content.) -
getTop
-
setTop
-
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
-
setTouchAction
-
touchAction
Determines whether touch input may trigger default behavior supplied by the user agent, such as panning or zooming. -
getTransform
-
setTransform
-
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
-
setTransformOrigin
-
transformOrigin
This property defines the origin of the transformation axes relative to the element to which the transformation is applied. -
getTransformOriginZ
-
setTransformOriginZ
-
transformOriginZ
This property allows you to define the relative position of the origin of the transformation grid along the z-axis. -
getTransformStyle
-
setTransformStyle
-
transformStyle
This property specifies how nested elements are rendered in 3D space relative to their parent. -
getTransition
-
setTransition
-
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
-
setTransitionDelay
-
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
-
setTransitionDuration
-
transitionDuration
The 'transition-duration' property specifies the length of time a transition animation takes to complete. -
getTransitionProperty
-
setTransitionProperty
-
transitionProperty
The 'transition-property' property specifies the name of the CSS property to which the transition is applied. -
getTransitionTimingFunction
-
setTransitionTimingFunction
-
transitionTimingFunction
Sets the pace of action within a transition -
getUnicodeBidi
The unicode-bidi CSS property specifies the level of embedding with respect to the bidirectional algorithm. -
setUnicodeBidi
-
unicodeBidi
-
getUnicodeRange
-
setUnicodeRange
-
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
-
setUserFocus
-
userFocus
This is for all the high level UX stuff. -
getUserInput
-
setUserInput
-
userInput
For inputing user content -
getVerticalAlign
-
setVerticalAlign
-
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
-
setVisibility
-
visibility
The visibility property specifies whether the boxes generated by an element are rendered. -
getVoiceBalance
-
setVoiceBalance
-
voiceBalance
The voice-balance property sets the apparent position (in stereo sound) of the synthesized voice for spoken media. -
getVoiceDuration
-
setVoiceDuration
-
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
-
setVoiceFamily
-
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
-
setVoicePitch
-
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
-
setVoiceRange
-
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
-
setVoiceRate
-
voiceRate
The voice-rate property sets the speed at which the voice synthesized by a speech media agent will read content. -
getVoiceStress
-
setVoiceStress
-
voiceStress
The voice-stress property sets the level of vocal emphasis to be used for synthesized speech reading the element. -
getVoiceVolume
-
setVoiceVolume
-
voiceVolume
The voice-volume property sets the volume for spoken content in speech media. It replaces the deprecated volume property. -
getWhiteSpace
-
setWhiteSpace
-
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
-
setWidth
-
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
-
setWordBreak
-
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
-
setWordSpacing
-
wordSpacing
The word-spacing CSS property specifies the spacing behavior between "words". -
getWordWrap
-
setWordWrap
-
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
-
setWrapFlow
-
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
-
setWrapMargin
-
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
-
setWritingMode
-
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
-
setWebKitMask
-
webkitMask
-
getWebKitMaskSize
-
setWebKitMaskSize
-
webkitMaskSize
-