Freigeben über


LinePropertiesType-Klasse

Defines the LinePropertiesType class.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(PresetDash))> _
<ChildElementInfoAttribute(GetType(PatternFill))> _
<ChildElementInfoAttribute(GetType(CustomDash))> _
<ChildElementInfoAttribute(GetType(NoFill))> _
<ChildElementInfoAttribute(GetType(SolidFill))> _
<ChildElementInfoAttribute(GetType(GradientFill))> _
<ChildElementInfoAttribute(GetType(Miter))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(LineJoinBevel))> _
<ChildElementInfoAttribute(GetType(Round))> _
<ChildElementInfoAttribute(GetType(HeadEnd))> _
<ChildElementInfoAttribute(GetType(TailEnd))> _
Public MustInherit Class LinePropertiesType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As LinePropertiesType
[ChildElementInfoAttribute(typeof(PresetDash))]
[ChildElementInfoAttribute(typeof(PatternFill))]
[ChildElementInfoAttribute(typeof(CustomDash))]
[ChildElementInfoAttribute(typeof(NoFill))]
[ChildElementInfoAttribute(typeof(SolidFill))]
[ChildElementInfoAttribute(typeof(GradientFill))]
[ChildElementInfoAttribute(typeof(Miter))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(LineJoinBevel))]
[ChildElementInfoAttribute(typeof(Round))]
[ChildElementInfoAttribute(typeof(HeadEnd))]
[ChildElementInfoAttribute(typeof(TailEnd))]
public abstract class LinePropertiesType : OpenXmlCompositeElement

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>

Threadsicherheit

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

Siehe auch

Referenz

LinePropertiesType-Member

DocumentFormat.OpenXml.Drawing-Namespace

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.LinePropertiesType
        DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties
        DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties
        DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties
        DocumentFormat.OpenXml.Drawing.Outline
        DocumentFormat.OpenXml.Drawing.RightBorderLineProperties
        DocumentFormat.OpenXml.Drawing.TopBorderLineProperties
        DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties
        DocumentFormat.OpenXml.Drawing.Underline