[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.XeFieldOptions.Italic

Italic Property

Italic

Gets or sets a value indicating whether to apply italic formatting to the entry's page number.

However, if the index style for that entry is already italic, the true removes that formatting for that entry.

This property does not have effect if the Behavior property is CrossReference.

Default value is false.

Declaration
public bool Italic { get; set; }
Public Property Italic As Boolean