La clase SWFTextField
Introducción
SWFTextField.
Clases sinopsis
SWFTextField
{
/* Métodos */
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ñade caracteres a una fuente que estará disponible dentro de un campo de texto
- SWFTextField->addString — Concatena la cadena dada al campo de texto
- SWFTextField->align — Establece la alineación del campo de texto
- SWFTextField->__construct — Crea un objeto campo de texto
- SWFTextField->setBounds — Establece el ancho y el alto del campo de texto
- SWFTextField->setColor — Establece el color del campo de texto
- SWFTextField->setFont — Establece la fuente del campo de texto
- SWFTextField->setHeight — Establece el alto de la fuente de este campo de texto
- SWFTextField->setIndentation — Establece la indentación de la primera línea
- SWFTextField->setLeftMargin — Establece el ancho del margen izquierdo del campo de texto
- SWFTextField->setLineSpacing — Establece el espaciado entre líneas de un campo de texto
- SWFTextField->setMargins — Establece el ancho de los márgenes del campo de texto
- SWFTextField->setName — Establece el nombre de la variable
- SWFTextField->setPadding — Establece el relleno de este campo de texto
- SWFTextField->setRightMargin — Establece el ancho del margen derecho del campo de texto
There are no user contributed notes for this page.
