From 8df78e45d9072a100a6c23c863abd0266f9c55dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mendon=C3=A7a?= Date: Fri, 9 Nov 2018 09:26:27 -0200 Subject: [PATCH] Update in examples documentation. --- docs/examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 05dbfb2de5..5964aecafe 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -158,7 +158,8 @@ _Source: https://github.com/dolanmiu/docx/blob/master/demo/demo15.ts_ ## Sections -Example of how sections work. Sections allow multiple headers and footers, and `landscape`/`portrait` inside the same document +Example of how sections work. Sections allow multiple headers and footers, and `landscape`/`portrait` inside the same document. +Also you can have different page number formats and starts for different sections. [Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo16.ts ":include")