Method | Description | |
---|---|---|
HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, HtmlFormatterCase elementCasing, HtmlFormatterCase attributeCasing, bool makeXhtml ) | ||
HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, bool makeXhtml ) |
public HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, HtmlFormatterCase elementCasing, HtmlFormatterCase attributeCasing, bool makeXhtml ) | ||
indentChar | char | |
indentSize | int | |
maxLineLength | int | |
elementCasing | HtmlFormatterCase | |
attributeCasing | HtmlFormatterCase | |
makeXhtml | bool |
public HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, bool makeXhtml ) | ||
indentChar | char | |
indentSize | int | |
maxLineLength | int | |
makeXhtml | bool |