IFormDesignerTextSource Interface
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Represents a properties and methods for a Form Designer control's text.
Syntax
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(FormDesignerTextSourceOperations.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 |
LoadStream(Stream) | |
LoadStream(TextReader) | |
ReplaceText(FormDesignerTextSourceOperations.TextReplacementOperation[]) | When implemented by a class, performs number of text replacements defined in the specified operations. |
SaveFile(String) | When implemented by a class, saves |
SaveStream(Stream) | |
SaveStream(TextWriter) |