![]() | InDesign SDK 20.5 |
Public Member Functions | |
| virtual PMRect | GetNetContentAreaBounds () const =0 |
| virtual bool16 | GetIsNetContentAreaASingleRectangle () const =0 |
| virtual bool16 | GetTilesAt (PMReal yPosition, PMReal minWidth, PMReal height, Text::GridAlignmentMetric alignmentMetric, PMReal alignmentMetricOffset, PMReal heightLeadingDiff, PMRectCollection &tiles, bool16 *pParcelPositionDependent, PMReal *pLeftMargin, PMReal *pRightMargin) const =0 |
| virtual bool16 | GetMarginsAt (PMReal yPosition, PMReal &leftMargin, PMReal &rightMargin) const =0 |
| virtual void | ClearLocalWraps ()=0 |
| virtual void | AddLocalWrap (const TextWrapRef &wrapRef)=0 |
| pure virtual |
Adds a local Wrap to the Tiler. The caller may call this multiple times with new wraps since the last call to ClearLocalWraps().
| wrapRef | Reference to TextWrapRef. |
| pure virtual |
Forces the Tiler to forget about all local wraps.
| pure virtual |
Returns kTrue if the current tileable area as represented by the current state of the Tiler is a single rectangle.
| pure virtual |
| pure virtual |
Returns the bounds of the current tileable area as represented by the current state of the Tiler. If there are no StandOffs in effect the value returned is the same as GetContentBounds().
| pure virtual |
Find a tile of the specfied height with the specfied minimum width starting at the specfied yPosition.