کلاس SWFTextField
Introduction
SWFTextField.
Class synopsis
SWFTextField
{
/* Methods */
void addString
( string $string
)
void align
( int $alignement
)
SWFTextField __construct
([ int $flags
] )
void setBounds
( float $width
, float $height
)
void setColor
( int $red
, int $green
, int $blue
[, int $a = 255
] )
void setHeight
( float $height
)
void setIndentation
( float $width
)
void setLeftMargin
( float $width
)
void setLineSpacing
( float $height
)
void setMargins
( float $left
, float $right
)
void setName
( string $name
)
void setPadding
( float $padding
)
void setRightMargin
( float $width
)
}Table of Contents
- SWFTextField->addChars — اضافه کردن کاراکتر به فونت موجود در a textfield
- SWFTextField->addString — الصاق رشته داده شده به فیلد متنی
- SWFTextField->align — تعیین صفبندی فیلد متن
- SWFTextField->__construct — Creates a text field object
- SWFTextField->setBounds — تعیین عرض و ارتفاع فیلد متنی
- SWFTextField->setColor — تعیین رنگ فیلد متنی
- SWFTextField->setFont — تعیین فونت فیلد متنی
- SWFTextField->setHeight — تعیین ارتفاع فونت در فونت فیلد متن
- SWFTextField->setIndentation — تعیین دندانه اولین خط
- SWFTextField->setLeftMargin — تعیین عرض حاشیه چپ فیلد متنی
- SWFTextField->setLineSpacing — تعیین فضای خط فیلد متنی
- SWFTextField->setMargins — تعیین عرض حاشیه فیلد متنی
- SWFTextField->setName — تعیین نام متغیر
- SWFTextField->setPadding — تعیین لایه textfield
- SWFTextField->setRightMargin — تعیین عرض حاشیه راست فیلد متن
There are no user contributed notes for this page.
