Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 996 Bytes

Project.Application.FontItalic.md

File metadata and controls

39 lines (24 loc) · 996 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FontItalic method (Project)
vbapj.chm2321
vbapj.chm2321
project-server
Project.Application.FontItalic
d5e79d03-af96-98fb-8f80-6c1fa583a215
06/08/2017
medium

Application.FontItalic method (Project)

Applies or removes italic formatting from the selected text.

Syntax

expression. FontItalic( _Set_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Set Optional Boolean True if italic formatting is applied to the selected text. False if italic formatting is removed from the selected text. The default value is False if the selected text is italic and True if the selected text is not italic.

Return value

Boolean

[!includeSupport and feedback]