Uses of Class
com.microsoft.playwright.options.Margin
-
Packages that use Margin Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of Margin in com.microsoft.playwright
Fields in com.microsoft.playwright declared as Margin Modifier and Type Field Description MarginPage.PdfOptions. marginPaper margins, defaults to none.Methods in com.microsoft.playwright with parameters of type Margin Modifier and Type Method Description Page.PdfOptionsPage.PdfOptions. setMargin(Margin margin)Paper margins, defaults to none. -
Uses of Margin in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return Margin Modifier and Type Method Description MarginMargin. setBottom(String bottom)Bottom margin, accepts values labeled with units.MarginMargin. setLeft(String left)Left margin, accepts values labeled with units.MarginMargin. setRight(String right)Right margin, accepts values labeled with units.MarginMargin. setTop(String top)Top margin, accepts values labeled with units.
-