-
- All Implemented Interfaces:
public final class MediaMargin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMediaMargin.Companion
-
Constructor Summary
Constructors Constructor Description MediaMargin(Integer margin)MediaMargin(Integer left, Integer right, Integer top, Integer bottom)
-
Method Summary
Modifier and Type Method Description final IntegergetLeft()final UnitsetLeft(Integer left)final IntegergetRight()final UnitsetRight(Integer right)final IntegergetTop()final UnitsetTop(Integer top)final IntegergetBottom()final UnitsetBottom(Integer bottom)final Collection<IppAttribute<Integer>>buildIppAttributes()StringtoString()-
-
Method Detail
-
buildIppAttributes
final Collection<IppAttribute<Integer>> buildIppAttributes()
-
-
-
-