C# Class MarkVSharp.ParagraphParams

Container for parameters for generating a paragraph
Show file Open project: emacarie/MarkVSharp Class Usage Examples

Public Properties

Property Type Description
MaxSentences int
MinSentences int
ParagraphIndent int
SentenceIndent int

Property Details

MaxSentences public property

public int MaxSentences
return int

MinSentences public property

public int MinSentences
return int

ParagraphIndent public property

public int ParagraphIndent
return int

SentenceIndent public property

public int SentenceIndent
return int