* Create child element {@odf.element text:bibliography-configuration}.
*
* @return the element {@odf.element text:bibliography-configuration}
*/
public TextBibliographyConfigurationElement newTextBibliographyConfigurationElement() {
TextBibliographyConfigurationElement textBibliographyConfiguration = ((OdfFileDom) this.ownerDocument).newOdfElement(TextBibliographyConfigurationElement.class);
this.appendChild(textBibliographyConfiguration);
return textBibliographyConfiguration;
}