Struct dxf::TableCellStyle [] [src]

pub struct TableCellStyle {
    pub name: String,
    pub text_height: f64,
    pub cell_alignment: i16,
    pub text_color: Color,
    pub cell_fill_color: Color,
    pub is_background_color_enabled: bool,
    pub cell_data_type: i32,
    pub cell_unit_type: i32,
    pub border_lineweight_1: i16,
    pub border_lineweight_2: i16,
    pub border_lineweight_3: i16,
    pub border_lineweight_4: i16,
    pub border_lineweight_5: i16,
    pub border_lineweight_6: i16,
    pub is_border_1_visible: bool,
    pub is_border_2_visible: bool,
    pub is_border_3_visible: bool,
    pub is_border_4_visible: bool,
    pub is_border_5_visible: bool,
    pub is_border_6_visible: bool,
    pub border_1_color: Color,
    pub border_2_color: Color,
    pub border_3_color: Color,
    pub border_4_color: Color,
    pub border_5_color: Color,
    pub border_6_color: Color,
}

Defines a style for a table's cell.

Fields

Trait Implementations

impl Clone for TableCellStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TableCellStyle
[src]

[src]

Formats the value using the given formatter.

impl Default for TableCellStyle
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for TableCellStyle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.