1. Object FileContent

    Artikel: AN0001625Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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.

     

×