#include <ContentTree.h>
Inheritance diagram for pdftron::Layout::ListItem:Public Member Functions | |
| ~ListItem () | |
| Paragraph | AddParagraph () |
| Paragraph | AddParagraph (const UString &text) |
| List | AddList () |
| int | GetIndentationLevel () |
| int | GetListIdentifier () |
| int | GetItemIndex () |
Public Member Functions inherited from pdftron::Layout::ContentNode | |
| ~ContentNode () | |
| void | Destroy () |
| ContentNodeIterator | GetContentNodeIterator () |
Public Member Functions inherited from pdftron::Layout::ContentElement | |
| ~ContentElement () | |
| void | Destroy () |
| ElementRef< List > | AsList () const |
| ElementRef< ListItem > | AsListItem () const |
| ElementRef< ContentNode > | AsContentNode () const |
| ElementRef< TextRun > | AsTextRun () const |
| ElementRef< Paragraph > | AsParagraph () const |
| ElementRef< Table > | AsTable () const |
| ElementRef< TableRow > | AsTableRow () const |
| ElementRef< TableCell > | AsTableCell () const |
| TextStyledElement | GetTextStyledElement () |
Public Attributes | |
| TRN_ListItem | m_impl |
Public Attributes inherited from pdftron::Layout::ContentElement | |
| TRN_ContentElement | m_impl |
Friends | |
| class | List |
| class | ElementRef< ListItem > |
Additional Inherited Members | |
Protected Member Functions inherited from pdftron::Layout::ContentNode | |
| ContentNode (TRN_ContentNode impl) | |
Protected Member Functions inherited from pdftron::Layout::ContentElement | |
| ContentElement (TRN_ContentElement impl) | |
A class representing an item in a list in the document content tree.
Definition at line 975 of file ContentTree.h.
| pdftron::Layout::ListItem::~ListItem | ( | ) |
| List pdftron::Layout::ListItem::AddList | ( | ) |
Add a nested list to the list item.
| Paragraph pdftron::Layout::ListItem::AddParagraph | ( | ) |
Add a new paragraph to the list item.
Add a new paragraph with the specified text to the list item.
| text | The text content of the paragraph. |
| int pdftron::Layout::ListItem::GetIndentationLevel | ( | ) |
Get the indentation level of the list item.
| int pdftron::Layout::ListItem::GetItemIndex | ( | ) |
Get the index of the list item within the parent list.
| int pdftron::Layout::ListItem::GetListIdentifier | ( | ) |
Get the identifier of the list.
|
friend |
Definition at line 978 of file ContentTree.h.
|
friend |
Definition at line 977 of file ContentTree.h.
| TRN_ListItem pdftron::Layout::ListItem::m_impl |
Definition at line 1031 of file ContentTree.h.