Gets the type of the break.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public BreakType BreakType { get; }
 
Public ReadOnly Property BreakType As BreakType
	Get
 
public:
property BreakType BreakType {
	BreakType get ();
}
 
member BreakType : BreakType with get
 
 
 
Property Value
 
 Type:
 
BreakType
 
 The type of the break.
 
 See Also
See Also