C# Class SwfDotNet.IO.Tags.DefineEditTextTag

DefineEditTextTag defines an editable text field.

The value entered into the text field is assigned to a specified variable allowing the creation of forms to accept values entered by a person viewing the Flash file.

The class contains a complex set of attributes which allows a high degree of control over how a text field is displayed.

Additional layout information for the spacing of the text relative to the text field borders can also be specified.

Setting the HTML flag to true allows text marked up with a limited set of HTML tags to be displayed in the text field.

This tag was introduced in Flash 4.

Inheritance: BaseTag, DefineTag, DefineTargetTag
Mostra file Open project: bladecoding/SwfExport Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DefineEditTextTag ( ) : System

constructor.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

Protected Methods

Method Description
Init ( ) : void

Inits this instance.

Method Details

DefineEditTextTag() public method

constructor.
public DefineEditTextTag ( ) : System
return System

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int

Init() protected method

Inits this instance.
protected Init ( ) : void
return void

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void