Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMatveev686 committed Oct 10, 2023
1 parent 692f76c commit 48a0502
Show file tree
Hide file tree
Showing 142 changed files with 158 additions and 156 deletions.
2 changes: 1 addition & 1 deletion Cell/Api/Methods/CreateSchemeColor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/Api/Methods/Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cell/Api/Methods/GetFreezePanesType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/Api/Methods/SetFreezePanesType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/Api/Properties/FreezePanes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiChart/Methods/SetHorAxisTickLabelPosition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions Cell/ApiChart/Methods/SetShowPointDataLabel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SetShowPointDataLabel

Spicifies the show options for the chart data labels.
Specifies the show options for the chart data labels.

## Syntax

Expand All @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiComment/Methods/GetQuoteText.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiComment/Properties/QuoteText.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
3 changes: 2 additions & 1 deletion Cell/ApiFont/Properties/Italic.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ var oCharacters = oRange.GetCharacters(9, 4);
var oFont = oCharacters.GetFont();
oFont.Italic = true;
builder.SaveFile("xlsx", "Italic.xlsx");
builder.CloseFile();
builder.CloseFile();
```
3 changes: 2 additions & 1 deletion Cell/ApiFont/Properties/Parent.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ var oFont = oCharacters.GetFont();
var oParent = oFont.Parent;
oParent.SetText("string");
builder.SaveFile("xlsx", "Parent.xlsx");
builder.CloseFile();
builder.CloseFile();
```
2 changes: 1 addition & 1 deletion Cell/ApiFreezePanes/Methods/GetLocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiOleObject/Methods/SetApplicationId.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiRange/Methods/GetCount.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GetCount

Returns the cells count in the currrent range.
Returns the cells count in the current range.

## Syntax

Expand Down
3 changes: 2 additions & 1 deletion Cell/ApiRange/Properties/AlignVertical.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
builder.CloseFile();
```
2 changes: 1 addition & 1 deletion Cell/ApiRange/Properties/Count.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiRange/Properties/FontColor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ expression.FontColor = oColor;

## Returns

This propertie doesn't return any data.
This property doesn't return any data.

## Example

Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiRun/Methods/Copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiShape/Methods/SetVerticalTextAlign.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion Cell/ApiUniColor/Properties/empty.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cell/ApiWorksheet/Methods/AddWordArt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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". |
Expand Down
4 changes: 2 additions & 2 deletions Cell/ApiWorksheet/Methods/GetFreezePanes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GetFreezePanes

Returns a freezePanes for a current worsheet.
Returns a freezePanes for a current worksheet.

## Syntax

Expand All @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiWorksheet/Properties/Active.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ expression.Active = true;

## Returns

This propertie doesn't return any data.
This property doesn't return any data.

## Example

Expand Down
4 changes: 2 additions & 2 deletions Cell/ApiWorksheet/Properties/FreezePanes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreezePanes

Returns a freezePanes for a current worsheet. **Read-only**
Returns a freezePanes for a current worksheet. **Read-only**

## Syntax

Expand All @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Cell/ApiWorksheet/Properties/PrintHeadings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Enumerations/Angle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions Enumerations/DrawingVertAlign.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/Emu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions Enumerations/FreezePaneType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/LockType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/PlaceholderTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ String

## Example

This example creates placholder "picture".
This example creates placeholder "picture".

```javascript
var oPlaceholder = Api.CreatePlaceholder("picture");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/RelFromH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/RelFromV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/TableLayoutType.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ String

## Properties

- autofit"
- "autofit"
- "fixed"

## Example
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/TableStyleOverrideType.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/WrappingStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Enumerations/XlUnderlineStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Slide/Api/Methods/CreateImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Slide/Api/Methods/CreatePatternFill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Slide/Api/Methods/CreateWordArt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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". |

Expand Down
2 changes: 1 addition & 1 deletion Slide/ApiChart/Methods/ApplyChartStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Loading

0 comments on commit 48a0502

Please sign in to comment.