PageBreakType Class
Defines the PageBreakType class.
Inheritance Hierarchy
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
'宣言
<ChildElementInfoAttribute(GetType(Break))> _
Public MustInherit Class PageBreakType _
Inherits OpenXmlCompositeElement
'使用
Dim instance As PageBreakType
[ChildElementInfoAttribute(typeof(Break))]
public abstract class PageBreakType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:Break <x:brk>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.