20#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWPORTIONHANDLER_HXX
21#define INCLUDED_SW_SOURCE_CORE_INC_SWPORTIONHANDLER_HXX
24#include <rtl/ustring.hxx>
69 const OUString& rText,
To take Asian or other languages into consideration, an SwFont object consists of 3 SwSubFonts (Latin...
The SwPortionHandler interface implements a visitor for the layout engine's text portions.
virtual void LineBreak()=0
line break.
virtual void Text(TextFrameIndex nLength, PortionType nType)=0
(empty) destructor
virtual void Skip(TextFrameIndex nLength)=0
skip characters.
virtual void Special(TextFrameIndex nLength, const OUString &rText, PortionType nType)=0
special portion.
virtual void Finish()=0
end of paragraph.
virtual ~SwPortionHandler()