![]() | InDesign SDK 20.5 |
#include <ITextAttrBreakBeforeMode.h>

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRBREAKBEFOREMODE } |
| typedef Text::StartBreakLocation | ValueType |
Public Member Functions | |
| void | Set (ValueType flag) |
| ValueType | Get () const |
| virtual void | SetBreakMode (ValueType breakMode)=0 |
| virtual ValueType | GetBreakMode () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
ITextAttrBreakMode is a simple data interface that is used to hold the desired break mode which influences where the paragraph composes: Text::kNoForcedBreak, Text::kAtColumn, Text::kAtPage, Text::kAtFrameBox, Text::kAtOddPage and Text::kAtEvenPage.
| inline |
Get the value
| pure virtual |
Get the value
| inline |
Set the value
| flag | specifies the break mode |
| pure virtual |
Set the value
| breakModel | specifies the break mode |