#include <css_box_layout.h>
Public Member Functions | |
Construction | |
| CL_CSSBoxLayout () | |
| CSS Box Layout constructor. | |
| CL_CSSBoxLayout (CL_SharedPtr< CL_CSSBoxLayout_Impl > impl) | |
| ~CL_CSSBoxLayout () | |
| CSS Box Layout destructor. | |
Attributes | |
| CL_CSSBox | get_body_box () |
| Get Body box. | |
Operations | |
| CL_CSSBox | create_inline_box () |
| Create inline box. | |
| CL_CSSInlineTextBox | create_inline_text_box (const CL_StringRef &text) |
| Create inline text box. | |
| CL_CSSInlineObjectBox | create_inline_object_box (const CL_DomElement &element) |
| Create inline object box. | |
| CL_CSSBox | create_block_box () |
| Create block box. | |
| CL_CSSBox | create_list_item_box () |
| Create list item box. | |
| CL_CSSBox | create_run_in_box () |
| Create run in box. | |
| CL_CSSBox | create_compact_box () |
| Create compact box. | |
| CL_CSSBox | create_marker_box () |
| Create marker box. | |
| CL_CSSBox | create_table_box () |
| Create table box. | |
| CL_CSSBox | create_inline_table_box () |
| Create inline table box. | |
| CL_CSSBox | create_table_row_group_box () |
| Create table row group box. | |
| CL_CSSBox | create_table_header_group_box () |
| Create table header group box. | |
| CL_CSSBox | create_table_footer_group_box () |
| Create table footer group box. | |
| CL_CSSBox | create_table_row_box () |
| Create table row box. | |
| CL_CSSBox | create_table_column_group_box () |
| Create table column group box. | |
| CL_CSSBox | create_table_column_box () |
| Create table column box. | |
| CL_CSSBox | create_table_cell_box () |
| Create table cell box. | |
| CL_CSSBox | create_table_caption_box () |
| Create table caption box. | |
|
|
CSS Box Layout constructor.
|
|
|
|
|
|
CSS Box Layout destructor.
|
|
|
Create block box.
|
|
|
Create compact box.
|
|
|
Create inline box.
|
|
|
Create inline object box.
|
|
|
Create inline table box.
|
|
|
Create inline text box.
|
|
|
Create list item box.
|
|
|
Create marker box.
|
|
|
Create run in box.
|
|
|
Create table box.
|
|
|
Create table caption box.
|
|
|
Create table cell box.
|
|
|
Create table column box.
|
|
|
Create table column group box.
|
|
|
Create table footer group box.
|
|
|
Create table header group box.
|
|
|
Create table row box.
|
|
|
Create table row group box.
|
|
|
Get Body box.
|
1.4.6