C# 클래스 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.

상속: BaseTag, DefineTag, DefineTargetTag
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Init ( ) : void

Inits this instance.

메소드 상세

DefineEditTextTag() 공개 메소드

constructor.
public DefineEditTextTag ( ) : System
리턴 System

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

Init() 보호된 메소드

Inits this instance.
protected Init ( ) : void
리턴 void

ReadData() 공개 메소드

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

Serialize() 공개 메소드

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

UpdateData() 공개 메소드

see base class
public UpdateData ( byte version ) : void
version byte
리턴 void