Table of Contents

Interface IFormDesignerTextSource

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Represents properties and methods for a Form Designer control's text.

public interface IFormDesignerTextSource

Properties

Text

When implemented by a class, gets or sets text source content as a single string with the individual strings delimited by carriage returns.

Methods

InsertText(TextInsertionOperation[])

When implemented by a class, performs number of text insertions defined in the specified operations.

LoadFile(string)

When implemented by a class, loads the contents of a text file into Text property.

LoadStream(Stream)

When implemented by a class, loads the designer text content of the specified stream.

LoadStream(TextReader)

When implemented by a class, loads the designer text content of the specified stream.

ReplaceText(TextReplacementOperation[])

When implemented by a class, performs number of text replacements defined in the specified operations.

SaveFile(string)

When implemented by a class, saves IFormDesignerTextSource content to the specific file.

SaveStream(Stream)

When implemented by a class, saves the designer text content to the specified stream.

SaveStream(TextWriter)

When implemented by a class, saves the designer text content to the specified stream.