enum SwFootnoteEndPosEnum
{
FTNEND_ATPGORDOCEND, ///< at page or document end
FTNEND_ATTXTEND, ///< at end of the current text end
FTNEND_ATTXTEND_OWNNUMSEQ, ///< -""- and with own number sequence
FTNEND_ATTXTEND_OWNNUMANDFMT, ///< -""- and with own numberformat
FTNEND_ATTXTEND_END
};
/** *SfxPoolItemsubclassthatisawrapperaroundanSwFootnoteEndPosEnum,i.e.todecidewhere *footnotesorendnotesshouldbecollected.AvailableontheUIasFormat->Sections-><Name>-> *Options->Footnotes/Endnotes.Thisisthesharedbaseclassforbothfootnotesandendnotes.
*/ class SW_DLLPUBLIC SwFormatFootnoteEndAtTextEnd : public SfxEnumItem<SwFootnoteEndPosEnum>
{
OUString m_sPrefix;
OUString m_sSuffix;
SvxNumberType m_aFormat;
sal_uInt16 m_nOffset;
/// SwFormatFootnoteEndAtTextEnd subclass, specific to footnotes, placed in the item set of an /// SwSectionFormat. class SW_DLLPUBLIC SwFormatFootnoteAtTextEnd final : public SwFormatFootnoteEndAtTextEnd
{ public:
DECLARE_ITEM_TYPE_FUNCTION(SwFormatFootnoteAtTextEnd)
SwFormatFootnoteAtTextEnd( SwFootnoteEndPosEnum ePos = FTNEND_ATPGORDOCEND )
: SwFormatFootnoteEndAtTextEnd( RES_FTN_AT_TXTEND, ePos )
{}
/// SwFormatFootnoteEndAtTextEnd subclass, specific to endnotes, placed in the item set of an /// SwSectionFormat. class SW_DLLPUBLIC SwFormatEndAtTextEnd final : public SwFormatFootnoteEndAtTextEnd
{ public:
DECLARE_ITEM_TYPE_FUNCTION(SwFormatEndAtTextEnd)
SwFormatEndAtTextEnd( SwFootnoteEndPosEnum ePos = FTNEND_ATPGORDOCEND )
: SwFormatFootnoteEndAtTextEnd( RES_END_AT_TXTEND, ePos )
{
SetNumType( SVX_NUM_ROMAN_LOWER );
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.