Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2019-03-05 13:37:45 +00:00
parent 4c20bd1ad5
commit af78c4ee40
375 changed files with 2718 additions and 2710 deletions

View File

@ -59,6 +59,10 @@ This is so that:
public float(tableFloatProperties: TableFloatProperties): Table
```
```ts
table.float(new TableFloatProperties(...));
```
**Do**
`ITableFloatOptions` is an interface for a JSON of primatives. The end user would need to pass in a json object and not need to worry about the internals:
@ -67,6 +71,10 @@ This is so that:
public float(tableFloatOptions: ITableFloatOptions): Table
```
```ts
table.float({...});
```
## Add vs Create
This is just a guideline, and the rules can sometimes be broken.
@ -159,7 +167,7 @@ enum WeaponType = {
}
```
## Spell correctly, full and in American English
## Spell correctly, in full and in American English
I am not sure where these habits in software development come from, but I do not believe it is beneficial: