Method | Description | |
---|---|---|
GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List |
Generates the foldings for our document.
|
public GenerateFoldMarkers ( IDocument document, string fileName, object parseInformation ) : List |
||
document | IDocument | The current document. |
fileName | string | The filename of the document. |
parseInformation | object | Extra parse information, not used in this sample. |
return | List |