Files
docx-js/docs/_sidebar.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2022-07-06 15:26:17 +01:00
- [Getting Started](/)
- [Examples](https://github.com/dolanmiu/docx/tree/master/demo)
- API
- [Documentation](https://docx.js.org/api/)
- Usage
- [Document](usage/document.md)
- [Sections](usage/sections.md)
2022-07-06 15:26:17 +01:00
- [Paragraph](usage/paragraph.md)
- [Text](usage/text.md)
- [Image](usage/images.md)
- [Headers & Footers](usage/headers-and-footers.md)
- [Bullet Points](usage/bullet-points.md)
- [Hyperlinks](usage/hyperlinks.md)
- [Numbering](usage/numbering.md)
- [Tables](usage/tables.md)
2022-07-06 15:26:17 +01:00
- [Tab Stops](usage/tab-stops.md)
- [Table of Contents](usage/table-of-contents.md)
- [Page Numbers](usage/page-numbers.md)
- [Change Tracking](usage/change-tracking.md)
- [Math](usage/math.md)
- [Text Frames](usage/text-frames.md)
2022-07-06 15:26:17 +01:00
- Styling
_ [Styling with JS](usage/styling-with-js.md)
_ [Styling with XML](usage/styling-with-xml.md)
- Exporting
- [Packers](usage/packers.md)
- Utility
- [Convenience functions](usage/convenience-functions.md)
- [Contribution Guidelines](contribution-guidelines.md)