Share via


X.i Field

Definition

Represents the x:i XML elements.

public static readonly System.Xml.Linq.XName i;
 staticval mutable i : System.Xml.Linq.XName
Public Shared ReadOnly i As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: colItems, font, rowItems, rPr.
  • has the following child XML elements: x_.
  • has the following XML attributes: i, r, t.
  • corresponds to the following strongly-typed classes: Italic, RowItem.

Applies to