/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ #ifndef INCLUDED_SW_INC_PARATR_HXX #define INCLUDED_SW_INC_PARATR_HXX #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include"swdllapi.h" #include"hintids.hxx" #include"calbck.hxx" #include"swatrset.hxx" #include"format.hxx" #include"charfmt.hxx" #include <editeng/adjustitem.hxx> #include <editeng/lspcitem.hxx> #include <editeng/spltitem.hxx> #include <editeng/widwitem.hxx> #include <editeng/orphitem.hxx> #include <editeng/tstpitem.hxx> #include <editeng/hyphenzoneitem.hxx> #include <editeng/scriptspaceitem.hxx> #include <editeng/hngpnctitem.hxx> #include <editeng/forbiddenruleitem.hxx> #include <editeng/paravertalignitem.hxx> #include <editeng/pgrditem.hxx> #include <o3tl/typed_flags_set.hxx>
class SwFormatDrop;
namespace sw {
enumclass ListLevelIndents { No, FirstLine, LeftMargin };
/** If SwFormatDrop is a Client, it is the CharFormat that describes the font for the DropCaps. If it is not a Client, formatting uses the CharFormat of the paragraph. If the CharFormat is modified, this change is propagated to the paragraphs
via the Modify of SwFormatDrop. */ class SW_DLLPUBLIC SwFormatDrop final : public SfxPoolItem, public SwClient
{
sw::FormatDropDefiner* m_pDefinedIn; ///< TextNode or FormatColl that contains the CapDrops.
sal_uInt16 m_nDistance; ///< Distance to beginning of text.
sal_uInt8 m_nLines; ///< Line count.
sal_uInt8 m_nChars; ///< Character count. bool m_bWholeWord; ///< First word with initials. public: static SfxPoolItem* CreateDefault();
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.