TableProperties
Defined in: src/core/document-model/types.ts:636
§17.4.60 w:tblPr — a table’s properties: style ref, width/layout, chrome.
Properties
Section titled “Properties”alignment?
Section titled “alignment?”
readonlyoptionalalignment?:"right"|"left"|"center"
Defined in: src/core/document-model/types.ts:653
ECMA-376 §17.4.27 (w:jc) / xlsx <printOptions horizontalCentered>.
Centers or right-aligns a table narrower than the content width; absent ⇒ left.
borders?
Section titled “borders?”
readonlyoptionalborders?:CellBorders
Defined in: src/core/document-model/types.ts:648
defaultCellMargins?
Section titled “defaultCellMargins?”
readonlyoptionaldefaultCellMargins?:CellMargins
Defined in: src/core/document-model/types.ts:647
frozen?
Section titled “frozen?”
readonlyoptionalfrozen?:object
Defined in: src/core/document-model/types.ts:659
A sticky-pane hint from a frozen worksheet view (E-SHEET SE3): the first
rows rows / cols columns stay pinned while the rest scrolls. Consumed
only by the HTML writer (an interactive target); PDF/SVG ignore it.
readonlycols:number
readonlyrows:number
layout?
Section titled “layout?”
readonlyoptionallayout?:"auto"|"fixed"
Defined in: src/core/document-model/types.ts:646
readonlyoptionallook?:TableLook
Defined in: src/core/document-model/types.ts:642
styleId?
Section titled “styleId?”
readonlyoptionalstyleId?:string
Defined in: src/core/document-model/types.ts:641
§17.7.6 — raw reference to a table style (resolved by the reader’s
resolveTableStyles transform; round-trip material afterwards).
widthFraction?
Section titled “widthFraction?”
readonlyoptionalwidthFraction?:number
Defined in: src/core/document-model/types.ts:644
widthPt?
Section titled “widthPt?”
readonlyoptionalwidthPt?:Pt
Defined in: src/core/document-model/types.ts:643
widthType?
Section titled “widthType?”
readonlyoptionalwidthType?:"auto"|"dxa"|"pct"|"nil"
Defined in: src/core/document-model/types.ts:645