LibreOffice Module sw (master) 1
Classes | Enumerations
formatlinebreak.hxx File Reference
#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>
Include dependency graph for formatlinebreak.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ SwLineBreakClear

enum class SwLineBreakClear
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.