Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
f1f7263f60
commit
40c2ecc065
@@ -13,6 +13,7 @@ import {
|
||||
BorderStyle,
|
||||
Footer,
|
||||
LevelFormat,
|
||||
PageNumber,
|
||||
} from "docx";
|
||||
import pkg from "file-saver";
|
||||
const { saveAs } = pkg;
|
||||
@@ -33,6 +34,9 @@ export interface PleadingInput {
|
||||
bodyHtml?: string; // rich HTML body
|
||||
body?: string; // legacy plain text fallback
|
||||
footnotes?: PleadingFootnote[];
|
||||
footerLeft?: string;
|
||||
footerCenter?: string;
|
||||
footerRight?: string; // user text prepended to "Page X of Y"
|
||||
}
|
||||
|
||||
const FONT = "Bookman Old Style";
|
||||
|
||||
Reference in New Issue
Block a user