Skip to content

Commit db562ce

Browse files
[PowerPoint] Tag new articles as preview (#5106)
1 parent 9119ed5 commit db562ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/powerpoint/bind-shapes-in-presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/02/2025
66
ms.localizationpriority: medium
77
---
88

9-
# Bind to shapes in a PowerPoint presentation
9+
# Bind to shapes in a PowerPoint presentation (preview)
1010

1111
Your PowerPoint add-in can bind to shapes to consistently access them through an identifier. The add-in establishes a binding by calling `BindingCollection.add` and assigning a unique identifier. Use the identifier at any time to reference the shape and access its properties. Creating bindings provides the following value to your add-in.
1212

docs/powerpoint/work-with-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 04/02/2025
66
ms.localizationpriority: medium
77
---
88

9-
# Work with tables using the PowerPoint JavaScript API
9+
# Work with tables using the PowerPoint JavaScript API (preview)
1010

1111
This article provides code samples that show how to create tables and control formatting by using the PowerPoint JavaScript API.
1212

docs/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,13 +893,13 @@ items:
893893
displayName: PowerPoint
894894
- name: Work with tables
895895
href: powerpoint/work-with-tables.md
896-
displayName: PowerPoint
896+
displayName: PowerPoint, preview
897897
- name: Work with shapes
898898
href: powerpoint/shapes.md
899899
displayName: PowerPoint
900900
- name: Bind shapes to a data source
901901
href: powerpoint/bind-shapes-in-presentation.md
902-
displayName: PowerPoint
902+
displayName: PowerPoint, preview
903903
- name: Project
904904
items:
905905
- name: Project add-ins documentation

0 commit comments

Comments
 (0)