Package org.openqa.selenium.print
Class PageMargin
- java.lang.Object
-
- org.openqa.selenium.print.PageMargin
-
public class PageMargin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PageMargin()PageMargin(double top, double bottom, double left, double right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottom()doublegetLeft()doublegetRight()doublegetTop()
-