TextCharacterPropertiesType.Italic Property
Italics.Represents the attribte in schema: i
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "i")> _
Public Property Italic As BooleanValue
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As BooleanValue
value = instance.Italic
instance.Italic = value
[SchemaAttrAttribute(, "i")]
public BooleanValue Italic { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
See Also
Reference
TextCharacterPropertiesType Class