| 
ISection
BreakCode Property
  | 
 Returns or setsbreak code.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
SectionBreakType BreakCode { get; set; }
 
Property BreakCode As SectionBreakType
	Get
	Set
 
property SectionBreakType BreakCode {
	SectionBreakType get ();
	void set (SectionBreakType value);
}
 
abstract BreakCode : SectionBreakType with get, set
 
 
 
Property Value
 
 Type:
 
SectionBreakType
 
 
 See Also
See Also