Class OneToFourPropertyBuilders.Margin
- java.lang.Object
-
- com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
-
- com.openhtmltopdf.css.parser.property.OneToFourPropertyBuilders.OneToFourPropertyBuilder
-
- com.openhtmltopdf.css.parser.property.OneToFourPropertyBuilders.Margin
-
- All Implemented Interfaces:
PropertyBuilder
- Enclosing class:
- OneToFourPropertyBuilders
public static class OneToFourPropertyBuilders.Margin extends OneToFourPropertyBuilders.OneToFourPropertyBuilder
-
-
Constructor Summary
Constructors Constructor Description Margin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CSSName[]
getProperties()
protected PropertyBuilder
getPropertyBuilder()
-
Methods inherited from class com.openhtmltopdf.css.parser.property.OneToFourPropertyBuilders.OneToFourPropertyBuilder
buildDeclarations
-
Methods inherited from class com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
buildDeclarations, checkAngleType, checkForbidInherit, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkValidity, checkValueCount, checkValueCount, copyOf, isLength, isLengthHelper
-
-
-
-
Method Detail
-
getProperties
protected CSSName[] getProperties()
- Specified by:
getProperties
in classOneToFourPropertyBuilders.OneToFourPropertyBuilder
-
getPropertyBuilder
protected PropertyBuilder getPropertyBuilder()
- Specified by:
getPropertyBuilder
in classOneToFourPropertyBuilders.OneToFourPropertyBuilder
-
-