![]() | InDesign SDK 20.5 |

Classes | |
| class | RebuildHelper |
| class | RecomposeHelper |
| class | Tiler |
Public Types | |
| enum | { kDefaultIID = IID_IPARAGRAPHCOMPOSER } |
| enum | { kDefaultServiceID = kTextEngineService } |
Public Member Functions | |
| virtual bool16 | Recompose (RecomposeHelper *helper)=0 |
| virtual bool16 | RebuildLineToFit (RebuildHelper *helper)=0 |
| virtual bool16 | RebuildLineWithOverrides (IParagraphComposer::RebuildHelper *helper, const AttributeBossList *overrides, bool16 clearOverrides=kFalse)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
This is used to regenerate composed text data from the minimal data stored on disk. It is ok to return kFalse and not do anything.
| helper |
Implemented in SLCParagraphComposer, and WRCParagraphComposer.
| pure virtual |
This is used to regenerate composed text data with overrides. It is ok to return kFalse and not do anything.
| helper | |
| overrides | |
| clearOverrides | - set true if overrides need to be cleared and not applied. |
Implemented in SLCParagraphComposer, and WRCParagraphComposer.
| pure virtual |
Build IWaxLines using the specified helper.
| helper |
Implemented in SLCParagraphComposer, and WRCParagraphComposer.