Freigeben über


Break-Klasse

Break.When the object is serialized out as xml, its qualified name is x:brk.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Spreadsheet.Break

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

Syntax

'Declaration
Public Class Break _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As Break
public class Break : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

18.3.1.3 brk (Break)

Individual row or column breaks

Parent Elements

colBreaks (§18.3.1.14); rowBreaks (§18.3.1.74)

Attributes

Description

id (Id)

Zero-based row or column Id of the page break. Breaks occur above the specified row and left of the specified column.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

man (Manual Page Break)

Manual Break flag. '1' means the break is a manually inserted break.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

max (Maximum)

Zero-based index of end row or column of the break. For row breaks, specifies column index; for column breaks, specifies row index.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

min (Minimum)

Zero-based index of start row or column of the break. For row breaks, specifies column index; for column breaks, specifies row index.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

pt (Pivot-Created Page Break)

Flag indicating that a PivotTable created this break.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_Break) is located in §A.2. 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

Break-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace