Struct swf_tree::tags::DefineDynamicText
[−]
[src]
pub struct DefineDynamicText {
pub id: u16,
pub bounds: String,
pub word_wrap: bool,
pub multiline: bool,
pub password: bool,
pub readonly: bool,
pub auto_size: bool,
pub no_select: bool,
pub border: bool,
pub was_static: bool,
pub html: bool,
pub use_glyph_font: bool,
pub font_id: Option<u16>,
pub font_size: Option<u16>,
pub font_class: Option<String>,
pub color: Option<StraightSRgba8>,
pub max_length: u16,
pub align: Option<TextAlignment>,
pub margin_left: u16,
pub margin_right: u16,
pub indent: u16,
pub leading: i16,
pub variable_name: Option<String>,
pub text: Option<String>,
}Fields
id: u16
bounds: String
word_wrap: bool
multiline: bool
password: bool
readonly: bool
auto_size: bool
no_select: bool
border: bool
was_static: bool
html: bool
use_glyph_font: bool
font_id: Option<u16>
font_size: Option<u16>
font_class: Option<String>
color: Option<StraightSRgba8>
max_length: u16
align: Option<TextAlignment>
margin_left: u16
margin_right: u16
indent: u16
leading: i16
variable_name: Option<String>
text: Option<String>
Trait Implementations
impl Debug for DefineDynamicText[src]
impl PartialEq for DefineDynamicText[src]
fn eq(&self, __arg_0: &DefineDynamicText) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DefineDynamicText) -> bool
This method tests for !=.