stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
37
node_modules/mathjax-full/js/output/chtml/Wrappers/mtable.d.ts
generated
vendored
Normal file
37
node_modules/mathjax-full/js/output/chtml/Wrappers/mtable.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js';
|
||||
import { CHTMLWrapperFactory } from '../WrapperFactory.js';
|
||||
import { CHTMLmtr } from './mtr.js';
|
||||
import { CHTMLmtd } from './mtd.js';
|
||||
import { MmlNode } from '../../../core/MmlTree/MmlNode.js';
|
||||
import { StyleList } from '../../../util/StyleList.js';
|
||||
declare const CHTMLmtable_base: import("../../common/Wrappers/mtable.js").MtableConstructor<CHTMLmtd<any, any, any>, CHTMLmtr<any, any, any>> & CHTMLConstructor<any, any, any>;
|
||||
export declare class CHTMLmtable<N, T, D> extends CHTMLmtable_base {
|
||||
static kind: string;
|
||||
static styles: StyleList;
|
||||
labels: N;
|
||||
itable: N;
|
||||
constructor(factory: CHTMLWrapperFactory<N, T, D>, node: MmlNode, parent?: CHTMLWrapper<N, T, D>);
|
||||
getAlignShift(): [string, number];
|
||||
toCHTML(parent: N): void;
|
||||
protected shiftColor(): void;
|
||||
protected padRows(): void;
|
||||
protected handleColumnSpacing(): void;
|
||||
protected handleColumnLines(): void;
|
||||
protected handleColumnWidths(): void;
|
||||
protected handleRowSpacing(): void;
|
||||
protected handleRowLines(): void;
|
||||
protected handleRowHeights(): void;
|
||||
protected handleEqualRows(): void;
|
||||
protected setRowHeight(row: CHTMLWrapper<N, T, D>, HD: number): void;
|
||||
protected setRowBaseline(row: CHTMLWrapper<N, T, D>, HD: number, D: number): void;
|
||||
protected setCellBaseline(cell: CHTMLWrapper<N, T, D>, ralign: string, HD: number, D: number): boolean;
|
||||
protected handleFrame(): void;
|
||||
protected handleWidth(): void;
|
||||
protected handleAlign(): void;
|
||||
protected handleJustify(): void;
|
||||
protected handleLabels(): void;
|
||||
protected addLabelPadding(side: string): [string, number];
|
||||
protected updateRowHeights(): void;
|
||||
protected addLabelSpacing(): void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue