Skip to main content
Module

x/lume/deps/sheetjs.ts>MarginInfo

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface MarginInfo
import { type MarginInfo } from "https://deno.land/x/lume@v2.1.3/deps/sheetjs.ts";

Page Margins -- see Excel Page Setup .. Margins diagram for explanation

Properties

optional
left: number

Left side margin (inches)

optional
right: number

Right side margin (inches)

optional
top: number

Top side margin (inches)

optional
bottom: number

Bottom side margin (inches)

optional
header: number

Header top margin (inches)