class Playwright::Page::PdfOptions::Margin

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(top = nil, right = nil, bottom = nil, left = nil) #

[View source]

Instance Method Detail

def bottom : String? #

[View source]
def bottom=(bottom : String?) #

[View source]
def left : String? #

[View source]
def left=(left : String?) #

[View source]
def right : String? #

[View source]
def right=(right : String?) #

[View source]
def top : String? #

[View source]
def top=(top : String?) #

[View source]