m_T.assure("field not fixed?", isFixed);
node = new TextFieldNode(content);
}
} else if (type.equals("Footnote")) {
Object xNote = xPropSet.getPropertyValue("Footnote");
XFootnote xFootnote = (XFootnote)
UnoRuntime.queryInterface(XFootnote.class, xNote);
String label = xFootnote.getLabel();
node = new FootnoteNode(label);
} else if (type.equals("Frame")) {
XContentEnumerationAccess xCEA = (XContentEnumerationAccess)
UnoRuntime.queryInterface(XContentEnumerationAccess.class,
xPortion);