BottomBorderLineProperties class
Bottom Border Line Properties. When the object is serialized out as xml, its qualified name is a:lnB.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.LinePropertiesType
DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
lnB (Bottom Border Line Properties)
This element defines the line properties associated with the bottom border of a given cell.
[Example: Consider the following example of a bottom border line properties element within DrawingML:
<a:lnB w="38100" cap="flat" cmpd="sng" algn="ctr">
<a:solidFill>
<a:schemeClr val="accent2"/>
</a:solidFill>
<a:prstDash val="solid"/>
<a:round/>
<a:headEnd type="none" w="med" len="med"/>
<a:tailEnd type="none" w="med" len="med"/>
</a:lnB>In this example, one can see that the bottom border line style defined with certain properties, such as a flat end line cap, a given width, head and tail end, color, etc. end example]
Parent Elements |
|---|
tcPr (§21.1.3.17) |
Child Elements | Subclause |
|---|---|
bevel (Line Join Bevel) | §20.1.8.9 |
custDash (Custom Dash) | §20.1.8.21 |
extLst (Extension List) | §20.1.2.2.15 |
gradFill (Gradient Fill) | §20.1.8.33 |
headEnd (Line Head/End Style) | §20.1.8.38 |
miter (Miter Line Join) | §20.1.8.43 |
noFill (No Fill) | §20.1.8.44 |
pattFill (Pattern Fill) | §20.1.8.47 |
prstDash (Preset Dash) | §20.1.8.48 |
round (Round Line Join) | §20.1.8.52 |
solidFill (Solid Fill) | §20.1.8.54 |
tailEnd (Tail line end style) | §20.1.8.57 |
Attributes | Description |
|---|---|
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). |
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). |
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). |
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). |
[Note: The W3C XML Schema definition of this element’s content model (CT_LineProperties) is located in §A.4.1. end note]
© ISO/IEC29500: 2008.