21.1.2.3.14 uLn

This element specifies the properties for the stroke of the underline that is present within a run of text.

[Example: Consider the DrawingML shown below.

<p:txBody>
  <a:p>
    <a:r>
      <a:rPr >
        <a:uLn algn="r">
      </a:rPr>
      <a:t>Sample Text</a:t>
    </a:r>
  </a:p>
</p:txBody>

The underline alignment of the above text is right aligned. end example]

Attributes

w (Line Width)

Specifies the width to be used for the underline stroke. If this attribute is omitted, then a value of 0 is assumed.

The possible values for this attribute are defined by the ST_LineWidth simple type (20.1.10.35).

cmpd (Compound Line Type)

Specifies the compound line type to be used for the underline stroke. If this attribute is omitted, then a value of sng is assumed.

The possible values for this attribute are defined by the ST_CompoundLine simple type (20.1.10.15).

cap (Line Ending Cap Type)

Specifies the ending caps that should be used for this line. [Note: Examples of cap types are rounded, flat, etc. end note] If this attribute is omitted, than a value of square is assumed.

The possible values for this attribute are defined by the ST_LineCap simple type (20.1.10.31).

algn (Stroke Alignment)

Specifies the alignment to be used for the underline stroke.

The possible values for this attribute are defined by the ST_PenAlignment simple type (20.1.10.39).

[Note: The W3C XML Schema definition of this element’s content model (CT_LineProperties) is located in A.4.1. end note]

Last updated on