![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ITEXTLINESSYNC } |
Public Member Functions | |
| virtual void | SyncLines (TextIndex at, IDataBase *waxDb)=0 |
| virtual void | BreakSync (TextIndex atIndex, IDataBase *waxDb)=0 |
| virtual void | PostComposeSync ()=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 |
Method to sync galley lines in special case where a frame break character is involved. This routine is really for internal use and shouldn't be called otherwise.
| atIndex | TextIndex just after break character |
| waxDb | database of the wax |
| pure virtual |
Used internally to clean up some text lines after composition mainly in cases where frame break characters are in the text.
| pure virtual |
Method to sync galley lines to layout composition.
| atIndex | TextIndex of waxline changed |
| waxDb | database of the wax |