visit-text:
{
string content = ele -> getContent ();
// Do specific logics with text content
// Do specific logics for HTML export
}
visit-image:
{
string content = ele -> getContent ();
// Do specific logics with image content
// Do specific logics for HTML export
}
visit-table:
{
string content = ele -> getContent ();
// Do specific logics with table content
// Do specific logics for HTML export
}