![]() | InDesign SDK 20.5 |
Public Member Functions | |
| virtual IDataBase * | GetDataBase () const =0 |
| virtual IComposeScanner * | GetComposeScanner () const =0 |
| ComposeScanner for the story being composed. | |
| virtual TextIndex | GetThreadStart () const =0 |
| Return the starting TextIndex of the TextStoryThread being composed. | |
| virtual int32 | GetThreadSpan () const =0 |
| Return the span of the TextStoryThread being composed. | |
| virtual TextIndex | GetThreadEnd () const =0 |
| Return the ending TextIndex of the TextStoryThread being composed. | |
| virtual TextIndex | GetParagraphStart () const =0 |
| Return the TextIndex of the start of the paragraph. | |
| virtual int32 | GetParagraphSpan () const =0 |
| Returns the span of the paragraph including the final CR. | |
| virtual TextIndex | GetParagraphEnd () const =0 |
| Return the TextIndex of the end of the paragraph. | |
| virtual const IParcelList * | GetParcelList () const =0 |
| IParcelList for the TextStoryThread being composed. | |
| virtual const ITextParcelList * | GetTextParcelList () const =0 |
| ITextParcelList for the TextStoryThread being composed. | |
| virtual bool16 | ShouldFakeTabAlignToChar () const =0 |
| virtual const ITextOptions * | GetTextOptions () const =0 |
| virtual const IStoryOptions * | GetStoryOptions () const =0 |
| virtual bool16 | GetIsVertical () const =0 |
| virtual IPairKernDict * | GetPairKernDict (ClassID whichAlgorithm) const =0 |
| virtual IEdgeAlignDict * | GetEdgeAlignDict (ClassID whichAlgorithm) const =0 |
| virtual IHyphenationService * | GetSimpleHyphenator () const =0 |
| virtual IHyphenationService * | GetHyphenator (const ILanguage *pLanguage) const =0 |
| virtual IHyphenationExceptions * | GetHyphenationExceptions (bool16 *pCheckUserDictionary) const =0 |
| virtual TextIndex | GetTextIndex () const =0 |
| virtual const IWaxLine * | GetWaxLine () const =0 |
| Returns a pointer to the WaxLine being rebuilt. | |
| virtual const IWaxLine * | GetPreviousWaxLine () const =0 |
| virtual UID | GetParcelFrameUID () const =0 |
| virtual PMRect | GetParcelContentBounds () const =0 |
| virtual bool16 | IsParcelContentAnArea () const =0 |
| virtual PMReal | GetParcelEffectiveVerticalSpacing () const =0 |
| virtual const OwnedItemDataList::const_iterator | GetOwnedItemBeginIter () const =0 |
| virtual const OwnedItemDataList::const_iterator | GetOwnedItemEndIter () const =0 |
| virtual int32 | GetShapingEngine () const =0 |
| virtual void | SetShapingEngine (int32 shapingEngine)=0 |
| pure virtual |
Returns a "begin" iterator to a private OwnedItemDataList representing the OwnedItems in the span of the WaxLine.
| pure virtual |
Returns an "end" iterator to a private OwnedItemDataList representing the OwnedItems in the span of the WaxLine.
| pure virtual |
Returns a pointer to the (undamaged) WaxLine previous to the one returned by GetWaxLine(). Return nil if the current WaxLine is at the beginning of the TextStoryThread.
| pure virtual |
ADOBE INTERNAL USE ONLY
| pure virtual |
ADOBE INTERNAL USE ONLY