|
1 |
| -// Type definitions for pptxgenjs 3.8.0 |
| 1 | +// Type definitions for pptxgenjs 3.9.0 |
2 | 2 | // Project: https://gitbrent.github.io/PptxGenJS/
|
3 | 3 | // Definitions by: Brent Ely <https://github.com/gitbrent/>
|
4 | 4 | // Michael Beaumont <https://github.com/michaelbeaumont>
|
@@ -1075,12 +1075,6 @@ declare namespace PptxGenJS {
|
1075 | 1075 | * @default false
|
1076 | 1076 | */
|
1077 | 1077 | breakLine?: boolean
|
1078 |
| - /** |
1079 |
| - * Add a soft line-break (shift+enter) before line text content |
1080 |
| - * @default false |
1081 |
| - * @since v3.5.0 |
1082 |
| - */ |
1083 |
| - softBreakBefore?: boolean |
1084 | 1078 | /**
|
1085 | 1079 | * Add standard or custom bullet
|
1086 | 1080 | * - use `true` for standard bullet
|
@@ -1196,6 +1190,12 @@ declare namespace PptxGenJS {
|
1196 | 1190 | * @example 'fr-CA' // french Canadian
|
1197 | 1191 | */
|
1198 | 1192 | lang?: string
|
| 1193 | + /** |
| 1194 | + * Add a soft line-break (shift+enter) before line text content |
| 1195 | + * @default false |
| 1196 | + * @since v3.5.0 |
| 1197 | + */ |
| 1198 | + softBreakBefore?: boolean |
1199 | 1199 | /**
|
1200 | 1200 | * tab stops
|
1201 | 1201 | * - PowerPoint: Paragraph > Tabs > Tab stop position
|
@@ -2034,7 +2034,7 @@ declare namespace PptxGenJS {
|
2034 | 2034 | /**
|
2035 | 2035 | * MS-PPT > Format chart > Format Data Point > Series Options > "Series Overlap"
|
2036 | 2036 | * - overlap (percent)
|
2037 |
| - * - range: `-100` - `100` |
| 2037 | + * - range: `-100`-`100` |
2038 | 2038 | * @since v3.9.0
|
2039 | 2039 | * @default 0
|
2040 | 2040 | */
|
@@ -2194,6 +2194,10 @@ declare namespace PptxGenJS {
|
2194 | 2194 | height: number
|
2195 | 2195 | }
|
2196 | 2196 | export interface SlideNumberProps extends PositionProps, TextBaseProps {
|
| 2197 | + /** |
| 2198 | + * margin (points) |
| 2199 | + * TODO: convert to inches in 4.0 (valid values are 0-22) |
| 2200 | + */ |
2197 | 2201 | margin?: Margin
|
2198 | 2202 | }
|
2199 | 2203 | export interface SlideMasterProps {
|
|
0 commit comments