Box
Management
| Function | Status | Description |
box.all | | All boxes collection |
box.copy() | | Copy box |
box.delete() | | Delete box |
box.new() | | Create new box |
Getters
| Function | Status | Description |
box.get_bottom() | | Get bottom coordinate |
box.get_left() | | Get left coordinate |
box.get_right() | | Get right coordinate |
box.get_top() | | Get top coordinate |
Setters
| Function | Status | Description |
box.set_bgcolor() | | Set background color |
box.set_border_color() | | Set border color |
box.set_border_style() | | Set border style |
box.set_border_width() | | Set border width |
box.set_bottom() | | Set bottom coordinate |
box.set_bottom_right_point() | | Set bottom-right point |
box.set_extend() | | Set extend mode |
box.set_left() | | Set left coordinate |
box.set_lefttop() | | Set left-top point |
box.set_right() | | Set right coordinate |
box.set_rightbottom() | | Set right-bottom point |
box.set_text() | | Set text |
box.set_text_color() | | Set text color |
box.set_text_font_family() | | Set text font family |
box.set_text_formatting() | | Set text formatting |
box.set_text_halign() | | Set text horizontal alignment |
box.set_text_size() | | Set text size |
box.set_text_valign() | | Set text vertical alignment |
box.set_text_wrap() | | Set text wrap |
box.set_top() | | Set top coordinate |
box.set_top_left_point() | | Set top-left point |
box.set_xloc() | | Set x-location |