Skip to content

Commit b577e8a

Browse files
[office-js] [office-js-preview] (PowerPoint) Tweak ShapeFont.underlin… (DefinitelyTyped#71786)
1 parent e46c65e commit b577e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

types/office-js-preview/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131101,7 +131101,7 @@ declare namespace PowerPoint {
131101131101
* @remarks
131102131102
* [Api set: PowerPointApi 1.4]
131103131103
*/
131104-
underline: ShapeFontUnderlineStyle | null;
131104+
underline: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
131105131105
/**
131106131106
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
131107131107
*

types/office-js/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119588,7 +119588,7 @@ declare namespace PowerPoint {
119588119588
* @remarks
119589119589
* [Api set: PowerPointApi 1.4]
119590119590
*/
119591-
underline: ShapeFontUnderlineStyle | null;
119591+
underline: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
119592119592
/**
119593119593
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
119594119594
*

0 commit comments

Comments
 (0)