Skip to content

Commit

Permalink
Merge pull request #428 from m-kovac/dev/add-missing-enum-value
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored Aug 13, 2024
2 parents 2d0ec9c + 2a399d9 commit 45b7bf5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Source/PowerPoint/Enums/PpPlaceholderType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ public enum PpPlaceholderType
/// </summary>
/// <remarks>18</remarks>
[SupportByVersion("PowerPoint", 12,14,15,16)]
ppPlaceholderPicture = 18
ppPlaceholderPicture = 18,

/// <summary>
/// SupportByVersion PowerPoint 16
/// </summary>
/// <remarks>19</remarks>
[SupportByVersion("PowerPoint", 16)]
ppPlaceholderCameo = 19
}
}
}

0 comments on commit 45b7bf5

Please sign in to comment.