Class Break
Represents a break within a document.
Implements
IronSoftware.Abstractions.Word.IBreak
IronSoftware.Abstractions.Word.IWordDocumentObject
IronSoftware.Abstractions.IDocumentObject
System.ICloneable
Inherited Members
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Break : ContentElement, IBreak, IWordDocumentObject, IDocumentObject, ICloneable
Constructors
Break()
Create a new break.
Declaration
public Break()
Break(BreakValue)
Create a new break.
Declaration
public Break(BreakValue type)
Parameters
| Type | Name | Description |
|---|---|---|
| IronSoftware.Abstractions.Word.BreakValue | type | Type of break. |
Properties
Type
Declaration
public BreakValue Type { get; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.Word.BreakValue |
Implements
IronSoftware.Abstractions.Word.IBreak
IronSoftware.Abstractions.Word.IWordDocumentObject
IronSoftware.Abstractions.IDocumentObject
System.ICloneable