class SW_DLLPUBLIC SwLineNumberInfo final : public SwClient /**< purpose of derivation from SwClient:
character style for displaying the numbers. */
{
SvxNumberType m_aType; ///< e.g. roman linenumbers
OUString m_aDivider; ///< String for additional interval (vert. lines user defined)
sal_uInt16 m_nPosFromLeft; ///< Position for paint
sal_uInt16 m_nCountBy; ///< Paint only for every n line
sal_uInt16 m_nDividerCountBy; /**< Interval for display of an user defined
string every n lines */
LineNumberPosition m_ePos; ///< Where should the display occur (number and divider) bool m_bPaintLineNumbers; ///< Should anything be displayed? bool m_bCountBlankLines; ///< Count empty lines? bool m_bCountInFlys; ///< Count also within FlyFrames? bool m_bRestartEachPage; /**< Restart counting at the first paragraph of each page
(even on follows when paragraphs are split) */ virtualvoid SwClientNotify( const SwModify&, const SfxHint& ) override;
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.