From d762919e176f6e7835edfae0d3c9b316347cc7ce Mon Sep 17 00:00:00 2001 From: Nikita Khromov Date: Fri, 16 Aug 2024 18:48:43 +0700 Subject: [PATCH] [bu]/[plugins] Fixed description --- apiBuilder.js | 12 ++++++------ apiPlugins.js | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apiBuilder.js b/apiBuilder.js index 3eacf7d..99074f1 100644 --- a/apiBuilder.js +++ b/apiBuilder.js @@ -149,13 +149,13 @@ * @property {boolean} lockAspectRatio - Specifies if the aspect ratio of the picture form is locked or not. * @property {boolean} respectBorders - Specifies if the form border width is respected or not when scaling the image. * @property {percentage} shiftX - Horizontal picture position inside the picture form measured in percent: - * * 0 - the picture is placed on the left; - * * 50 - the picture is placed in the center; - * * 100 - the picture is placed on the right. + * 0 - the picture is placed on the left; + * 50 - the picture is placed in the center; + * 100 - the picture is placed on the right. * @property {percentage} shiftY - Vertical picture position inside the picture form measured in percent: - * * 0 - the picture is placed on top; - * * 50 - the picture is placed in the center; - * * 100 - the picture is placed on the bottom. + * 0 - the picture is placed on top; + * 50 - the picture is placed in the center; + * 100 - the picture is placed on the bottom. * @see office-js-api/Examples/Enumerations/PictureFormPrBase.js */ diff --git a/apiPlugins.js b/apiPlugins.js index c8acec3..d63ebf0 100644 --- a/apiPlugins.js +++ b/apiPlugins.js @@ -47,10 +47,10 @@ /** * @typedef {(0 | 1 | 2 | 3)} ContentControlLock * A value that defines if it is possible to delete and/or edit the content control or not: - * * **0** - only deleting - * * **1** - disable deleting or editing - * * **2** - only editing - * * **3** - full access + * **0** - only deleting + * **1** - disable deleting or editing + * **2** - only editing + * **3** - full access * @see office-js-api/Examples/Plugins/Forms/Enumeration/ContentControlLock.js */