Freigeben über


PageBreakType-Klasse

Defines the PageBreakType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.PageBreakType
        DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks
        DocumentFormat.OpenXml.Spreadsheet.RowBreaks

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Break))> _
Public MustInherit Class PageBreakType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PageBreakType
[ChildElementInfoAttribute(typeof(Break))]
public abstract class PageBreakType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:Break <x:brk>

Threadsicherheit

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

Siehe auch

Referenz

PageBreakType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace