Element newElement = null;
/**
* Original ODT's element evalutation
*/
if (e instanceof TextNoteBodyElement) {// Corpo di una nota
TextNoteBodyElement noteBody = (TextNoteBodyElement) e;
} else if (e instanceof TextNoteCitationElement) {// Rimando ad una nota
} else if (e instanceof OfficeTextElement) {// OFFICE
OfficeTextElement ote = (OfficeTextElement) e;