Class TextCommand

TextCommand class

public abstract class TextCommand : Command

Properties

NameDescription
ElementClass { get; }
ElementId { get; }
Position { get; }The position at which the string should be displayed
Text { get; }The string to display

Methods

NameDescription
abstract ReadFromBinary(IBinaryReader)Reads the binary data from the reader
override ToString()
abstract WriteAsBinary(IBinaryWriter)Writes/exports the command as binary mode
abstract WriteAsClearText(IClearTextWriter)Writes/exports the command as clear text mode

See Also