Share via


A.br Field

Definition

Represents the a:br XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: p.
  • has the following child XML elements: rPr.
  • corresponds to the following strongly-typed classes: Break.

Applies to