diff --git a/Cell/Api/Methods/CreateSchemeColor.md b/Cell/Api/Methods/CreateSchemeColor.md index 3d7dc13a..e1988ad6 100644 --- a/Cell/Api/Methods/CreateSchemeColor.md +++ b/Cell/Api/Methods/CreateSchemeColor.md @@ -20,7 +20,7 @@ expression.CreateSchemeColor(sSchemeColorId); ## Example -This example reates a complex color scheme selecting from one of the available schemes. +This example creates a complex color scheme selecting from one of the available schemes. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/Api/Methods/Format.md b/Cell/Api/Methods/Format.md index faaf275a..cf8c4490 100644 --- a/Cell/Api/Methods/Format.md +++ b/Cell/Api/Methods/Format.md @@ -13,7 +13,7 @@ expression.Format(expression, format?); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | | expression | Required | String | Any valid expression. | -| format | Optional | String | A valid named or user-defined format expression. Dedault value is "null". | +| format | Optional | String | A valid named or user-defined format expression. Default value is "null". | ## Returns diff --git a/Cell/Api/Methods/GetFreezePanesType.md b/Cell/Api/Methods/GetFreezePanesType.md index 8dbf8963..8aea7dcb 100644 --- a/Cell/Api/Methods/GetFreezePanesType.md +++ b/Cell/Api/Methods/GetFreezePanesType.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example freezes first column and get pastes a freezed type into the table. +This example freezes first column and get pastes a frozen type into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/Api/Methods/SetFreezePanesType.md b/Cell/Api/Methods/SetFreezePanesType.md index 4a1a6367..f6e77ca6 100644 --- a/Cell/Api/Methods/SetFreezePanesType.md +++ b/Cell/Api/Methods/SetFreezePanesType.md @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This example freezes first column and get pastes a freezed range address into the table. +This example freezes first column and get pastes a frozen range address into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/Api/Properties/FreezePanes.md b/Cell/Api/Properties/FreezePanes.md index 20c9137c..5e354941 100644 --- a/Cell/Api/Properties/FreezePanes.md +++ b/Cell/Api/Properties/FreezePanes.md @@ -20,7 +20,7 @@ expression.FreezePanes; | expression.FreezePanes = FreezePaneType; ## Example -This example freezes first column and get pastes a freezed type into the table. +This example freezes first column and get pastes a frozen type into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiChart/Methods/SetHorAxisTickLabelPosition.md b/Cell/ApiChart/Methods/SetHorAxisTickLabelPosition.md index 2e02f87d..724234a2 100644 --- a/Cell/ApiChart/Methods/SetHorAxisTickLabelPosition.md +++ b/Cell/ApiChart/Methods/SetHorAxisTickLabelPosition.md @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This eets the possible values for the position of the chart tick labels in relation to the main horizontal label or the chart data values. +This example sets the possible values for the position of the chart tick labels in relation to the main horizontal label or the chart data values. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiChart/Methods/SetShowPointDataLabel.md b/Cell/ApiChart/Methods/SetShowPointDataLabel.md index 626e6cdc..622db86f 100644 --- a/Cell/ApiChart/Methods/SetShowPointDataLabel.md +++ b/Cell/ApiChart/Methods/SetShowPointDataLabel.md @@ -1,6 +1,6 @@ # SetShowPointDataLabel -Spicifies the show options for the chart data labels. +Specifies the show options for the chart data labels. ## Syntax @@ -25,7 +25,7 @@ This method doesn't return any data. ## Example -This example spicifies the show options for the chart data labels. +This example specifies the show options for the chart data labels. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiComment/Methods/GetQuoteText.md b/Cell/ApiComment/Methods/GetQuoteText.md index 70edca2d..da1439e8 100644 --- a/Cell/ApiComment/Methods/GetQuoteText.md +++ b/Cell/ApiComment/Methods/GetQuoteText.md @@ -18,7 +18,7 @@ String | null (returns null if comment is added for document) ## Example -This example shoows how to get the quote text of the comment. +This example shows how to get the quote text of the comment. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiComment/Properties/QuoteText.md b/Cell/ApiComment/Properties/QuoteText.md index d4f00de9..eac810ef 100644 --- a/Cell/ApiComment/Properties/QuoteText.md +++ b/Cell/ApiComment/Properties/QuoteText.md @@ -14,7 +14,7 @@ String | null (returns null if comment is added for document) ## Example -This example shoows how to get the quote text of the comment. +This example shows how to get the quote text of the comment. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiFont/Properties/Italic.md b/Cell/ApiFont/Properties/Italic.md index cafc5eea..5e928f2c 100644 --- a/Cell/ApiFont/Properties/Italic.md +++ b/Cell/ApiFont/Properties/Italic.md @@ -31,4 +31,5 @@ var oCharacters = oRange.GetCharacters(9, 4); var oFont = oCharacters.GetFont(); oFont.Italic = true; builder.SaveFile("xlsx", "Italic.xlsx"); -builder.CloseFile(); \ No newline at end of file +builder.CloseFile(); +``` \ No newline at end of file diff --git a/Cell/ApiFont/Properties/Parent.md b/Cell/ApiFont/Properties/Parent.md index 0e7bfcc0..96cf01ea 100644 --- a/Cell/ApiFont/Properties/Parent.md +++ b/Cell/ApiFont/Properties/Parent.md @@ -26,4 +26,5 @@ var oFont = oCharacters.GetFont(); var oParent = oFont.Parent; oParent.SetText("string"); builder.SaveFile("xlsx", "Parent.xlsx"); -builder.CloseFile(); \ No newline at end of file +builder.CloseFile(); +``` \ No newline at end of file diff --git a/Cell/ApiFreezePanes/Methods/GetLocation.md b/Cell/ApiFreezePanes/Methods/GetLocation.md index 717038fd..42948263 100644 --- a/Cell/ApiFreezePanes/Methods/GetLocation.md +++ b/Cell/ApiFreezePanes/Methods/GetLocation.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example freezes first column and get pastes a freezed range address into the table. +This example freezes first column and get pastes a frozen range address into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiOleObject/Methods/SetApplicationId.md b/Cell/ApiOleObject/Methods/SetApplicationId.md index 3b98c836..5ed74479 100644 --- a/Cell/ApiOleObject/Methods/SetApplicationId.md +++ b/Cell/ApiOleObject/Methods/SetApplicationId.md @@ -12,7 +12,7 @@ expression.SetApplicationId(sAppId); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| sAppId | Required | String | The application ID associated with the curent OLE object. | +| sAppId | Required | String | The application ID associated with the current OLE object. | ## Returns diff --git a/Cell/ApiRange/Methods/GetCount.md b/Cell/ApiRange/Methods/GetCount.md index 01b6ce17..ae433caa 100644 --- a/Cell/ApiRange/Methods/GetCount.md +++ b/Cell/ApiRange/Methods/GetCount.md @@ -1,6 +1,6 @@ # GetCount -Returns the cells count in the currrent range. +Returns the cells count in the current range. ## Syntax diff --git a/Cell/ApiRange/Properties/AlignVertical.md b/Cell/ApiRange/Properties/AlignVertical.md index e8fc4201..160515a2 100644 --- a/Cell/ApiRange/Properties/AlignVertical.md +++ b/Cell/ApiRange/Properties/AlignVertical.md @@ -29,4 +29,5 @@ var oRange = oWorksheet.GetRange("A1:D5"); oWorksheet.GetRange("A2").SetValue("This is just a sample text distributed in the A2 cell."); oRange.AlignVertical = "distributed"; builder.SaveFile("xlsx", "AlignVertical.xlsx"); -builder.CloseFile(); \ No newline at end of file +builder.CloseFile(); +``` \ No newline at end of file diff --git a/Cell/ApiRange/Properties/Count.md b/Cell/ApiRange/Properties/Count.md index 5173465a..a39958fc 100644 --- a/Cell/ApiRange/Properties/Count.md +++ b/Cell/ApiRange/Properties/Count.md @@ -1,6 +1,6 @@ # Count -Returns the cells count in the currrent range. **Read-only** +Returns the cells count in the current range. **Read-only** ## Syntax diff --git a/Cell/ApiRange/Properties/FontColor.md b/Cell/ApiRange/Properties/FontColor.md index c476eb5c..361cd27b 100644 --- a/Cell/ApiRange/Properties/FontColor.md +++ b/Cell/ApiRange/Properties/FontColor.md @@ -16,7 +16,7 @@ expression.FontColor = oColor; ## Returns -This propertie doesn't return any data. +This property doesn't return any data. ## Example diff --git a/Cell/ApiRun/Methods/Copy.md b/Cell/ApiRun/Methods/Copy.md index 3d360c18..8f7b3512 100644 --- a/Cell/ApiRun/Methods/Copy.md +++ b/Cell/ApiRun/Methods/Copy.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example reates a copy of the run. +This example creates a copy of the run. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiShape/Methods/SetVerticalTextAlign.md b/Cell/ApiShape/Methods/SetVerticalTextAlign.md index 51849dba..416f1c44 100644 --- a/Cell/ApiShape/Methods/SetVerticalTextAlign.md +++ b/Cell/ApiShape/Methods/SetVerticalTextAlign.md @@ -16,7 +16,7 @@ expression.SetVerticalTextAlign(VerticalAlign); ## Returns -Boolean (returns false if shape or aligment doesn't exist) +Boolean (returns false if shape or alignment doesn't exist) ## Example diff --git a/Cell/ApiUniColor/Properties/empty.md b/Cell/ApiUniColor/Properties/empty.md deleted file mode 100644 index fd0305f9..00000000 --- a/Cell/ApiUniColor/Properties/empty.md +++ /dev/null @@ -1 +0,0 @@ -Empty md file \ No newline at end of file diff --git a/Cell/ApiWorksheet/Methods/AddWordArt.md b/Cell/ApiWorksheet/Methods/AddWordArt.md index 69661793..50773b5c 100644 --- a/Cell/ApiWorksheet/Methods/AddWordArt.md +++ b/Cell/ApiWorksheet/Methods/AddWordArt.md @@ -19,7 +19,7 @@ expression.AddWordArt(oTextPr?, sText?, sTransform?, oFill?, oStroke?, nRotAngle | oStroke | Optional | [ApiStroke](../../ApiStroke/ApiStroke.md) | The stroke used to create the Text Art object shadow. | | nRotAngle | Optional | Number | Rotation angle. Default value is "Api.CreateStroke(0, Api.CreateNoFill())". | | nWidth | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art width measured in English measure units. Default value is "1828800". | -| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art heigth measured in English measure units. Default value is "1828800". | +| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art height measured in English measure units. Default value is "1828800". | | nFromCol | Optional | Number | The column number where the beginning of the Text Art object will be placed. Default value is "0". | | nFromRow | Optional | Number | The row number where the beginning of the Text Art object will be placed. Default value is "0". | | nColOffset | Optional | [EMU](../../../Enumerations/Emu.md) | The offset from the nFromCol column to the left part of the Text Art object measured in English measure units. Default value is "0". | diff --git a/Cell/ApiWorksheet/Methods/GetFreezePanes.md b/Cell/ApiWorksheet/Methods/GetFreezePanes.md index 6d265af5..880e39fb 100644 --- a/Cell/ApiWorksheet/Methods/GetFreezePanes.md +++ b/Cell/ApiWorksheet/Methods/GetFreezePanes.md @@ -1,6 +1,6 @@ # GetFreezePanes -Returns a freezePanes for a current worsheet. +Returns a freezePanes for a current worksheet. ## Syntax @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example freezes first column and get pastes a freezed range address into the table. +This example freezes first column and get pastes a frozen range address into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiWorksheet/Properties/Active.md b/Cell/ApiWorksheet/Properties/Active.md index cc7f0d31..c48d4828 100644 --- a/Cell/ApiWorksheet/Properties/Active.md +++ b/Cell/ApiWorksheet/Properties/Active.md @@ -10,7 +10,7 @@ expression.Active = true; ## Returns -This propertie doesn't return any data. +This property doesn't return any data. ## Example diff --git a/Cell/ApiWorksheet/Properties/FreezePanes.md b/Cell/ApiWorksheet/Properties/FreezePanes.md index 8e56e596..59f7378d 100644 --- a/Cell/ApiWorksheet/Properties/FreezePanes.md +++ b/Cell/ApiWorksheet/Properties/FreezePanes.md @@ -1,6 +1,6 @@ # FreezePanes -Returns a freezePanes for a current worsheet. **Read-only** +Returns a freezePanes for a current worksheet. **Read-only** ## Syntax @@ -15,7 +15,7 @@ expression.FreezePanes; ## Example -This example freezes first column and get pastes a freezed range address into the table. +This example freezes first column and get pastes a frozen range address into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Cell/ApiWorksheet/Properties/PrintHeadings.md b/Cell/ApiWorksheet/Properties/PrintHeadings.md index eff2d19f..f7194215 100644 --- a/Cell/ApiWorksheet/Properties/PrintHeadings.md +++ b/Cell/ApiWorksheet/Properties/PrintHeadings.md @@ -12,7 +12,7 @@ expression.PrintHeadings; | expression.PrintHeadings = bPrint; | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bPrint | Required | boolean | Specifies whether the current sheet row/column headers must be printed or not. | +| bPrint | Required | Boolean | Specifies whether the current sheet row/column headers must be printed or not. | ## Returns diff --git a/Enumerations/Angle.md b/Enumerations/Angle.md index 7d96727b..ea641ce7 100644 --- a/Enumerations/Angle.md +++ b/Enumerations/Angle.md @@ -15,7 +15,7 @@ String ## Example -This example specifys that the range contents will be rotated upward. +This example specify that the range contents will be rotated upward. ```javascript oWorksheet.GetRange("A1").SetOrientation("xlUpward"); diff --git a/Enumerations/DrawingVertAlign.md b/Enumerations/DrawingVertAlign.md index 61abafc1..7e82569d 100644 --- a/Enumerations/DrawingVertAlign.md +++ b/Enumerations/DrawingVertAlign.md @@ -1,6 +1,6 @@ # DrawingVertAlign -The alingment type which will be used for the object vertical alignment. +The alignment type which will be used for the object vertical alignment. ## Type @@ -14,7 +14,7 @@ String ## Example -This example sets vertical aligment for a drawing object +This example sets vertical alignment for a drawing object ```javascript oDrawing.SetVerAlign("page", "top"); diff --git a/Enumerations/Emu.md b/Enumerations/Emu.md index b429164c..45614233 100644 --- a/Enumerations/Emu.md +++ b/Enumerations/Emu.md @@ -8,7 +8,7 @@ Number ## Example -This exampe sets the size of the drawing to be created as 100 mm (10 cm) in width and 100 mm (10 cm) in height. +This example sets the size of the drawing to be created as 100 mm (10 cm) in width and 100 mm (10 cm) in height. ```javascript oDrawing.SetSize(100 * 36000, 100 * 36000); diff --git a/Enumerations/FreezePaneType.md b/Enumerations/FreezePaneType.md index e7b48865..b4341630 100644 --- a/Enumerations/FreezePaneType.md +++ b/Enumerations/FreezePaneType.md @@ -9,13 +9,13 @@ String | null ## Properties - "row" - freeze top row | if current freeze type is row. -- "column" - freeze firs column | if current freeze type is column. +- "column" - freeze first column | if current freeze type is column. - "cell" - freeze panes by current cell | if current freeze type is cell. - null - unfreeze panes | if there is no frozen pane. ## Example -This example freezes first column and get pastes a freezed range address into the table. +This example freezes first column and get pastes a frozen range address into the table. ```javascript builder.CreateFile("xlsx"); diff --git a/Enumerations/LockType.md b/Enumerations/LockType.md index 4037ff20..bd358025 100644 --- a/Enumerations/LockType.md +++ b/Enumerations/LockType.md @@ -14,7 +14,7 @@ String ## Example -This example sets lock type "sdtContentLocked" for innline content control. +This example sets lock type "sdtContentLocked" for inline content control. ```javascript oInlineLvlSdt.SetLock("sdtContentLocked"); diff --git a/Enumerations/PlaceholderTypes.md b/Enumerations/PlaceholderTypes.md index b2fd13f3..9edd3066 100644 --- a/Enumerations/PlaceholderTypes.md +++ b/Enumerations/PlaceholderTypes.md @@ -27,7 +27,7 @@ String ## Example -This example creates placholder "picture". +This example creates placeholder "picture". ```javascript var oPlaceholder = Api.CreatePlaceholder("picture"); diff --git a/Enumerations/RelFromH.md b/Enumerations/RelFromH.md index 963324d0..6903d25f 100644 --- a/Enumerations/RelFromH.md +++ b/Enumerations/RelFromH.md @@ -17,7 +17,7 @@ String ## Example -This example sets horizontal aligment for a drawing object +This example sets horizontal alignment for a drawing object ```javascript oDrawing.SetHorAlign("page", "center"); diff --git a/Enumerations/RelFromV.md b/Enumerations/RelFromV.md index a5a7c16a..a59ac3c5 100644 --- a/Enumerations/RelFromV.md +++ b/Enumerations/RelFromV.md @@ -17,7 +17,7 @@ String ## Example -This example set vertical aligment for a drawing object. +This example set vertical alignment for a drawing object. ```javascript oDrawing.SetVerAlign("page", "center"); diff --git a/Enumerations/TableLayoutType.md b/Enumerations/TableLayoutType.md index ac8b1f23..ea9740dd 100644 --- a/Enumerations/TableLayoutType.md +++ b/Enumerations/TableLayoutType.md @@ -8,7 +8,7 @@ String ## Properties -- autofit" +- "autofit" - "fixed" ## Example diff --git a/Enumerations/TableStyleOverrideType.md b/Enumerations/TableStyleOverrideType.md index 6318f5cd..061cbc41 100644 --- a/Enumerations/TableStyleOverrideType.md +++ b/Enumerations/TableStyleOverrideType.md @@ -24,7 +24,7 @@ String ## Example -This example applys the created style (set shadow) to the top left cell of the table. +This example applies the created style (set shadow) to the top left cell of the table. ```javascript oTableStyle.GetConditionalTableStyle("topLeftCell").GetTableCellPr().SetShd("clear", 255, 0, 0); diff --git a/Enumerations/WrappingStyle.md b/Enumerations/WrappingStyle.md index d258be18..e3ca1103 100644 --- a/Enumerations/WrappingStyle.md +++ b/Enumerations/WrappingStyle.md @@ -18,7 +18,7 @@ String ## Example -This example sets wrapping style "squeare" for drawing object. +This example sets wrapping style "square" for drawing object. ```javascript oDrawing.SetWrappingStyle("square"); diff --git a/Enumerations/XlUnderlineStyle.md b/Enumerations/XlUnderlineStyle.md index 80279fd2..8e8fa663 100644 --- a/Enumerations/XlUnderlineStyle.md +++ b/Enumerations/XlUnderlineStyle.md @@ -16,7 +16,7 @@ String ## Example -This example specifys that the single underlining is applied to the font. +This example specify that the single underlining is applied to the font. ```javascript oFont.SetUnderline("xlUnderlineStyleSingle"); diff --git a/Slide/Api/Methods/CreateImage.md b/Slide/Api/Methods/CreateImage.md index 89e0c5d7..504d785a 100644 --- a/Slide/Api/Methods/CreateImage.md +++ b/Slide/Api/Methods/CreateImage.md @@ -22,7 +22,7 @@ expression.CreateImage(sImageSrc, nWidth, nHeight); ## Example -This example creastes an image and pastes it into the document. +This example creates an image and pastes it into the document. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/Api/Methods/CreatePatternFill.md b/Slide/Api/Methods/CreatePatternFill.md index faa45965..997b0af2 100644 --- a/Slide/Api/Methods/CreatePatternFill.md +++ b/Slide/Api/Methods/CreatePatternFill.md @@ -23,7 +23,7 @@ The pattern type used for the fill selected from one of the available pattern ty ## Example -This example creates a pattern fill and applys it to the object using the selected pattern as the object background. +This example creates a pattern fill and applies it to the object using the selected pattern as the object background. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/Api/Methods/CreateWordArt.md b/Slide/Api/Methods/CreateWordArt.md index 4f71ae71..c38178b7 100644 --- a/Slide/Api/Methods/CreateWordArt.md +++ b/Slide/Api/Methods/CreateWordArt.md @@ -19,7 +19,7 @@ expression.CreateWordArt(oTextPr?, sText?, sTransform?, oFill?, oStroke?, nRotAn | oStroke | Optional | [ApiStroke](../../ApiStroke/ApiStroke.md) | The stroke used to create the Text Art object shadow. Default value is "Api.CreateStroke(0, Api.CreateNoFill())". | | nRotAngle | Optional | Number | Rotation angle. Default value is "0". | | nWidth | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art width measured in English measure units. Default value is "1828800". | -| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art heigth measured in English measure units. Default value is "1828800". | +| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art height measured in English measure units. Default value is "1828800". | | nIndLeft | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art left side indentation value measured in English measure units. Default value is "ApiPresentation.GetWidth() / 2". | | nIndTop | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art top side indentation value measured in English measure units. Default value is "ApiPresentation.GetHeight() / 2". | diff --git a/Slide/ApiChart/Methods/ApplyChartStyle.md b/Slide/ApiChart/Methods/ApplyChartStyle.md index 498e22cb..0e217ac7 100644 --- a/Slide/ApiChart/Methods/ApplyChartStyle.md +++ b/Slide/ApiChart/Methods/ApplyChartStyle.md @@ -20,7 +20,7 @@ Boolean ## Example -This example shows how to apply a styhe for chart. +This example shows how to apply a style for chart. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiChart/Methods/SetHorAxisTickLabelPosition.md b/Slide/ApiChart/Methods/SetHorAxisTickLabelPosition.md index 89763f69..a5677831 100644 --- a/Slide/ApiChart/Methods/SetHorAxisTickLabelPosition.md +++ b/Slide/ApiChart/Methods/SetHorAxisTickLabelPosition.md @@ -1,6 +1,6 @@ # SetHorAxisTickLabelPosition -Spicifies tick label position for the horizontal axis. +Specifies tick label position for the horizontal axis. ## Syntax @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This example spicifies tick label position for the horizontal axis. +This example specifies tick label position for the horizontal axis. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiChart/Methods/SetShowPointDataLabel.md b/Slide/ApiChart/Methods/SetShowPointDataLabel.md index 3e94f6d4..673bbe5e 100644 --- a/Slide/ApiChart/Methods/SetShowPointDataLabel.md +++ b/Slide/ApiChart/Methods/SetShowPointDataLabel.md @@ -1,6 +1,6 @@ # SetShowPointDataLabel -Spicifies the show options for the chart data labels. +Specifies the show options for the chart data labels. ## Syntax @@ -25,7 +25,7 @@ This method doesn't return any data. ## Example -This example spicifies the show options for the chart data labels. +This example specifies the show options for the chart data labels. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiChart/Methods/SetVertAxisTickLabelPosition.md b/Slide/ApiChart/Methods/SetVertAxisTickLabelPosition.md index f8a6cd01..e299dfca 100644 --- a/Slide/ApiChart/Methods/SetVertAxisTickLabelPosition.md +++ b/Slide/ApiChart/Methods/SetVertAxisTickLabelPosition.md @@ -1,6 +1,6 @@ # SetVertAxisTickLabelPosition -Spicifies tick label position for the vertical axis. +Specifies tick label position for the vertical axis. ## Syntax @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This example spicifies tick label position for the vertical axis. +This example specifies tick label position for the vertical axis. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiDrawing/Methods/GetParentLayout.md b/Slide/ApiDrawing/Methods/GetParentLayout.md index f49c6bab..fc42e75a 100644 --- a/Slide/ApiDrawing/Methods/GetParentLayout.md +++ b/Slide/ApiDrawing/Methods/GetParentLayout.md @@ -14,7 +14,7 @@ This method doesn't have any parameters. ## Returns -[ApiLayout](../../ApiLayout/ApiLayout.md) | null (return null if parent ins't a slide layout) +[ApiLayout](../../ApiLayout/ApiLayout.md) | null (return null if parent isn't a slide layout) ## Example diff --git a/Slide/ApiDrawing/Methods/GetParentMaster.md b/Slide/ApiDrawing/Methods/GetParentMaster.md index 5ab5a2b4..e93b88c5 100644 --- a/Slide/ApiDrawing/Methods/GetParentMaster.md +++ b/Slide/ApiDrawing/Methods/GetParentMaster.md @@ -14,7 +14,7 @@ This method doesn't have any parameters. ## Returns -[ApiMaster](../../ApiMaster/ApiMaster.md) | null (return null if parent ins't a slide master) +[ApiMaster](../../ApiMaster/ApiMaster.md) | null (return null if parent isn't a slide master) ## Example diff --git a/Slide/ApiDrawing/Methods/GetParentSlide.md b/Slide/ApiDrawing/Methods/GetParentSlide.md index 00f4ab02..d6dc4f15 100644 --- a/Slide/ApiDrawing/Methods/GetParentSlide.md +++ b/Slide/ApiDrawing/Methods/GetParentSlide.md @@ -14,7 +14,7 @@ This method doesn't have any parameters. ## Returns -[ApiSlide](../../ApiSlide/ApiSlide.md) | null (return null if parent ins't a slide) +[ApiSlide](../../ApiSlide/ApiSlide.md) | null (return null if parent isn't a slide) ## Example diff --git a/Slide/ApiLayout/Methods/ClearBackground.md b/Slide/ApiLayout/Methods/ClearBackground.md index 9709e54f..b4f0bda2 100644 --- a/Slide/ApiLayout/Methods/ClearBackground.md +++ b/Slide/ApiLayout/Methods/ClearBackground.md @@ -18,7 +18,7 @@ Boolean (return false if slide layout doesn't exist) ## Example -This example clears backgound for a slide. +This example clears background for a slide. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiLayout/Methods/Copy.md b/Slide/ApiLayout/Methods/Copy.md index 4f3c7d46..f7877286 100644 --- a/Slide/ApiLayout/Methods/Copy.md +++ b/Slide/ApiLayout/Methods/Copy.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example creastes a copy of slide layout and apply it for other slide. +This example creates a copy of slide layout and apply it for other slide. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiPresentation/Methods/ApplyTheme.md b/Slide/ApiPresentation/Methods/ApplyTheme.md index 82e2242d..4a256a2d 100644 --- a/Slide/ApiPresentation/Methods/ApplyTheme.md +++ b/Slide/ApiPresentation/Methods/ApplyTheme.md @@ -16,7 +16,7 @@ expression.ApplyTheme(oApiTheme); ## Returns -Boolean (returns false if param isn't theme or presentation doesn't exist) +Boolean (returns false if parameter isn't theme or presentation doesn't exist) ## Example diff --git a/Slide/ApiPresentation/Methods/SetLanguage.md b/Slide/ApiPresentation/Methods/SetLanguage.md index 1dfaac0b..561e2d71 100644 --- a/Slide/ApiPresentation/Methods/SetLanguage.md +++ b/Slide/ApiPresentation/Methods/SetLanguage.md @@ -20,7 +20,7 @@ Boolean ## Example -This example sets pecifies the languages which will be used to check spelling and grammar. +This example sets specifies the languages which will be used to check spelling and grammar. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiRun/Methods/Copy.md b/Slide/ApiRun/Methods/Copy.md index ddd94be8..b125453c 100644 --- a/Slide/ApiRun/Methods/Copy.md +++ b/Slide/ApiRun/Methods/Copy.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example reates a copy of the run. +This example creates a copy of the run. ```javascript builder.CreateFile("pptx"); diff --git a/Slide/ApiTable/Methods/GetRow.md b/Slide/ApiTable/Methods/GetRow.md index 7e4a4b3d..463bea73 100644 --- a/Slide/ApiTable/Methods/GetRow.md +++ b/Slide/ApiTable/Methods/GetRow.md @@ -16,7 +16,7 @@ expression.GetRow(nIndex); ## Returns -[ApiTableRow](../../ApiTableRow/ApiTableRow.md) | null (returns null if param is invalid) +[ApiTableRow](../../ApiTableRow/ApiTableRow.md) | null (returns null if parameter is invalid) ## Example diff --git a/Word/Api/Methods/AddComment.md b/Word/Api/Methods/AddComment.md index fc0da1c4..233bdb0a 100644 --- a/Word/Api/Methods/AddComment.md +++ b/Word/Api/Methods/AddComment.md @@ -1,6 +1,6 @@ # AddComment -Adds a comment to the specifed document element or array of Runs. +Adds a comment to the specified document element or array of Runs. ## Syntax diff --git a/Word/Api/Methods/CreateBlockLvlSdt.md b/Word/Api/Methods/CreateBlockLvlSdt.md index 98177b52..da8b5345 100644 --- a/Word/Api/Methods/CreateBlockLvlSdt.md +++ b/Word/Api/Methods/CreateBlockLvlSdt.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example shows how to add a block level conteiner into the document. +This example shows how to add a block level container into the document. ```javascript builder.CreateFile("docx"); diff --git a/Word/Api/Methods/CreateImage.md b/Word/Api/Methods/CreateImage.md index 97f8dc65..71da7aad 100644 --- a/Word/Api/Methods/CreateImage.md +++ b/Word/Api/Methods/CreateImage.md @@ -22,7 +22,7 @@ expression.CreateImage(sImageSrc, nWidth, nHeight); ## Example -This example creastes an image and pastes it into the document. +This example creates an image and pastes it into the document. ```javascript builder.CreateFile("docx"); diff --git a/Word/Api/Methods/CreatePatternFill.md b/Word/Api/Methods/CreatePatternFill.md index 347866d5..4bc314b8 100644 --- a/Word/Api/Methods/CreatePatternFill.md +++ b/Word/Api/Methods/CreatePatternFill.md @@ -23,7 +23,7 @@ The pattern type used for the fill selected from one of the available pattern ty ## Example -This example creates a pattern fill and applys it to the object using the selected pattern as the object background. +This example creates a pattern fill and applies it to the object using the selected pattern as the object background. ```javascript builder.CreateFile("docx"); diff --git a/Word/Api/Methods/CreateRange.md b/Word/Api/Methods/CreateRange.md index c250dc23..63e781ef 100644 --- a/Word/Api/Methods/CreateRange.md +++ b/Word/Api/Methods/CreateRange.md @@ -22,7 +22,7 @@ expression.CreateRange(); ## Example -This example ctreates a range and sets bold for the first 9 characters. +This example creates a range and sets bold for the first 9 characters. ```javascript builder.CreateFile("docx"); diff --git a/Word/Api/Methods/CreateWordArt.md b/Word/Api/Methods/CreateWordArt.md index 0f8af742..77b4520e 100644 --- a/Word/Api/Methods/CreateWordArt.md +++ b/Word/Api/Methods/CreateWordArt.md @@ -19,7 +19,7 @@ expression.CreateWordArt(oTextPr?, sText?, sTransform?, oFill?, oStroke?, nRotAn | oStroke | Optional | [ApiStroke](../../ApiStroke/ApiStroke.md) | The stroke used to create the Text Art object shadow. Default value is Api.CreateStroke(0, Api.CreateNoFill()). Default value is "Api.CreateStroke(0, Api.CreateNoFill())"| | nRotAngle | Optional | Number | Rotation angle. Default value is 0. Default value is "0"| | nWidth | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art width measured in English measure units. Default value is 1828800. Default value is "1828800"| -| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art heigth measured in English measure units. Default value is 1828800. Default value is "1828800"| +| nHeight | Optional | [EMU](../../../Enumerations/Emu.md) | The Text Art height measured in English measure units. Default value is 1828800. Default value is "1828800"| ## Returns diff --git a/Word/Api/Methods/ReplaceDocumentContent.md b/Word/Api/Methods/ReplaceDocumentContent.md index 236f988c..9813ea55 100644 --- a/Word/Api/Methods/ReplaceDocumentContent.md +++ b/Word/Api/Methods/ReplaceDocumentContent.md @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This examle shows how to reaplace document content with mail merge data. +This example shows how to replace document content with mail merge data. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiBlockLvlSdt/Methods/AddText.md b/Word/ApiBlockLvlSdt/Methods/AddText.md index 544f16f7..f474b11c 100644 --- a/Word/ApiBlockLvlSdt/Methods/AddText.md +++ b/Word/ApiBlockLvlSdt/Methods/AddText.md @@ -16,7 +16,7 @@ expression.AddText(sText); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiBlockLvlSdt/Methods/GetParentTable.md b/Word/ApiBlockLvlSdt/Methods/GetParentTable.md index c9bb4162..1a1305b9 100644 --- a/Word/ApiBlockLvlSdt/Methods/GetParentTable.md +++ b/Word/ApiBlockLvlSdt/Methods/GetParentTable.md @@ -14,7 +14,7 @@ This method doesn't have any parameters. ## Returns -[ApiTable](../../ApiTable/ApiTable.md) | null (returns null is parent table does'n exist) +[ApiTable](../../ApiTable/ApiTable.md) | null (returns null is parent table does'nt exist) ## Example diff --git a/Word/ApiBlockLvlSdt/Methods/ToJSON.md b/Word/ApiBlockLvlSdt/Methods/ToJSON.md index f59cddd3..916051e7 100644 --- a/Word/ApiBlockLvlSdt/Methods/ToJSON.md +++ b/Word/ApiBlockLvlSdt/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiChart/Methods/ApplyChartStyle.md b/Word/ApiChart/Methods/ApplyChartStyle.md index 8ad49f21..56107607 100644 --- a/Word/ApiChart/Methods/ApplyChartStyle.md +++ b/Word/ApiChart/Methods/ApplyChartStyle.md @@ -20,7 +20,7 @@ Boolean ## Example -This example shows how to apply a styhe for chart. +This example shows how to apply a style for chart. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiChart/Methods/SetHorAxisTickLabelPosition.md b/Word/ApiChart/Methods/SetHorAxisTickLabelPosition.md index 15c11d43..33df9bde 100644 --- a/Word/ApiChart/Methods/SetHorAxisTickLabelPosition.md +++ b/Word/ApiChart/Methods/SetHorAxisTickLabelPosition.md @@ -1,6 +1,6 @@ # SetHorAxisTickLabelPosition -Spicifies tick label position for the horizontal axis. +Specifies tick label position for the horizontal axis. ## Syntax @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This example spicifies tick label position for the horizontal axis. +This example specifies tick label position for the horizontal axis. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiChart/Methods/SetShowPointDataLabel.md b/Word/ApiChart/Methods/SetShowPointDataLabel.md index a3163d4a..4a380832 100644 --- a/Word/ApiChart/Methods/SetShowPointDataLabel.md +++ b/Word/ApiChart/Methods/SetShowPointDataLabel.md @@ -1,6 +1,6 @@ # SetShowPointDataLabel -Spicifies the show options for the chart data labels. +Specifies the show options for the chart data labels. ## Syntax @@ -25,7 +25,7 @@ This method doesn't return any data. ## Example -This example spicifies the show options for the chart data labels. +This example specifies the show options for the chart data labels. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiChart/Methods/SetVertAxisTickLabelPosition.md b/Word/ApiChart/Methods/SetVertAxisTickLabelPosition.md index 75b0085d..af7b7b11 100644 --- a/Word/ApiChart/Methods/SetVertAxisTickLabelPosition.md +++ b/Word/ApiChart/Methods/SetVertAxisTickLabelPosition.md @@ -1,6 +1,6 @@ # SetVertAxisTickLabelPosition -Spicifies tick label position for the vertical axis. +Specifies tick label position for the vertical axis. ## Syntax @@ -20,7 +20,7 @@ This method doesn't return any data. ## Example -This example spicifies tick label position for the vertical axis. +This example specifies tick label position for the vertical axis. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiCheckBoxForm/Methods/SetChecked.md b/Word/ApiCheckBoxForm/Methods/SetChecked.md index c43d91ae..954e4b5b 100644 --- a/Word/ApiCheckBoxForm/Methods/SetChecked.md +++ b/Word/ApiCheckBoxForm/Methods/SetChecked.md @@ -20,7 +20,7 @@ Boolean ## Example -This example hecks the checkbox. +This example checks the checkbox. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiComboBoxForm/Methods/SetTipText.md b/Word/ApiComboBoxForm/Methods/SetTipText.md index 8e115662..feea4949 100644 --- a/Word/ApiComboBoxForm/Methods/SetTipText.md +++ b/Word/ApiComboBoxForm/Methods/SetTipText.md @@ -12,7 +12,7 @@ expression.SetTipText(sText); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| sText | Requireds | String | Tip text. | +| sText | Required | String | Tip text. | ## Returns diff --git a/Word/ApiComment/Methods/Delete.md b/Word/ApiComment/Methods/Delete.md index b3b13882..391eb017 100644 --- a/Word/ApiComment/Methods/Delete.md +++ b/Word/ApiComment/Methods/Delete.md @@ -18,7 +18,7 @@ Boolean ## Example -This example delets the comment from the document. +This example deletes the comment from the document. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiComplexForm/Methods/Clear.md b/Word/ApiComplexForm/Methods/Clear.md index 6b0ebebc..ce5ebecb 100644 --- a/Word/ApiComplexForm/Methods/Clear.md +++ b/Word/ApiComplexForm/Methods/Clear.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/Copy.md b/Word/ApiComplexForm/Methods/Copy.md index ffe2619c..6b2e3ce5 100644 --- a/Word/ApiComplexForm/Methods/Copy.md +++ b/Word/ApiComplexForm/Methods/Copy.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetClassType.md b/Word/ApiComplexForm/Methods/GetClassType.md index 8e35437d..f2e8cf9c 100644 --- a/Word/ApiComplexForm/Methods/GetClassType.md +++ b/Word/ApiComplexForm/Methods/GetClassType.md @@ -21,5 +21,5 @@ String This example gets a class type and inserts it into the document. ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetFormKey.md b/Word/ApiComplexForm/Methods/GetFormKey.md index b94cf62b..4c17ee1a 100644 --- a/Word/ApiComplexForm/Methods/GetFormKey.md +++ b/Word/ApiComplexForm/Methods/GetFormKey.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetFormType.md b/Word/ApiComplexForm/Methods/GetFormType.md index 41f650df..b1afdb61 100644 --- a/Word/ApiComplexForm/Methods/GetFormType.md +++ b/Word/ApiComplexForm/Methods/GetFormType.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetText.md b/Word/ApiComplexForm/Methods/GetText.md index 90925f2f..7e77b333 100644 --- a/Word/ApiComplexForm/Methods/GetText.md +++ b/Word/ApiComplexForm/Methods/GetText.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetTextPr.md b/Word/ApiComplexForm/Methods/GetTextPr.md index fbeb0f0e..6e827e5d 100644 --- a/Word/ApiComplexForm/Methods/GetTextPr.md +++ b/Word/ApiComplexForm/Methods/GetTextPr.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetTipText.md b/Word/ApiComplexForm/Methods/GetTipText.md index f91ff2ba..4aa30151 100644 --- a/Word/ApiComplexForm/Methods/GetTipText.md +++ b/Word/ApiComplexForm/Methods/GetTipText.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/GetWrapperShape.md b/Word/ApiComplexForm/Methods/GetWrapperShape.md index b6145aa2..f5b51e1b 100644 --- a/Word/ApiComplexForm/Methods/GetWrapperShape.md +++ b/Word/ApiComplexForm/Methods/GetWrapperShape.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/IsFixed.md b/Word/ApiComplexForm/Methods/IsFixed.md index d46345dd..fe1de251 100644 --- a/Word/ApiComplexForm/Methods/IsFixed.md +++ b/Word/ApiComplexForm/Methods/IsFixed.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/IsRequired.md b/Word/ApiComplexForm/Methods/IsRequired.md index 95dcdbd0..2232eb93 100644 --- a/Word/ApiComplexForm/Methods/IsRequired.md +++ b/Word/ApiComplexForm/Methods/IsRequired.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetBackgroundColor.md b/Word/ApiComplexForm/Methods/SetBackgroundColor.md index 578161af..2ed0c5f3 100644 --- a/Word/ApiComplexForm/Methods/SetBackgroundColor.md +++ b/Word/ApiComplexForm/Methods/SetBackgroundColor.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetBorderColor.md b/Word/ApiComplexForm/Methods/SetBorderColor.md index 71ff4ad1..6b4bc766 100644 --- a/Word/ApiComplexForm/Methods/SetBorderColor.md +++ b/Word/ApiComplexForm/Methods/SetBorderColor.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetFormKey.md b/Word/ApiComplexForm/Methods/SetFormKey.md index 8e8cbee6..01378610 100644 --- a/Word/ApiComplexForm/Methods/SetFormKey.md +++ b/Word/ApiComplexForm/Methods/SetFormKey.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetPlaceholderText.md b/Word/ApiComplexForm/Methods/SetPlaceholderText.md index f758af5e..2df51548 100644 --- a/Word/ApiComplexForm/Methods/SetPlaceholderText.md +++ b/Word/ApiComplexForm/Methods/SetPlaceholderText.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampeles +// todo_exampleles ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetRequired.md b/Word/ApiComplexForm/Methods/SetRequired.md index 52bfe624..e25579b7 100644 --- a/Word/ApiComplexForm/Methods/SetRequired.md +++ b/Word/ApiComplexForm/Methods/SetRequired.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetTextPr.md b/Word/ApiComplexForm/Methods/SetTextPr.md index e96d2df8..8c078aa6 100644 --- a/Word/ApiComplexForm/Methods/SetTextPr.md +++ b/Word/ApiComplexForm/Methods/SetTextPr.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/SetTipText.md b/Word/ApiComplexForm/Methods/SetTipText.md index b5efa896..916db1c2 100644 --- a/Word/ApiComplexForm/Methods/SetTipText.md +++ b/Word/ApiComplexForm/Methods/SetTipText.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/ToFixed.md b/Word/ApiComplexForm/Methods/ToFixed.md index 8f5919ce..194c772c 100644 --- a/Word/ApiComplexForm/Methods/ToFixed.md +++ b/Word/ApiComplexForm/Methods/ToFixed.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiComplexForm/Methods/ToInline.md b/Word/ApiComplexForm/Methods/ToInline.md index 4a038b2b..98cffc01 100644 --- a/Word/ApiComplexForm/Methods/ToInline.md +++ b/Word/ApiComplexForm/Methods/ToInline.md @@ -24,5 +24,5 @@ return This example ```javascript -// todo_exampele +// todo_examplele ``` \ No newline at end of file diff --git a/Word/ApiDocument/Methods/AddFootnote.md b/Word/ApiDocument/Methods/AddFootnote.md index 8d186059..bd591244 100644 --- a/Word/ApiDocument/Methods/AddFootnote.md +++ b/Word/ApiDocument/Methods/AddFootnote.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example adds footnote fot the document. +This example adds footnote for the document. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiDocument/Methods/DeleteBookmark.md b/Word/ApiDocument/Methods/DeleteBookmark.md index 7febdd5d..093895dd 100644 --- a/Word/ApiDocument/Methods/DeleteBookmark.md +++ b/Word/ApiDocument/Methods/DeleteBookmark.md @@ -16,7 +16,7 @@ expression.DeleteBookmark(sName); ## Returns -Boolean (returns "false" if param is invalid) +Boolean (returns "false" if parameter is invalid) ## Example diff --git a/Word/ApiDocument/Methods/ToJSON.md b/Word/ApiDocument/Methods/ToJSON.md index 5af8d7a5..f28f7e82 100644 --- a/Word/ApiDocument/Methods/ToJSON.md +++ b/Word/ApiDocument/Methods/ToJSON.md @@ -16,7 +16,7 @@ expression.ToJSON(bWriteDefaultTextPr, bWriteDefaultParaPr, bWriteTheme, bWriteS | bWriteDefaultParaPr | Required | Boolean | Specifies if the default paragraph properties will be written to the JSON object or not. | | bWriteTheme | Required | Boolean | Specifies if the document theme will be written to the JSON object or not. | | bWriteSectionPr | Required | Boolean | Specifies if the document section properties will be written to the JSON object or not. | -| bWriteNumberings | Required | Boolean | Specifies if the document numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the document numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the document styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiDocumentContent/Methods/ToJSON.md b/Word/ApiDocumentContent/Methods/ToJSON.md index 79b24973..03c3e482 100644 --- a/Word/ApiDocumentContent/Methods/ToJSON.md +++ b/Word/ApiDocumentContent/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiDrawing/Methods/AddBreak.md b/Word/ApiDrawing/Methods/AddBreak.md index f79c9432..e300e1c1 100644 --- a/Word/ApiDrawing/Methods/AddBreak.md +++ b/Word/ApiDrawing/Methods/AddBreak.md @@ -17,7 +17,7 @@ expression.AddBreak(breakType, position); ## Returns -Boolean (returns false if drawing object haven't parent run or params are invalid) +Boolean (returns false if drawing object haven't parent run or parameters are invalid) ## Example diff --git a/Word/ApiDrawing/Methods/Fill.md b/Word/ApiDrawing/Methods/Fill.md index 57aa8fe2..3853dcda 100644 --- a/Word/ApiDrawing/Methods/Fill.md +++ b/Word/ApiDrawing/Methods/Fill.md @@ -16,7 +16,7 @@ expression.Fill(oFill); ## Returns -Boolean (return false if param is invalid) +Boolean (return false if parameter is invalid) ## Example diff --git a/Word/ApiDrawing/Methods/ScaleHeight.md b/Word/ApiDrawing/Methods/ScaleHeight.md index 799858c7..121a9f34 100644 --- a/Word/ApiDrawing/Methods/ScaleHeight.md +++ b/Word/ApiDrawing/Methods/ScaleHeight.md @@ -16,7 +16,7 @@ expression.ScaleHeight(coefficient); ## Returns -Boolean (return false if parametr is invalid) +Boolean (return false if parameter is invalid) ## Example diff --git a/Word/ApiDrawing/Methods/ScaleWidth.md b/Word/ApiDrawing/Methods/ScaleWidth.md index 9f469b56..9d658791 100644 --- a/Word/ApiDrawing/Methods/ScaleWidth.md +++ b/Word/ApiDrawing/Methods/ScaleWidth.md @@ -16,7 +16,7 @@ expression.ScaleWidth(coefficient); ## Returns -Boolean (return false if param is invalid) +Boolean (return false if parameter is invalid) ## Example diff --git a/Word/ApiDrawing/Methods/SetOutLine.md b/Word/ApiDrawing/Methods/SetOutLine.md index 82c0c80b..0b137a2c 100644 --- a/Word/ApiDrawing/Methods/SetOutLine.md +++ b/Word/ApiDrawing/Methods/SetOutLine.md @@ -16,7 +16,7 @@ expression.SetOutLine(oStroke); ## Returns -Boolean (return false if param is invalid) +Boolean (return false if parameter is invalid) ## Example diff --git a/Word/ApiDrawing/Methods/SetVerAlign.md b/Word/ApiDrawing/Methods/SetVerAlign.md index bac7c406..542d8c29 100644 --- a/Word/ApiDrawing/Methods/SetVerAlign.md +++ b/Word/ApiDrawing/Methods/SetVerAlign.md @@ -12,8 +12,8 @@ expression.SetVerAlign(sRelativeFrom?, sAlign?); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| sRelativeFrom | Optional | [RelFromV](../../../Enumerations/RelFromV.md) | The document element which will be taken as a countdown point for the object vertical alignment. Dedault value is "page". | -| sAlign | Optional | [DrawingVertAlign](../../../Enumerations/DrawingVertAlign.md) | The alingment type which will be used for the object vertical alignment. Dedault value is "top". | +| sRelativeFrom | Optional | [RelFromV](../../../Enumerations/RelFromV.md) | The document element which will be taken as a countdown point for the object vertical alignment. Default value is "page". | +| sAlign | Optional | [DrawingVertAlign](../../../Enumerations/DrawingVertAlign.md) | The alignment type which will be used for the object vertical alignment. Default value is "top". | ## Returns diff --git a/Word/ApiDrawing/Methods/SetVertFlip.md b/Word/ApiDrawing/Methods/SetVertFlip.md index d9108303..6ea65dca 100644 --- a/Word/ApiDrawing/Methods/SetVertFlip.md +++ b/Word/ApiDrawing/Methods/SetVertFlip.md @@ -16,7 +16,7 @@ expression.SetVertFlip(bFlip); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiDrawing/Methods/ToJSON.md b/Word/ApiDrawing/Methods/ToJSON.md index c5557d0c..27e226fc 100644 --- a/Word/ApiDrawing/Methods/ToJSON.md +++ b/Word/ApiDrawing/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiFormBase/Properties/required.md b/Word/ApiFormBase/Properties/required.md index 5ebc4ebe..e941b6d2 100644 --- a/Word/ApiFormBase/Properties/required.md +++ b/Word/ApiFormBase/Properties/required.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiInlineLvlSdt/Methods/AddText.md b/Word/ApiInlineLvlSdt/Methods/AddText.md index 091f62ac..b0a4ccb7 100644 --- a/Word/ApiInlineLvlSdt/Methods/AddText.md +++ b/Word/ApiInlineLvlSdt/Methods/AddText.md @@ -16,7 +16,7 @@ expression.AddText(sText); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiInlineLvlSdt/Methods/GetLock.md b/Word/ApiInlineLvlSdt/Methods/GetLock.md index a73bc7c0..48e17343 100644 --- a/Word/ApiInlineLvlSdt/Methods/GetLock.md +++ b/Word/ApiInlineLvlSdt/Methods/GetLock.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example shows hpw to get the lock type of the container. +This example shows how to get the lock type of the container. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiNumberingLevel/Methods/GetParaPr.md b/Word/ApiNumberingLevel/Methods/GetParaPr.md index 81e8666e..4ae39773 100644 --- a/Word/ApiNumberingLevel/Methods/GetParaPr.md +++ b/Word/ApiNumberingLevel/Methods/GetParaPr.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example shows how to ge t the paragraph properties which are applied to any numbered paragraph that references the given numbering definition and numbering level. +This example shows how to get the paragraph properties which are applied to any numbered paragraph that references the given numbering definition and numbering level. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiOleObject/Methods/SetApplicationId.md b/Word/ApiOleObject/Methods/SetApplicationId.md index cae07d4b..088007bf 100644 --- a/Word/ApiOleObject/Methods/SetApplicationId.md +++ b/Word/ApiOleObject/Methods/SetApplicationId.md @@ -12,7 +12,7 @@ expression.SetApplicationId(sAppId); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| sAppId | Required | String | The application ID associated with the curent OLE object. | +| sAppId | Required | String | The application ID associated with the current OLE object. | ## Returns diff --git a/Word/ApiParagraph/Methods/AddHeadingCrossRef.md b/Word/ApiParagraph/Methods/AddHeadingCrossRef.md index c3c32065..78026873 100644 --- a/Word/ApiParagraph/Methods/AddHeadingCrossRef.md +++ b/Word/ApiParagraph/Methods/AddHeadingCrossRef.md @@ -14,7 +14,7 @@ expression.AddHeadingCrossRef(sRefType, oParaTo, bLink?, bAboveBelow?); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | | sRefType | Required | [headingRefTo](../../../Enumerations/headingRefTo.md) | The text or numeric value of an heading reference you want to insert. | -| oParaTo | Required | [ApiParagraph](../ApiParagraph.md) | TThe heading paragraph to be referred to (must be in the document). | +| oParaTo | Required | [ApiParagraph](../ApiParagraph.md) | The heading paragraph to be referred to (must be in the document). | | bLink | Optional | Boolean | Specifies if the reference will be inserted as a hyperlink. Default value is "true". | | bAboveBelow | Optional | Specifies if the above/below words indicating the position of the reference should be included (don't used with the "text" and "aboveBelow" sRefType). Default value is "false". | diff --git a/Word/ApiParagraph/Methods/AddHyperlink.md b/Word/ApiParagraph/Methods/AddHyperlink.md index 873621b3..99ef161f 100644 --- a/Word/ApiParagraph/Methods/AddHyperlink.md +++ b/Word/ApiParagraph/Methods/AddHyperlink.md @@ -17,7 +17,7 @@ expression.AddHyperlink(sLink, sScreenTipText?); ## Returns -[ApiHyperlink](../../ApiHyperlink/ApiHyperlink.md) | null (returns null if params are invalid) +[ApiHyperlink](../../ApiHyperlink/ApiHyperlink.md) | null (returns null if parameters are invalid) ## Example diff --git a/Word/ApiParagraph/Methods/GetLastRunWithText.md b/Word/ApiParagraph/Methods/GetLastRunWithText.md index 439d5928..5e7d0702 100644 --- a/Word/ApiParagraph/Methods/GetLastRunWithText.md +++ b/Word/ApiParagraph/Methods/GetLastRunWithText.md @@ -14,7 +14,7 @@ This method doesn't have any parameters. ## Returns -[ApiRun](../../ApiRun/ApiRun.md) (returns "false" if the paragraph doesn't containt the required run) +[ApiRun](../../ApiRun/ApiRun.md) (returns "false" if the paragraph doesn't contain the required run) ## Example diff --git a/Word/ApiParagraph/Methods/InsertParagraph.md b/Word/ApiParagraph/Methods/InsertParagraph.md index e92fe5b7..5610f0e5 100644 --- a/Word/ApiParagraph/Methods/InsertParagraph.md +++ b/Word/ApiParagraph/Methods/InsertParagraph.md @@ -18,7 +18,7 @@ expression.InsertParagraph(paragraph, sPosition, beRNewPara); ## Returns -[ApiParagraph](../ApiParagraph.md) | null (returns null if param paragraph is invalid) +[ApiParagraph](../ApiParagraph.md) | null (returns null if parameterparagraph is invalid) ## Example diff --git a/Word/ApiParagraph/Methods/Push.md b/Word/ApiParagraph/Methods/Push.md index 2255674b..05cd4ea8 100644 --- a/Word/ApiParagraph/Methods/Push.md +++ b/Word/ApiParagraph/Methods/Push.md @@ -16,7 +16,7 @@ expression.Push(oElement); ## Returns -Boolaen (returns "false" if the type of "oElement" is not supported by paragraph content) +Boolean (returns "false" if the type of "oElement" is not supported by paragraph content) ## Example diff --git a/Word/ApiParagraph/Methods/SetVertAlign.md b/Word/ApiParagraph/Methods/SetVertAlign.md index a8946c81..6fccd39e 100644 --- a/Word/ApiParagraph/Methods/SetVertAlign.md +++ b/Word/ApiParagraph/Methods/SetVertAlign.md @@ -20,7 +20,7 @@ expression.SetVertAlign(sType); ## Example -This example creates two paragraphs. One with vertical aligment "subscript" and another one with vertical aligment "superscript". +This example creates two paragraphs. One with vertical alignment "subscript" and another one with vertical alignment "superscript". ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiParagraph/Methods/ToJSON.md b/Word/ApiParagraph/Methods/ToJSON.md index 8813cdf0..8932029a 100644 --- a/Word/ApiParagraph/Methods/ToJSON.md +++ b/Word/ApiParagraph/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiPictureForm/Properties/lockAspectRatio.md b/Word/ApiPictureForm/Properties/lockAspectRatio.md index 62308a26..783736db 100644 --- a/Word/ApiPictureForm/Properties/lockAspectRatio.md +++ b/Word/ApiPictureForm/Properties/lockAspectRatio.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiPictureForm/Properties/respectBorders.md b/Word/ApiPictureForm/Properties/respectBorders.md index ebb4bc73..714c7bc1 100644 --- a/Word/ApiPictureForm/Properties/respectBorders.md +++ b/Word/ApiPictureForm/Properties/respectBorders.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiRange/Methods/SetVertAlign.md b/Word/ApiRange/Methods/SetVertAlign.md index 78886508..3c39303b 100644 --- a/Word/ApiRange/Methods/SetVertAlign.md +++ b/Word/ApiRange/Methods/SetVertAlign.md @@ -20,7 +20,7 @@ expression.SetVertAlign(sType); ## Example -This example sets verlical aligment "superscript" for [ApiRange](../ApiRange.md). +This example sets vertical alignment "superscript" for [ApiRange](../ApiRange.md). ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiRange/Methods/ToJSON.md b/Word/ApiRange/Methods/ToJSON.md index 5dd969c4..7d975b27 100644 --- a/Word/ApiRange/Methods/ToJSON.md +++ b/Word/ApiRange/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiRun/Methods/AddHyperlink.md b/Word/ApiRun/Methods/AddHyperlink.md index fb623428..172e1a1a 100644 --- a/Word/ApiRun/Methods/AddHyperlink.md +++ b/Word/ApiRun/Methods/AddHyperlink.md @@ -17,7 +17,7 @@ expression.AddHyperlink(sLink, sScreenTipText); ## Returns -[ApiHyperlink](../../ApiHyperlink/ApiHyperlink.md) | null (returns false if params are invalid) +[ApiHyperlink](../../ApiHyperlink/ApiHyperlink.md) | null (returns false if parameters are invalid) ## Example diff --git a/Word/ApiRun/Methods/Copy.md b/Word/ApiRun/Methods/Copy.md index 88091a07..bf45b9e0 100644 --- a/Word/ApiRun/Methods/Copy.md +++ b/Word/ApiRun/Methods/Copy.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example reates a copy of the run. +This example creates a copy of the run. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiSection/Methods/ToJSON.md b/Word/ApiSection/Methods/ToJSON.md index 1d960e9c..6b72f4a4 100644 --- a/Word/ApiSection/Methods/ToJSON.md +++ b/Word/ApiSection/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiStyle/Methods/GetParaPr.md b/Word/ApiStyle/Methods/GetParaPr.md index 157b3191..412c4650 100644 --- a/Word/ApiStyle/Methods/GetParaPr.md +++ b/Word/ApiStyle/Methods/GetParaPr.md @@ -18,7 +18,7 @@ This method doesn't have any parameters. ## Example -This example shows how ot get the paragraph properties of the current style. +This example shows how to get the paragraph properties of the current style. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiStyle/Methods/ToJSON.md b/Word/ApiStyle/Methods/ToJSON.md index 09896fa2..f6a935d3 100644 --- a/Word/ApiStyle/Methods/ToJSON.md +++ b/Word/ApiStyle/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiTable/Methods/GetCell.md b/Word/ApiTable/Methods/GetCell.md index 12af9723..c2fc72b8 100644 --- a/Word/ApiTable/Methods/GetCell.md +++ b/Word/ApiTable/Methods/GetCell.md @@ -17,7 +17,7 @@ expression.GetCell(nRow, nCell); ## Returns -[ApiTableCell](../../ApiTableCell/ApiTableCell.md) | null (returns null if params are invalid) +[ApiTableCell](../../ApiTableCell/ApiTableCell.md) | null (returns null if parameters are invalid) ## Example diff --git a/Word/ApiTable/Methods/GetRow.md b/Word/ApiTable/Methods/GetRow.md index 5fef6ee7..94c41f9a 100644 --- a/Word/ApiTable/Methods/GetRow.md +++ b/Word/ApiTable/Methods/GetRow.md @@ -16,7 +16,7 @@ expression.GetRow(nIndex); ## Returns -[ApiTableRow](../../ApiTableRow/ApiTableRow.md) | null (returns null if param is invalid) +[ApiTableRow](../../ApiTableRow/ApiTableRow.md) | null (returns null if parameter is invalid) ## Example diff --git a/Word/ApiTable/Methods/SetHAlign.md b/Word/ApiTable/Methods/SetHAlign.md index 4123530e..820eed8a 100644 --- a/Word/ApiTable/Methods/SetHAlign.md +++ b/Word/ApiTable/Methods/SetHAlign.md @@ -16,7 +16,7 @@ expression.SetHAlign(sType); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTable/Methods/SetShd.md b/Word/ApiTable/Methods/SetShd.md index d619efa4..67f10c83 100644 --- a/Word/ApiTable/Methods/SetShd.md +++ b/Word/ApiTable/Methods/SetShd.md @@ -16,7 +16,7 @@ expression.SetShd(sType, r, g, b, isAuto?); | r | Required | [byte](../../../Enumerations/byte.md) | Red color component value. | | g | Required | [byte](../../../Enumerations/byte.md) | Green color component value. | | b | Required | [byte](../../../Enumerations/byte.md) | Blue color component value. | -| isAuto | Optional | boolean | The true value disables the SetShd method use. Default value is "false". | +| isAuto | Optional | Boolean | The true value disables the SetShd method use. Default value is "false". | ## Returns diff --git a/Word/ApiTable/Methods/SetStyle.md b/Word/ApiTable/Methods/SetStyle.md index 7d2a10a5..12dce512 100644 --- a/Word/ApiTable/Methods/SetStyle.md +++ b/Word/ApiTable/Methods/SetStyle.md @@ -16,7 +16,7 @@ expression.SetStyle(oStyle); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTable/Methods/SetVAlign.md b/Word/ApiTable/Methods/SetVAlign.md index 3c98984d..41e92c2e 100644 --- a/Word/ApiTable/Methods/SetVAlign.md +++ b/Word/ApiTable/Methods/SetVAlign.md @@ -16,7 +16,7 @@ expression.SetVAlign(sType); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTable/Methods/SetWrappingStyle.md b/Word/ApiTable/Methods/SetWrappingStyle.md index 4c46d163..0aa95186 100644 --- a/Word/ApiTable/Methods/SetWrappingStyle.md +++ b/Word/ApiTable/Methods/SetWrappingStyle.md @@ -16,7 +16,7 @@ expression.SetWrappingStyle(isFlow); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTable/Methods/Split.md b/Word/ApiTable/Methods/Split.md index c6367d21..f5cc3895 100644 --- a/Word/ApiTable/Methods/Split.md +++ b/Word/ApiTable/Methods/Split.md @@ -13,8 +13,8 @@ expression.Split(oCell?, nRow?, nCol?); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | | oCell | Required | [ApiTableCell](../../ApiTableCell/ApiTableCell.md) | The cell which will be split. | -| nRow | Optional | Number | Count of rows into which the cell will be split. Defaulet value is "1". | -| nCol | Optional | Number | Count of columns into which the cell will be split. Defaulet value is "1". | +| nRow | Optional | Number | Count of rows into which the cell will be split. Default value is "1". | +| nCol | Optional | Number | Count of columns into which the cell will be split. Default value is "1". | ## Returns diff --git a/Word/ApiTable/Methods/ToJSON.md b/Word/ApiTable/Methods/ToJSON.md index 6e301907..eb3cfd5d 100644 --- a/Word/ApiTable/Methods/ToJSON.md +++ b/Word/ApiTable/Methods/ToJSON.md @@ -12,7 +12,7 @@ expression.ToJSON(bWriteNumberings, bWriteStyles); | **Name** | **Required/Optional** | **Data type** | **Description** | | ------------- | ------------- | ------------- | ------------- | -| bWriteNumberings | Required | Boolean | Specifies if the used numberings will be written to the JSON object or not. | +| bWriteNumberings | Required | Boolean | Specifies if the used numbering will be written to the JSON object or not. | | bWriteStyles | Required | Boolean | Specifies if the used styles will be written to the JSON object or not. | ## Returns diff --git a/Word/ApiTableCell/Methods/SetCellPr.md b/Word/ApiTableCell/Methods/SetCellPr.md index 3a4c1a7e..4aba6fa8 100644 --- a/Word/ApiTableCell/Methods/SetCellPr.md +++ b/Word/ApiTableCell/Methods/SetCellPr.md @@ -16,7 +16,7 @@ expression.SetCellPr(oApiTableCellPr); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTableCell/Methods/SetTextPr.md b/Word/ApiTableCell/Methods/SetTextPr.md index 90de76ed..613f6f01 100644 --- a/Word/ApiTableCell/Methods/SetTextPr.md +++ b/Word/ApiTableCell/Methods/SetTextPr.md @@ -16,7 +16,7 @@ expression.SetTextPr(oTextPr); ## Returns -Boolean (returns false if param is invalid) +Boolean (returns false if parameter is invalid) ## Example diff --git a/Word/ApiTableCellPr/Methods/SetCellBorderBottom.md b/Word/ApiTableCellPr/Methods/SetCellBorderBottom.md index 6ab69894..5e453e8f 100644 --- a/Word/ApiTableCellPr/Methods/SetCellBorderBottom.md +++ b/Word/ApiTableCellPr/Methods/SetCellBorderBottom.md @@ -14,7 +14,7 @@ expression.SetCellBorderBottom(sType, nSize, nSpace, r, g, b); | ------------- | ------------- | ------------- | ------------- | | sType | Required | [BorderType](../../../Enumerations/BorderType.md) | The border style. | | nSize | Required | [pt_8](../../../Enumerations/pt_8.md) | The width of the current cell bottom border measured in eighths of a point. | -| nSpace | Required | [pt](../../../Enumerations/pt.md) | TThe spacing offset in the bottom part of the table cell measured in points used to place this border. | +| nSpace | Required | [pt](../../../Enumerations/pt.md) | The spacing offset in the bottom part of the table cell measured in points used to place this border. | | r | Required | [byte](../../../Enumerations/byte.md) | Red color component value. | | g | Required | [byte](../../../Enumerations/byte.md) | Green color component value. | | b | Required | [byte](../../../Enumerations/byte.md) | Blue color component value. | diff --git a/Word/ApiTablePr/Methods/SetShd.md b/Word/ApiTablePr/Methods/SetShd.md index d61c57db..1883f8f2 100644 --- a/Word/ApiTablePr/Methods/SetShd.md +++ b/Word/ApiTablePr/Methods/SetShd.md @@ -16,7 +16,7 @@ expression.SetShd(sType, r, g, b, isAuto?); | r | Required | [byte](../../../Enumerations/byte.md) | Red color component value. | | g | Required | [byte](../../../Enumerations/byte.md) | Green color component value. | | b | Required | [byte](../../../Enumerations/byte.md) | Blue color component value. | -| isAuto | Optional | boolean | The true value disables the SetShd method use. Default value is "false". | +| isAuto | Optional | Boolean | The true value disables the SetShd method use. Default value is "false". | ## Returns diff --git a/Word/ApiTableRow/Methods/SetTextPr.md b/Word/ApiTableRow/Methods/SetTextPr.md index 0c8815e0..7bb66830 100644 --- a/Word/ApiTableRow/Methods/SetTextPr.md +++ b/Word/ApiTableRow/Methods/SetTextPr.md @@ -16,7 +16,7 @@ expression.SetTextPr(oTextPr); ## Returns -Boolean (returns false if parent table doesn't exist or param is invalid) +Boolean (returns false if parent table doesn't exist or parameter is invalid) ## Example diff --git a/Word/ApiTextForm/Methods/SetMultiline.md b/Word/ApiTextForm/Methods/SetMultiline.md index 93fc2306..498519cd 100644 --- a/Word/ApiTextForm/Methods/SetMultiline.md +++ b/Word/ApiTextForm/Methods/SetMultiline.md @@ -1,6 +1,6 @@ # SetMultiline -Specifies if the current text field should be miltiline. +Specifies if the current text field should be multiline. ## Syntax @@ -20,7 +20,7 @@ Boolean (returns false, if the text field is not fixed size) ## Example -This example specifies if the text field should be miltiline. +This example specifies if the text field should be multiline. ```javascript builder.CreateFile("docx"); diff --git a/Word/ApiTextForm/Properties/autoFit.md b/Word/ApiTextForm/Properties/autoFit.md index b10c9fca..cca4a7d8 100644 --- a/Word/ApiTextForm/Properties/autoFit.md +++ b/Word/ApiTextForm/Properties/autoFit.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiTextForm/Properties/comb.md b/Word/ApiTextForm/Properties/comb.md index e1334fb4..d2d35c6d 100644 --- a/Word/ApiTextForm/Properties/comb.md +++ b/Word/ApiTextForm/Properties/comb.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiTextForm/Properties/multiLine.md b/Word/ApiTextForm/Properties/multiLine.md index 5d3b12ab..006b8598 100644 --- a/Word/ApiTextForm/Properties/multiLine.md +++ b/Word/ApiTextForm/Properties/multiLine.md @@ -10,7 +10,7 @@ expression. ## Returns -boolean +Boolean ## Example diff --git a/Word/ApiWatermarkSettings/Methods/SetImageSize.md b/Word/ApiWatermarkSettings/Methods/SetImageSize.md index 5dd2ba08..104c4cda 100644 --- a/Word/ApiWatermarkSettings/Methods/SetImageSize.md +++ b/Word/ApiWatermarkSettings/Methods/SetImageSize.md @@ -4,7 +4,7 @@ Sets the size of the image. ## Syntax -expressionSetImageSize(nWidth, nHeight); +expression.SetImageSize(nWidth, nHeight); `expression` - A variable that represents a [ApiWatermarkSettings](../ApiWatermarkSettings.md) class.