| 
Section
BreakCode Property
  | 
 Returns or sets break code.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public SectionBreakType BreakCode { get; set; }
 
Public Property BreakCode As SectionBreakType
	Get
	Set
 
public:
virtual property SectionBreakType BreakCode {
	SectionBreakType get () sealed;
	void set (SectionBreakType value) sealed;
}
 
abstract BreakCode : SectionBreakType with get, set
override BreakCode : SectionBreakType with get, set
 
 
 
Property Value
 
 Type:
 
SectionBreakType
 
Implements
 
ISection
BreakCode
 
 
 See Also
See Also