PowerPoint.Interfaces.SensitivityLabelsCatalogLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Provides methods to check the status of the catalog of sensitivity labels in PowerPoint and retrieve all available sensitivity labels if the catalog is enabled.
Properties
| $all | Specifying |
| get |
Gets whether the catalog of sensitivity labels is enabled in PowerPoint. |
Property Details
$all
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
getLabelingCapability
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets whether the catalog of sensitivity labels is enabled in PowerPoint.
getLabelingCapability?: boolean;
Property Value
boolean