SWFTextField クラス
導入
SWFTextField.
クラス概要
SWFTextField
class SWFTextField
{
/* メソッド */
void addChars
( string $chars
)
void addString
( string $string
)
void align
( int $alignement
)
SWFTextField __construct
([ int $flags
] )
void setBounds
( int $width
, int $height
)
void setColor
( int $red
, int $green
, int $blue
[, int $a
] )
void setFont
( string $font
)
void setHeight
( int $height
)
void setIndentation
( int $width
)
void setLeftMargin
( int $width
)
void setLineSpacing
( int $height
)
void setMargins
( int $left
, int $right
)
void setName
( string $name
)
void setPadding
( float $padding
)
void setRightMargin
( int $width
)
}目次
- SWFTextField->addChars() — テキストフィールド内で使用可能なフォントに文字を追加する
- SWFTextField->addString() — 指定した文字列をテキストフィールドに結合する
- SWFTextField->align() — テキストフィールドの配置を設定する
- SWFTextField->__construct() — テキストフィールドのオブジェクトを作成する
- SWFTextField->setBounds() — テキストフィールドの幅と高さを設定する
- SWFTextField->setColor() — テキストフィールドの色を設定する
- SWFTextField->setFont() — テキストフィールドのフォントを設定する
- SWFTextField->setHeight() — このテキストフィールドのフォントの高さを設定する
- SWFTextField->setIndentation() — 最初の行の字下げを設定する
- SWFTextField->setLeftMargin() — テキストフィールドの左マージンの幅を設定する
- SWFTextField->setLineSpacing() — テキストフィールドの行間を設定する
- SWFTextField->setMargins() — テキストフィールドのマージン幅を設定する
- SWFTextField->setName() — 変数名を設定する
- SWFTextField->setPadding() — テキストフィールドのパディングを設定する
- SWFTextField->setRightMargin() — テキストフィールドの右マージンの幅を設定する
SWFTextField
There are no user contributed notes for this page.
