From 63a965beabc8c578e397ddb206411bf6b93890f6 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 20 Sep 2018 14:00:49 -0300 Subject: [PATCH] Added charSpacing --- docs/usage/styling-with-js.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/styling-with-js.md b/docs/usage/styling-with-js.md index 3e482bca14..4f362192af 100644 --- a/docs/usage/styling-with-js.md +++ b/docs/usage/styling-with-js.md @@ -20,6 +20,7 @@ const name = new TextRun("Name:") * `.size(halfPts)`: Set the font size, measured in half-points * `.font(name)`: Set the run's font * `.style(name)`: Apply a named run style + * `.characterSpacing(value)`: Set the character spacing adjustment (in TWIPs) * For paragraph formatting: * `.heading1()`, `.heading2()`, `.heading3()`, `.heading4()`, `.heading5()`, `.title()`: apply the appropriate style to the paragraph * `.left()`, `.center()`, `.right()`, `.justified()`: set the paragraph's alignment