File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments