import * as Custom from "./custom-elements.js"; export const abstractDoc = ` `; export const section = ` ${Custom.textParagraphElement} ${Custom.imageParagraphElement} `; export const page = ` Define header and footer. `; const sectionElementBody = ` ${Custom.textParagraphElement} ${Custom.imageParagraphElement} `; export const sectionElement = ` ${sectionElementBody} `; export const headerFooter = ` ${sectionElementBody} `; export const group = ` ${Custom.textParagraphElement} ${Custom.imageParagraphElement} `; export const table = ` ${Custom.textRowElement} ${Custom.imageRowElement} Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ ColumnWidths of table. Seperated by ,. Eg. "100,399,200". Need atleast one columnWidth. Use "inf" to automatically adjust width: "100,Inf" `; export const headerRows = ` ${Custom.textRowElement} ${Custom.imageRowElement} `; export const tableRow = ` ${Custom.textCellElement} ${Custom.imageCellElement} `; export const tableCell = ` ${Custom.textParagraphElement} ${Custom.imageParagraphElement} Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const markdown = ` `; export const paragraph = ` Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const hyperLink = ` Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const tocSeparator = ` `; export const linkTarget = ` `; export const textRun = ` Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const textField = ` Refrence to a TextStyle that is defined in \\ \\ \\ \\ \\ `; export const image = ` `; export const pageBreak = ``;