![]() | InDesign SDK 20.5 |

Public Member Functions | |
| HidTxtParcelListComposer (IPMUnknown *boss) | |
| virtual | ~HidTxtParcelListComposer () |
| virtual void | RecomposeThruLastParcel () |
| virtual void | RecomposeThru (ParcelKey key) |
| virtual void | RecomposeThruTextIndex (TextIndex composeUpThruThisIndex) |
Public Member Functions inherited from CPMUnknown< ITextParcelListComposer > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ITextParcelListComposer | |
| enum | { kDefaultIID = IID_ITEXTPARCELLISTCOMPOSER } |
Protected Member Functions inherited from CPMUnknown< ITextParcelListComposer > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ITextParcelListComposer > | |
| HelperInterface | fHelperInterface |
Stub ITextParcelListComposer implementation, display of composed hidden text is not supported.
| HidTxtParcelListComposer::HidTxtParcelListComposer | ( | IPMUnknown * | boss | ) |
Constructor.
| boss |
| virtual |
Destructor.
| virtual |
Compose upto and including the specified Parcel. Passing in an invalid ParcelKey is the same as calling RecomposeThruLastParcel().
Implements ITextParcelListComposer.
| virtual |
Compose all the Parcels in the ParcelList.
Implements ITextParcelListComposer.