ITextUpdateAppendOrCreateCopy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

ITextUpdateAppendOrCreate : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to configure text file append or create operation.

Properties Copy link to this sectionLink to this section copied!

String FileContent
Gets or sets the content for the new file or the text that will be appended if already exists.

String Encoding
Gets or sets the file encoding that will be created. Supported values: “ansi”, “utf8”, “utf16”, “none”.

String FileExistsBehavior
Gets or sets the behavior of the operation for existing files. Supported values: “append”, “override”, “none”.