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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CssPropsalignContent(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 CssPropsalignItems(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 CssPropsalignmentAdjust(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 CssPropsalignmentBaseline(String alignmentBaseline) final CssPropsAllows the default alignment to be overridden for individual flex items.final CssPropsanimationDelay(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 CssPropsanimationDirection(String animationDirection) final CssPropsanimationDuration(String animationDuration) final CssPropsanimationFillMode(String mode) final CssPropsanimationIterationCount(String animationIterationCount) Specifies how many times an animation cycle should play.final CssPropsanimationName(String animationName) Defines the list of animations that apply to the element.final CssPropsanimationPlayState(String animationPlayState) Defines whether an animation is running or paused.final CssPropsanimationTimingFunction(String animationTimingFunction) final CssPropsappearance(String appearance) Allows changing the style of any element to platform-based interface elements or vice versa.final CssPropsbackfaceVisibility(String backfaceVisibility) Determines whether or not the "back" side of a transformed element is visible when facing the viewer.final CssPropsbackgroundBlendMode(String backgroundBlendMode) This property describes how the element's background images should blend with each other and the element's background color.final CssPropsbackgroundColor(String color) final CssPropsbackgroundComposite(String backgroundComposite) final CssPropsbackgroundImage(String backgroundImage) Applies one or more background images to an element.final CssPropsbackgroundOrigin(String backgroundOrigin) Specifies what the background-position property is relative to.final CssPropsbackgroundPositionX(String backgroundPositionX) Sets the horizontal position of a background image.final CssPropsbackgroundRepeat(String backgroundRepeat) Background-repeat defines if and how background images will be repeated after they have been sized and positionedfinal CssPropsShorthand property that defines the different properties of all four sides of an element's border in a single declaration.final CssPropsborderBottomLeftRadius(String borderBottomLeftRadius) Defines the shape of the border of the bottom-left corner.final CssPropsborderBottomRightRadius(String borderBottomRightRadius) Defines the shape of the border of the bottom-right corner.final CssPropsborderBottomWidth(String borderBottomWidth) Sets the width of an element's bottom border.final CssPropsborderCollapse(String borderCollapse) Border-collapse can be used for collapsing the borders between table cellsfinal CssPropsborderColor(String borderColor) The CSS border-color property sets the color of an element's four borders.final CssPropsborderCornerShape(String borderCornerShape) Specifies different corner clipping effects, such as scoop (inner curves), bevel (straight cuts) or notch (cut-off rectangles).final CssPropsborderImageSource(String borderImageSource) The property border-image-source is used to set the image to be used instead of the border style.final CssPropsborderImageWidth(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 CssPropsborderLeft(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 CssPropsborderLeftColor(String borderLeftColor) The CSS border-left-color property sets the color of an element's left border.final CssPropsborderLeftStyle(String borderLeftStyle) Sets the style of an element's left border.final CssPropsborderLeftWidth(String borderLeftWidth) Sets the width of an element's left border.final CssPropsborderRadius(String borderRadius) final CssPropsborderRight(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 CssPropsborderRightColor(String borderRightColor) Sets the color of an element's right border.final CssPropsborderRightStyle(String borderRightStyle) Sets the style of an element's right border.final CssPropsborderRightWidth(String borderRightWidth) Sets the width of an element's right border.final CssPropsborderSpacing(String borderSpacing) Specifies the distance between the borders of adjacent cells.final CssPropsborderStyle(String borderStyle) Sets the style of an element's four borders.final CssPropsShorthand property that defines the border-width, border-style and border-color of an element's top border in a single declaration.final CssPropsborderTopColor(String borderTopColor) Sets the color of an element's top border.final CssPropsborderTopLeftRadius(String borderTopLeftRadius) Sets the rounding of the top-left corner of the element.final CssPropsborderTopRightRadius(String borderTopRightRadius) Sets the rounding of the top-right corner of the element.final CssPropsborderTopStyle(String borderTopStyle) Sets the style of an element's top border.final CssPropsborderTopWidth(String borderTopWidth) Sets the width of an element's top border.final CssPropsborderWidth(String borderWidth) Sets the width of an element's four borders.final CssPropsfinal CssPropsboxDecorationBreak(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 CssPropsboxFlex(int boxFlex) final CssPropsboxFlexGroup(int boxFlexGroup) final CssPropsboxLineProgression(String boxLineProgression) Do not use.final CssPropsDo not use.final CssPropsboxOrdinalGroup(String boxOrdinalGroup) Do not use.final CssPropsbreakAfter(String breakAfter) The CSS break-after property allows you to force a break on multi-column layouts.final CssPropsbreakBefore(String breakBefore) Control page/column/region breaks that fall above a block of contentfinal CssPropsbreakInside(String breakInside) Control page/column/region breaks that fall within a block of contentfinal CssPropsThe 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 CssPropsClipping crops an graphic, so that only a portion of the graphic is rendered, or filled.final CssPropsThe 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 CssPropscolumnCount(int columnCount) final CssPropscolumnFill(String columnFill) Specifies how to fill columns (balanced or sequential).final CssPropsThe column-gap property controls the width of the gap between columns in multi-column elements.final CssPropscolumnRule(String columnRule) Sets the width, style, and color of the rule between columns.final CssPropscolumnRuleColor(String columnRuleColor) Specifies the color of the rule between columns.final CssPropscolumnRuleWidth(String columnRuleWidth) Specifies the width of the rule between columns.final CssPropsThis property is a shorthand property for setting column-width and/or column-count.final CssPropscolumnSpan(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 CssPropscolumnWidth(String columnWidth) Specifies the width of columns in multi-column elements.final CssPropscounterIncrement(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 CssPropscounterReset(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 CssPropsElements which have the style float are floated horizontally.final CssPropsThe 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 CssPropsThe 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 CssPropsThe direction CSS property specifies the text direction/writing direction.final CssPropsThis property specifies the type of rendering box used for an element.final CssPropsThe "fill" property paints the interior of the given graphical element.final CssPropsfillOpacity(double fillOpacity) final CssPropsThe "fill-rule" property indicates the algorithm which is to be used to determine what parts of the canvas are included inside the shape.final CssPropsApplies various image processing effects.final CssPropsflex(int flex) final CssPropsThe 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 CssPropsflexDirection(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 CssPropsThe flex-flow CSS property defines the flex container's main and cross axis.final CssPropsflexGrow(int flexGrow) final CssPropsflexItemAlign(String flexItemAlign) Do not use.final CssPropsGets or sets a value that specifies the ordinal group that a flexbox element belongs to.final CssPropsflexShrink(int flexShrink) final CssPropsFlows content from a named flow (specified by a corresponding flow-into) through selected elements to form a dynamic chain of layout regions.final CssPropsThe 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 CssPropsfontFamily(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 CssPropsfontKerning(String fontKerning) The font-kerning property allows contextual adjustment of inter-glyph spacing, i.e.final CssPropsfinal CssPropsfontSizeAdjust(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 CssPropsfontStretch(String fontStretch) Allows you to expand or condense the widths for a normal, condensed, or expanded font face.final CssPropsThe font-style property allows normal, italic, or oblique faces to be selected.final CssPropsfontSynthesis(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 CssPropsfontVariant(String fontVariant) The font-variant property enables you to select the small-caps font within a font family.final CssPropsfontVariantAlternates(String fontVariantAlternates) Fonts can provide alternate glyphs in addition to default glyph for a character.final CssPropsfontWeight(double fontWeight) final CssPropsfontWeight(String fontWeight) intintgetClear()getColor()intgetCue()getFill()doubleintgetFlex()intintgetFont()getLeft()doublegetMask()doubleintgetOrder()intgetPause()getRight()getSpeak()doubledoublegetTop()The unicode-bidi CSS property specifies the level of embedding with respect to the bidirectional algorithm.intgetWidth()doubledoublegetZoom()final CssPropsLays out one or more grid items bound by 4 grid lines.final CssPropsgridColumn(String gridColumn) Controls a grid item's placement in a grid area, particularly grid position and a grid span.final CssPropsgridColumnEnd(String gridColumnEnd) Controls a grid item's placement in a grid area as well as grid position and a grid span.final CssPropsgridColumnStart(String gridColumnStart) Determines a grid item's placement by specifying the starting grid lines of a grid item's grid area .final CssPropsGets or sets a value that indicates which row an element within a Grid should appear in.final CssPropsgridRowEnd(String gridRowEnd) Determines a grid item's placement by specifying the block-end.final CssPropsgridRowPosition(String gridRowPosition) Specifies a row position based upon an integer location, string value, or desired row size.final CssPropsgridRowSpan(String gridRowSpan) final CssPropsgridTemplateAreas(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 CssPropsgridTemplateColumns(String gridTemplateColumns) Specifies (with grid-template-rows) the line names and track sizing functions of the grid.final CssPropsgridTemplateRows(String gridTemplateRows) Specifies (with grid-template-columns) the line names and track sizing functions of the grid.final CssPropsSets the height of an element.final CssPropshyphenateLimitChars(String hyphenateLimitChars) Specifies the minimum number of characters in a hyphenated wordfinal CssPropshyphenateLimitLines(String hyphenateLimitLines) Indicates the maximum number of successive hyphenated lines in an element.final CssPropshyphenateLimitZone(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 CssPropsSpecifies whether or not words in a sentence can be split by the use of a manual or automatic hyphenation mechanism.final CssPropsfinal CssPropslayoutGrid(String layoutGrid) final CssPropslayoutGridChar(String layoutGridChar) final CssPropslayoutGridLine(String layoutGridLine) final CssPropslayoutGridMode(String layoutGridMode) final CssPropslayoutGridType(String layoutGridType) final CssPropsSets the left edge of an elementfinal CssPropsletterSpacing(String letterSpacing) The letter-spacing CSS property specifies the spacing behavior between text characters.final CssPropslineClamp(double lineClamp) final CssPropslineHeight(String lineHeight) final CssPropsShorthand property that sets the list-style-type, list-style-position and list-style-image properties in one declaration.final CssPropslistStyleImage(String listStyleImage) This property sets the image that will be used as the list item marker.final CssPropslistStylePosition(String listStylePosition) Specifies if the list-item markers should appear inside or outside the content flow.final CssPropslistStyleType(String listStyleType) Specifies the type of list-item marker in a list.final CssPropsThe margin property is shorthand to allow you to set all four margins of an element at once.final CssPropsmarginBottom(String marginBottom) margin-bottom sets the bottom margin of an element.final CssPropsmarginLeft(String marginLeft) margin-left sets the left margin of an element.final CssPropsmarginRight(String marginRight) margin-right sets the right margin of an element.final CssPropsmargin-top sets the top margin of an element.final CssPropsThis property is shorthand for setting mask-image, mask-mode, mask-repeat, mask-position, mask-clip, mask-origin, mask-composite and mask-size.final CssPropsmaskBorder(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 CssPropsmaskBorderRepeat(String maskBorderRepeat) This property specifies how the images for the sides and the middle part of the mask image are scaled and tiled.final CssPropsmaskBorderSlice(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 CssPropsmaskBorderSource(String maskBorderSource) Specifies an image to be used as a mask.final CssPropsmaskBorderWidth(String maskBorderWidth) This property sets the width of the mask box image, similar to the CSS border-image-width property.final CssPropsDetermines the mask painting area, which defines the area that is affected by the mask.final CssPropsmaskOrigin(String maskOrigin) For elements rendered as a single box, specifies the mask positioning area.final CssPropsmaxFontSize(String maxFontSize) This property must not be used.final CssPropsSets the maximum height for an element.final CssPropsSets the maximum width for an element.final CssPropsSets the minimum height for an element.final CssPropsSets the minimum width of an element.final CssPropsopacity(double opacity) final CssPropsorder(int order) final CssPropsorphans(int orphans) final CssPropsThe 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 CssPropsoutlineColor(String outlineColor) The outline-color property sets the color of the outline of an element.final CssPropsoutlineOffset(String outlineOffset) The outline-offset property offsets the outline and draw it beyond the border edge.final CssPropsThe overflow property controls how extra content exceeding the bounding box of an element is rendered.final CssPropsoverflowStyle(String overflowStyle) Specifies the preferred scrolling methods for elements that overflow.final CssPropsThe overflow-x property is a specific case of the generic overflow property.final CssPropsThe padding optional CSS property sets the required padding space on one to four sides of an element.final CssPropspaddingBottom(String paddingBottom) The padding-bottom CSS property of an element sets the padding space required on the bottom of an element.final CssPropspaddingLeft(String paddingLeft) The padding-left CSS property of an element sets the padding space required on the left side of an element.final CssPropspaddingRight(String paddingRight) The padding-right CSS property of an element sets the padding space required on the right side of an element.final CssPropspaddingTop(String paddingTop) The padding-top CSS property of an element sets the padding space required on the top of an element.final CssPropspageBreakAfter(String pageBreakAfter) The page-break-after property is supported in all major browsers.final CssPropspageBreakBefore(String pageBreakBefore) The page-break-after property is supported in all major browsers.final CssPropspageBreakInside(String pageBreakInside) Sets the page-breaking behavior inside an element.final CssPropsThe pause property determines how long a speech media agent should pause before and after presenting an element.final CssPropspauseAfter(String pauseAfter) The pause-after property determines how long a speech media agent should pause after presenting an element.final CssPropspauseBefore(String pauseBefore) The pause-before property determines how long a speech media agent should pause before presenting an element.final CssPropsperspective(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 CssPropsperspectiveOrigin(String perspectiveOrigin) The perspective-origin property establishes the origin for the perspective property.final CssPropspointerEvents(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 CssPropsThe position property controls the type of positioning used by an element within its parent elements.final CssPropsSets the type of quotation marks for embedded quotations.final CssPropsregionFragment(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 CssPropsThe 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 CssPropsrestBefore(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 CssPropsSpecifies the position an element in relation to the right side of the containing element.final CssPropsfinal CssPropsrubyPosition(String rubyPosition) voidsetAlignContent(String alignContent) voidsetAlignItems(String alignItems) voidsetAlignmentAdjust(String alignmentAdjust) voidsetAlignmentBaseline(String alignmentBaseline) voidsetAlignSelf(String alignSelf) voidsetAnimationDelay(String animationDelay) voidsetAnimationDirection(String animationDirection) voidsetAnimationDuration(String animationDuration) voidsetAnimationFillMode(String mode) voidsetAnimationIterationCount(String animationIterationCount) voidsetAnimationName(String animationName) voidsetAnimationPlayState(String animationPlayState) voidsetAnimationTimingFunction(String animationTimingFunction) voidsetAppearance(String appearance) voidsetBackfaceVisibility(String backfaceVisibility) voidsetBackgroundBlendMode(String backgroundBlendMode) voidsetBackgroundColor(String color) voidsetBackgroundComposite(String backgroundComposite) voidsetBackgroundImage(String backgroundImage) voidsetBackgroundOrigin(String backgroundOrigin) voidsetBackgroundPositionX(String backgroundPositionX) voidsetBackgroundRepeat(String backgroundRepeat) voidvoidsetBorderBottomLeftRadius(String borderBottomLeftRadius) voidsetBorderBottomRightRadius(String borderBottomRightRadius) voidsetBorderBottomWidth(String borderBottomWidth) voidsetBorderCollapse(String borderCollapse) voidsetBorderColor(String borderColor) voidsetBorderCornerShape(String borderCornerShape) voidsetBorderImageSource(String borderImageSource) voidsetBorderImageWidth(String borderImageWidth) voidsetBorderLeft(String borderLeft) voidsetBorderLeftColor(String borderLeftColor) voidsetBorderLeftStyle(String borderLeftStyle) voidsetBorderLeftWidth(String borderLeftWidth) voidsetBorderRadius(String borderRadius) voidsetBorderRight(String borderRight) voidsetBorderRightColor(String borderRightColor) voidsetBorderRightStyle(String borderRightStyle) voidsetBorderRightWidth(String borderRightWidth) voidsetBorderSpacing(String borderSpacing) voidsetBorderStyle(String borderStyle) voidsetBorderTop(String borderTop) voidsetBorderTopColor(String borderTopColor) voidsetBorderTopLeftRadius(String borderTopLeftRadius) voidsetBorderTopRightRadius(String borderTopRightRadius) voidsetBorderTopStyle(String borderTopStyle) voidsetBorderTopWidth(String borderTopWidth) voidsetBorderWidth(String borderWidth) voidvoidsetBoxDecorationBreak(String boxDecorationBreak) voidsetBoxFlex(int boxFlex) voidsetBoxFlexGroup(int boxFlexGroup) voidsetBoxLineProgression(String boxLineProgression) voidsetBoxLines(String boxLines) voidsetBoxOrdinalGroup(String boxOrdinalGroup) voidsetBreakAfter(String breakAfter) voidsetBreakBefore(String breakBefore) voidsetBreakInside(String breakInside) voidvoidsetClipRule(String clipRule) voidvoidsetColumnCount(int columnCount) voidsetColumnFill(String columnFill) voidsetColumnGap(String columnGap) voidsetColumnRule(String columnRule) voidsetColumnRuleColor(String columnRuleColor) voidsetColumnRuleWidth(String columnRuleWidth) voidsetColumns(String columns) voidsetColumnSpan(String columnSpan) voidsetColumnWidth(String columnWidth) voidsetCounterIncrement(String counterIncrement) voidsetCounterReset(String counterReset) voidsetCssFloat(String cssFloat) voidvoidsetCueAfter(String cueAfter) voidsetDirection(String direction) voidsetDisplay(String display) voidvoidsetFillOpacity(double fillOpacity) voidsetFillRule(String fillRule) voidvoidsetFlex(int flex) voidsetFlexBasis(String flexBasis) voidsetFlexDirection(String flexDirection) voidsetFlexFlow(String flexFlow) voidsetFlexGrow(int flexGrow) voidsetFlexItemAlign(String flexItemAlign) voidsetFlexOrder(String flexOrder) voidsetFlexShrink(int flexShrink) voidsetFlowFrom(String flowFrom) voidvoidsetFontFamily(String fontFamily) voidsetFontKerning(String fontKerning) voidsetFontSize(String fontSize) voidsetFontSizeAdjust(String fontSizeAdjust) voidsetFontStretch(String fontStretch) voidsetFontStyle(String fontStyle) voidsetFontSynthesis(String fontSynthesis) voidsetFontVariant(String fontVariant) voidsetFontVariantAlternates(String fontVariantAlternates) voidsetFontWeight(double fontWeight) voidsetFontWeight(String fontWeight) voidsetGridArea(String gridArea) voidsetGridColumn(String gridColumn) voidsetGridColumnEnd(String gridColumnEnd) voidsetGridColumnStart(String gridColumnStart) voidsetGridRow(String gridRow) voidsetGridRowEnd(String gridRowEnd) voidsetGridRowPosition(String gridRowPosition) voidsetGridRowSpan(String gridRowSpan) voidsetGridTemplateAreas(String gridTemplateAreas) voidsetGridTemplateColumns(String gridTemplateColumns) voidsetGridTemplateRows(String gridTemplateRows) voidvoidsetHyphenateLimitChars(String hyphenateLimitChars) voidsetHyphenateLimitLines(String hyphenateLimitLines) voidsetHyphenateLimitZone(String hyphenateLimitZone) voidsetHyphens(String hyphens) voidsetImeMode(String imeMode) voidsetLayoutGrid(String layoutGrid) voidsetLayoutGridChar(String layoutGridChar) voidsetLayoutGridLine(String layoutGridLine) voidsetLayoutGridMode(String layoutGridMode) voidsetLayoutGridType(String layoutGridType) voidvoidsetLetterSpacing(String letterSpacing) voidsetLineClamp(double lineClamp) voidsetLineHeight(String lineHeight) voidsetListStyle(String listStyle) voidsetListStyleImage(String listStyleImage) voidsetListStylePosition(String listStylePosition) voidsetListStyleType(String listStyleType) voidvoidsetMarginBottom(String marginBottom) voidsetMarginLeft(String marginLeft) voidsetMarginRight(String marginRight) voidsetMarginTop(String marginTop) voidvoidsetMaskBorder(String maskBorder) voidsetMaskBorderRepeat(String maskBorderRepeat) voidsetMaskBorderSlice(String maskBorderSlice) voidsetMaskBorderSource(String maskBorderSource) voidsetMaskBorderWidth(String maskBorderWidth) voidsetMaskClip(String maskClip) voidsetMaskOrigin(String maskOrigin) voidsetMaxFontSize(String maxFontSize) voidsetMaxHeight(String maxHeight) voidsetMaxWidth(String maxWidth) voidsetMinHeight(String minHeight) voidsetMinWidth(String minWidth) voidsetOpacity(double opacity) voidsetOrder(int order) voidsetOrphans(int orphans) voidsetOutline(String outline) voidsetOutlineColor(String outlineColor) voidsetOutlineOffset(String outlineOffset) voidsetOverflow(String overflow) voidsetOverflowStyle(String overflowStyle) voidsetOverflowX(String overflowX) voidsetPadding(String padding) voidsetPaddingBottom(String paddingBottom) voidsetPaddingLeft(String paddingLeft) voidsetPaddingRight(String paddingRight) voidsetPaddingTop(String paddingTop) voidsetPageBreakAfter(String pageBreakAfter) voidsetPageBreakBefore(String pageBreakBefore) voidsetPageBreakInside(String pageBreakInside) voidvoidsetPauseAfter(String pauseAfter) voidsetPauseBefore(String pauseBefore) voidsetPerspective(String perspective) voidsetPerspectiveOrigin(String perspectiveOrigin) voidsetPointerEvents(String pointerEvents) voidsetPosition(String position) voidvoidsetRegionFragment(String regionFragment) voidsetRestAfter(String restAfter) voidsetRestBefore(String restBefore) voidvoidsetRubyAlign(String rubyAlign) voidsetRubyPosition(String rubyPosition) voidsetShapeImageThreshold(String shapeImageThreshold) voidsetShapeInside(String shapeInside) voidsetShapeMargin(String shapeMargin) voidsetShapeOutside(String shapeOutside) voidvoidsetSpeakAs(String speakAs) voidsetStrokeOpacity(double strokeOpacity) voidsetStrokeWidth(double strokeWidth) voidsetTableLayout(String tableLayout) voidsetTabSize(String tabSize) voidsetTextAlign(String textAlign) voidsetTextAlignLast(String textAlignLast) voidsetTextDecoration(String textDecoration) voidsetTextDecorationColor(String textDecorationColor) voidsetTextDecorationLine(String textDecorationLine) voidsetTextDecorationLineThrough(String textDecorationLineThrough) voidsetTextDecorationNone(String textDecorationNone) voidsetTextDecorationOverline(String textDecorationOverline) voidsetTextDecorationSkip(String textDecorationSkip) voidsetTextDecorationStyle(String textDecorationStyle) voidsetTextDecorationUnderline(String textDecorationUnderline) voidsetTextEmphasis(String textEmphasis) voidsetTextEmphasisColor(String textEmphasisColor) voidsetTextEmphasisStyle(String textEmphasisStyle) voidsetTextHeight(String textHeight) voidsetTextIndent(String textIndent) voidsetTextJustifyTrim(String textJustifyTrim) voidsetTextKashidaSpace(String textKashidaSpace) voidsetTextLineThroughWidth(String textLineThroughWidth) voidsetTextOverflow(String textOverflow) voidsetTextOverline(String textOverline) voidsetTextOverlineColor(String textOverlineColor) voidsetTextOverlineMode(String textOverlineMode) voidsetTextOverlineStyle(String textOverlineStyle) voidsetTextOverlineWidth(String textOverlineWidth) voidsetTextRendering(String textRendering) voidsetTextShadow(String textShadow) voidsetTextTransform(String textTransform) voidvoidsetTouchAction(String touchAction) voidsetTransform(String transform) voidsetTransformOrigin(String transformOrigin) voidsetTransformOriginZ(String transformOriginZ) voidsetTransformStyle(String transformStyle) voidsetTransition(String transition) voidsetTransitionDelay(String transitionDelay) voidsetTransitionDuration(String transitionDuration) voidsetTransitionProperty(String transitionProperty) voidsetTransitionTimingFunction(String transitionTimingFunction) voidsetUnicodeBidi(String unicodeBidi) voidsetUnicodeRange(String unicodeRange) voidsetUserFocus(String userFocus) voidsetUserInput(String userInput) voidsetVerticalAlign(String verticalAlign) voidsetVisibility(String visibility) voidsetVoiceBalance(String voiceBalance) voidsetVoiceDuration(String voiceDuration) voidsetVoiceFamily(String voiceFamily) voidsetVoicePitch(String voicePitch) voidsetVoiceRange(String voiceRange) voidsetVoiceRate(String voiceRate) voidsetVoiceStress(String voiceStress) voidsetVoiceVolume(String voiceVolume) voidsetWebKitMask(String mask) voidsetWebKitMaskSize(String mask) voidsetWhiteSpace(String whiteSpace) voidsetWidows(int widows) voidvoidsetWordBreak(String wordBreak) voidsetWordSpacing(String wordSpacing) voidsetWordWrap(String wordWrap) voidsetWrapFlow(String wrapFlow) voidsetWrapMargin(String wrapMargin) voidsetWritingMode(String writingMode) voidsetZIndex(double zIndex) voidsetZoom(double zoom) final CssPropsshapeImageThreshold(String shapeImageThreshold) Defines the alpha channel threshold used to extract a shape from an image.final CssPropsshapeInside(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 CssPropsshapeMargin(String shapeMargin) Adds a margin to a shape-outside.final CssPropsshapeOutside(String shapeOutside) Declares a shape around which text should be wrapped, with possible modifications from the shape-margin property.final CssPropsThe speak property determines whether or not a speech synthesizer will read aloud the contents of an element.final CssPropsThe 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 CssPropsstrokeOpacity(double strokeOpacity) final CssPropsstrokeWidth(double strokeWidth) final CssPropstableLayout(String tableLayout) The 'table-layout' property controls the algorithm used to lay out the table cells, rows, and columns.final CssPropsThe tab-size CSS property is used to customise the width of a tab (U+0009) character.final CssPropsThe text-align CSS property describes how inline content like text is aligned in its parent block element.final CssPropstextAlignLast(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 CssPropstextDecoration(String textDecoration) The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.final CssPropstextDecorationColor(String textDecorationColor) Sets the color of any text decoration, such as underlines, overlines, and strike throughs.final CssPropstextDecorationLine(String textDecorationLine) Sets what kind of line decorations are added to an element, such as underlines, overlines, etc.final CssPropstextDecorationLineThrough(String textDecorationLineThrough) final CssPropstextDecorationNone(String textDecorationNone) final CssPropstextDecorationOverline(String textDecorationOverline) final CssPropstextDecorationSkip(String textDecorationSkip) Specifies what parts of an element's content are skipped over when applying any text decoration.final CssPropstextDecorationStyle(String textDecorationStyle) This property specifies the style of the text decoration line drawn on the specified element.final CssPropstextDecorationUnderline(String textDecorationUnderline) final CssPropstextEmphasis(String textEmphasis) The text-emphasis property will apply special emphasis marks to the elements text.final CssPropstextEmphasisColor(String textEmphasisColor) The text-emphasis-color property specifies the foreground color of the emphasis marks.final CssPropstextEmphasisStyle(String textEmphasisStyle) The text-emphasis-style property applies special emphasis marks to an element's text.final CssPropstextHeight(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 CssPropstextIndent(String textIndent) Specifies the amount of space horizontally that should be left on the first line of the text of an element.final CssPropstextJustifyTrim(String textJustifyTrim) final CssPropstextKashidaSpace(String textKashidaSpace) final CssPropstextLineThroughWidth(String textLineThroughWidth) Specifies the line width for the line-through text decoration.final CssPropstextOverflow(String textOverflow) The text-overflow shorthand CSS property determines how overflowed content that is not displayed is signaled to the users.final CssPropstextOverline(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 CssPropstextOverlineColor(String textOverlineColor) Specifies the line color for the overline text decoration.final CssPropstextOverlineMode(String textOverlineMode) Sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not.final CssPropstextOverlineStyle(String textOverlineStyle) Specifies the line style for overline text decoration.final CssPropstextOverlineWidth(String textOverlineWidth) Specifies the line width for the overline text decoration.final CssPropstextRendering(String textRendering) The text-rendering CSS property provides information to the browser about how to optimize when rendering text.final CssPropstextShadow(String textShadow) The CSS text-shadow property applies one or more drop shadows to the text and text-decorations of an element.final CssPropstextTransform(String textTransform) This property transforms text for styling purposes.final CssPropsThis 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 CssPropstouchAction(String touchAction) Determines whether touch input may trigger default behavior supplied by the user agent, such as panning or zooming.final CssPropsCSS transforms allow elements styled with CSS to be transformed in two-dimensional or three-dimensional space.final CssPropstransformOrigin(String transformOrigin) This property defines the origin of the transformation axes relative to the element to which the transformation is applied.final CssPropstransformOriginZ(String transformOriginZ) This property allows you to define the relative position of the origin of the transformation grid along the z-axis.final CssPropstransformStyle(String transformStyle) This property specifies how nested elements are rendered in 3D space relative to their parent.final CssPropstransition(String transition) The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.final CssPropstransitionDelay(String transitionDelay) Defines when the transition will start.final CssPropstransitionDuration(String transitionDuration) The 'transition-duration' property specifies the length of time a transition animation takes to complete.final CssPropstransitionProperty(String transitionProperty) The 'transition-property' property specifies the name of the CSS property to which the transition is applied.final CssPropstransitionTimingFunction(String transitionTimingFunction) Sets the pace of action within a transitionfinal CssPropsunicodeBidi(String unicodeBidi) final CssPropsunicodeRange(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 CssPropsThis is for all the high level UX stuff.final CssPropsFor inputing user contentfinal CssPropsverticalAlign(String verticalAlign) The vertical-align property controls how inline elements or text are vertically aligned compared to the baseline.final CssPropsvisibility(String visibility) The visibility property specifies whether the boxes generated by an element are rendered.final CssPropsvoiceBalance(String voiceBalance) The voice-balance property sets the apparent position (in stereo sound) of the synthesized voice for spoken media.final CssPropsvoiceDuration(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 CssPropsvoiceFamily(String voiceFamily) The voice-family property sets the speaker's voice used by a speech media agent to read an element.final CssPropsvoicePitch(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 CssPropsvoiceRange(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 CssPropsThe voice-rate property sets the speed at which the voice synthesized by a speech media agent will read content.final CssPropsvoiceStress(String voiceStress) The voice-stress property sets the level of vocal emphasis to be used for synthesized speech reading the element.final CssPropsvoiceVolume(String voiceVolume) The voice-volume property sets the volume for spoken content in speech media.final CssPropswebkitMask(String mask) final CssPropswebkitMaskSize(String mask) final CssPropswhiteSpace(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 CssPropswidows(int widows) final CssPropsSpecifies the width of the content area of an element.final CssPropsThe 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 CssPropswordSpacing(String wordSpacing) The word-spacing CSS property specifies the spacing behavior between "words".final CssPropsAn alias of css/properties/overflow-wrap, word-wrap defines whether to break words when the content exceeds the boundaries of its container.final CssPropsSpecifies how exclusions affect inline content within block-level elements.final CssPropswrapMargin(String wrapMargin) Set the value that is used to offset the inner wrap shape from other shapes.final CssPropswritingMode(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 CssPropszIndex(double zIndex) final CssPropszoom(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
-