LineSpacingRule Enum |
Docentric Toolkit Help
Send Feedback |
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum LineSpacingRule
| Member name | Description |
|---|---|
| AtLeast | The line spacing needs to be at least value specified by the LineSpacing value. |
| Exactly | The line spacing is exactly value. |
| Multiple | The line spacing is value specified by the LineSpacing value (as the number of lines). |