Print a OfficerCustomLayout object.
# S3 method for class 'OfficerCustomLayout'
print(x, ...)Invisibly returns x.
lay_new lay_show phl_layout
lay <- lay_new(matrix(1:4,nc = 2),widths = c(3, 2),heights = c(2, 1))
lay2 <- lay_new(matrix(1:3))
cl <- lay_bind_col(lay,lay2, widths=c(3,1))
ofl <- phl_layout(cl, innerMargins = rep(0.1,4))
print(ofl)
#> OfficerCustomLayout object:
#> Elements: 7
#> slideWidth: 10
#> slideHeight: 7.5
#> margins: 0.25, 0.25, 0.25, 0.25
#> innerMargins: 0.1, 0.1, 0.1, 0.1