Logo
Explore Help
Sign In
smartyellow/docx-js
2
0
Fork 0
You've already forked docx-js
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
44ed2d69435a743f7614e9fc918ec058c6fd4800
docx-js/src/file/paragraph/math/n-ary/math-limit.ts

15 lines
381 B
TypeScript
Raw Normal View History

Add math limit component (#2510)
2024-01-03 08:13:13 +08:00
// http://www.datypic.com/sc/ooxml/e-m_lim-1.html
import { XmlComponent } from "@file/xml-components";
build(deps-dev): bump eslint from 8.57.1 to 9.13.0 (#2792) * build(deps-dev): bump eslint from 8.57.1 to 9.13.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.13.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade EsLint * Fix all new lint errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dolan Miu <dolan_miu@hotmail.com>
2024-10-21 03:57:15 +01:00
Add math limit component (#2510)
2024-01-03 08:13:13 +08:00
import { MathComponent } from "../math-component";
export class MathLimit extends XmlComponent {
public constructor(children: readonly MathComponent[]) {
super("m:lim");
for (const child of children) {
this.root.push(child);
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API