Freigeben über


BorderType-Klasse

Defines the BorderType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.BorderType
        

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

Syntax

'Declaration
Public MustInherit Class BorderType _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As BorderType
public abstract class BorderType : OpenXmlLeafElement

Threadsicherheit

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

Siehe auch

Referenz

BorderType-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.BorderType
        DocumentFormat.OpenXml.Wordprocessing.BarBorder
        DocumentFormat.OpenXml.Wordprocessing.BetweenBorder
        DocumentFormat.OpenXml.Wordprocessing.Border
        DocumentFormat.OpenXml.Wordprocessing.BottomBorder
        DocumentFormat.OpenXml.Wordprocessing.EndBorder
        DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder
        DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder
        DocumentFormat.OpenXml.Wordprocessing.LeftBorder
        DocumentFormat.OpenXml.Wordprocessing.RightBorder
        DocumentFormat.OpenXml.Wordprocessing.StartBorder
        DocumentFormat.OpenXml.Wordprocessing.TopBorder
        DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder
        DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder