#include <css_box_layout.h>
Inheritance diagram for CL_CSSInlineTextBox:

Attributes | |
| enum | Type { NULL_BOX, INLINE_BOX, INLINE_TEXT_BOX, INLINE_OBJECT_BOX, BLOCK_BOX, LIST_ITEM_BOX, RUN_IN_BOX, COMPACT_BOX, MARKER_BOX, TABLE_BOX, INLINE_TABLE_BOX, TABLE_ROW_GROUP_BOX, TABLE_HEADER_GROUP_BOX, TABLE_FOOTER_GROUP_BOX, TABLE_ROW_BOX, TABLE_COLUMN_GROUP_BOX, TABLE_COLUMN_BOX, TABLE_CELL_BOX, TABLE_CAPTION_BOX } |
| CL_CSSBoxLayout | get_box_layout () |
| Get Box layout. | |
| Type | get_type () const |
| Get Type. | |
| CL_CSSBox | get_parent_box () const |
| Returns the parent of this box. | |
| CL_CSSBox | get_first_child () const |
| The first child of this box. | |
| CL_CSSBox | get_last_child () const |
| The last child of this box. | |
| CL_CSSBox | get_previous_sibling () const |
| The box immediately preceding this box. | |
| CL_CSSBox | get_next_sibling () const |
| The box immediately following this box. | |
| bool | is_null () const |
| Returns true if this is a null box. | |
| bool | is_anonymous () const |
| Returns true if this is an anonymous (generated) box. | |
| bool | is_inline_box () const |
| Returns true if this is an inline box. | |
| bool | is_inline_text_box () const |
| Returns true if this is an inline text box. | |
| bool | is_inline_object_box () const |
| Returns true if this is an inline object box. | |
| bool | is_block_box () const |
| Returns true if this is a block box. | |
| bool | is_list_item_box () const |
| Returns true if this is a list item box. | |
| bool | is_run_in_box () const |
| Returns true if this is a run-in box. | |
| bool | is_compact_box () const |
| Returns true if this is a compact box. | |
| bool | is_marker_box () const |
| Returns true if this is a marker box. | |
| bool | is_table_box () const |
| Returns true if this is a table box. | |
| bool | is_inline_table_box () const |
| Returns true if this is an inline-table box. | |
| bool | is_table_row_group_box () const |
| Returns true if this is a table row group box. | |
| bool | is_table_header_group_box () const |
| Returns true if this is a table header group box. | |
| bool | is_table_footer_group_box () const |
| Returns true if this is a table footer group box. | |
| bool | is_table_row_box () const |
| Returns true if this is a table row box. | |
| bool | is_table_column_group_box () const |
| Returns true if this is a table column group box. | |
| bool | is_table_column_box () const |
| Returns true if this is a table column box. | |
| bool | is_table_cell_box () const |
| Returns true if this is a table cell box. | |
| bool | is_table_caption_box () const |
| Returns true if this is a table caption box. | |
Public Member Functions | |
Construction | |
| CL_CSSInlineTextBox () | |
| CL_CSSInlineTextBox (CL_SharedPtr< CL_CSSBox_Impl > impl) | |
| ~CL_CSSInlineTextBox () | |
Attributes | |
| CL_StringRef | get_text () const |
| Get Text. | |
|
|
|
|
|
|
|
|
|
|
|
Get Text.
|
1.4.6