public static class PrimitivePropertyBuilders.TextDecoration extends AbstractPropertyBuilder
| Constructor and Description |
|---|
PrimitivePropertyBuilders.TextDecoration() |
| Modifier and Type | Method and Description |
|---|---|
List |
buildDeclarations(CSSName cssName,
List values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
buildDeclarations, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkStringType, checkValidity, checkValueCount, checkValueCount, copyOf, isLengthpublic PrimitivePropertyBuilders.TextDecoration()
public List buildDeclarations(CSSName cssName, List values, int origin, boolean important, boolean inheritAllowed)
PropertyBuilderPropertyDeclaration objects for the CSS
property cssName. values must contain
CSSPrimitiveValue objects.Copyright © 2011-2013. All Rights Reserved.