Share via


TopLeftToBottomRightBorderLineProperties-Klasse

Top-Left to Bottom-Right Border Line Properties.When the object is serialized out as xml, its qualified name is a:lnTlToBr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.LinePropertiesType
        DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class TopLeftToBottomRightBorderLineProperties _
    Inherits LinePropertiesType
'Usage
Dim instance As TopLeftToBottomRightBorderLineProperties
public class TopLeftToBottomRightBorderLineProperties : LinePropertiesType

Hinweise

The following table lists the possible child types:

  • NoFill <a:noFill>

  • SolidFill <a:solidFill>

  • GradientFill <a:gradFill>

  • PatternFill <a:pattFill>

  • PresetDash <a:prstDash>

  • CustomDash <a:custDash>

  • Round <a:round>

  • LineJoinBevel <a:bevel>

  • Miter <a:miter>

  • HeadEnd <a:headEnd>

  • TailEnd <a:tailEnd>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.1.3.10 lnTlToBr (Top-Left to Bottom-Right Border Line Properties)

This element defines the line properties associated with the diagonal line from the top left corner of the cell to the bottom right corner.

[Example: Consider the following example of a lnTlToBr within DrawingML:

<a:lnTlToBr 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:lnTlToBr>

In this example, one can see that the 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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TopLeftToBottomRightBorderLineProperties-Member

DocumentFormat.OpenXml.Drawing-Namespace