property Item.Italic as Boolean
Sets or returns whether or not the item should appear in italic.

TypeDescription
Boolean A boolean expression that indicates whether or not item should appear in italic. 
Use the Italic property to specify that item should appear in italic. Use the <i> HTML tag in Caption property to specify parts that should appear in italic. Use the Bold property to specify that item should appear in bold. Use the StrikeOut property to specify that item should appear in strikeout.  Use the Underline property to specify that item should appear in underline.