1. Object FileContent

    Article: AN0001625Updated:

    This object stores information and centent for a new file. It is used for object FileGenerator

    Name Description
    string Content Content of the new file.
    string EndLine Characters for the line end. They differ according to the type of the generated file (plain text, HTML, RTF).
    void Replace(string oldText, string newText) Method replaces the old text with a new one in the file content.
    void Replace(string oldText, string newText, bool addNewLine) Method replaces the old text with a new one in the file content. It adds characters for the line end behind the replaced text.

     

×