LibreOffice Module sw (master) 1
|
#include "swdllapi.h"
#include <svl/eitem.hxx>
#include "calbck.hxx"
#include <cppuhelper/weakref.hxx>
#include <unotools/weakref.hxx>
#include <com/sun/star/text/XTextContent.hpp>
Go to the source code of this file.
Classes | |
class | SwFormatLineBreak |
SfxPoolItem subclass that wraps an SwLineBreakClear. More... | |
Enumerations | |
enum class | SwLineBreakClear { NONE , LEFT , RIGHT , ALL , LAST = ALL } |
Defines the location of a line break text wrapping restart. More... | |
|
strong |
Defines the location of a line break text wrapping restart.
Enumerator | |
---|---|
NONE | |
LEFT | |
RIGHT | |
ALL | |
LAST |
Definition at line 35 of file formatlinebreak.hxx.