Break class
Break. When the object is serialized out as xml, its qualified name is x:brk.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Spreadsheet.Break
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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.