60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTECONFIG_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTECONFIG_HXX
185 pAttrList->
AddAttribute(
"text:start-numbering-at",
"document" );
187 pAttrList->
AddAttribute(
"text:start-numbering-at",
"page" );
189 pAttrList->
AddAttribute(
"text:start-numbering-at",
"chapter" );
192 pAttrList->
AddAttribute(
"text:footnotes-position",
"page" );
194 pAttrList->
AddAttribute(
"text:footnotes-position",
"document" );
202 pStrm->
StartElement(
"text:footnote-continuation-notice-forward" );
204 pStrm->
EndElement(
"text:footnote-continuation-notice-forward" );
209 pStrm->
StartElement(
"text:footnote-continuation-notice-backward" );
211 pStrm->
EndElement(
"text:footnote-continuation-notice-backward" );
214 pStrm->
EndElement(
"text:footnotes-configuration" );
219 pStrm->
EndElement(
"text:endnotes-configuration" );
Attribute list interface for sax writer.
virtual void Clear()=0
@descr: Clear all the attributes in the attribute list.
virtual void AddAttribute(const OUString &name, const OUString &value)=0
@descr: Add an attribute to the attribute list.
Stream wrapper for sax writer.
virtual void Characters(const OUString &oustr)=0
@descr output text node.
virtual IXFAttrList * GetAttrList()=0
@descr return the Attribute list interface.
virtual void StartElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::startElement()
virtual void EndElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::endElement()
implements ixfstyle interface.