Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.17 KB

File metadata and controls

67 lines (53 loc) · 2.17 KB
title addContentFooterAction resource type (deprecated)
description Represents an action that specifies the details on the content footer to be added to the information, if applicable. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

addContentFooterAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents an action that specifies the details on the content footer to be added to the information, if applicable.

Properties

Property Type Description
alignment String The possible values are: left, right, center.
fontColor String Color of the font to use for the footer.
fontName String Name of the font to use for the footer.
fontSize Int32 Font size to use for the footer.
margin Int32 The margin of the header from the bottom of the document.
text String The contents of the footer itself.
uiElementName String The name of the UI element where the footer should be placed.

JSON representation

The following JSON representation shows the resource type.

{
  "alignment": "String",
  "fontColor": "String",
  "fontName": "String",
  "fontSize": 1024,
  "margin": 1024,
  "text": "String",
  "uiElementName": "String"
}