Addcontentフッター Action リソースの種類addContentFooterAction resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要
/beta
Microsoft Graph のバージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported. API が v2.0 で利用できるかどうかを確認するには、 バージョン セレクターを使用します。To determine whether an API is available in v1.0, use the Version selector.
情報に追加するコンテンツフッターの詳細を指定するアクションを表します (該当する場合)。Represents an action that specifies the details on the content footer to be added to the information, if applicable.
プロパティProperties
プロパティProperty | 種類Type | 説明Description |
---|---|---|
alignmentalignment | StringString | 可能な値は、left 、right 、center です。Possible values are: left , right , center . |
fontColorfontColor | StringString | フッターに使用するフォントの色を設定します。Color of the font to use for the footer. |
fontNamefontName | StringString | フッターに使用するフォントの名前を指定します。Name of the font to use for the footer. |
fontSizefontSize | Int32Int32 | フッターに使用するフォントサイズを示します。Font size to use for the footer. |
余白margin | Int32Int32 | 文書の下端からのヘッダーの余白を示します。The margin of the header from the bottom of the document. |
texttext | StringString | フッター自体の内容。The contents of the footer itself. |
uiElementNameuiElementName | StringString | フッターを配置する UI 要素の名前。The name of the UI element where the footer should be placed. |
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"alignment": "String",
"fontColor": "String",
"fontName": "String",
"fontSize": 1024,
"margin": 1024,
"text": "String",
"uiElementName": "String"
}