![]() | InDesign SDK 20.5 |
#include <IAdaptiveTransientData.h>
Public Member Functions | |
| bool16 | HasNewStartAndEndPointForTOP () |
| void | GetStartAndEndPointForTOP (PMPoint &startPoint, PMPoint &endPoint, bool reset=false) |
| void | SetStartAndEndPointForTOP (PMPoint startPoint, PMPoint endPoint) |
| bool | HasRecommendedBounds () |
| virtual PMRect | GetRecommendedBounds (bool reset=false) |
| void | SetRecommendedBounds (PMRect bounds) |
Public Attributes | |
| UIDList | fDependents |
| PMRect | fInitialBounds |
| PMRect | fFinalBounds |
| PMRect | fRecommendedBounds |
| PMPoint | fStartPoint |
| PMPoint | fEndPoint |
| PMPoint | fFinalStartPoint |
| PMPoint | fFinalEndPoint |
| UID | fTOPUID |
| UID | fSpreadUID |
| bool16 | fUnlockThis |
| bool16 | fLeftToRightBinding |
| bool16 | fDependentsInitialised |
| bool16 | fHasRecommendedBounds |
The data structure to hold the temporary data for a particular page item while the Adaptive (Adjust) Layout is in progress.
| inlinevirtual |
Returns recommended final bounds that has been set for this page item.
| reset | [in] true if the recommended bounds are to be rest after returning the bounds. |
| inline |
Returns the start and end point information pertaining to the TOP on this page item.
| startPoint | [out] starting point of the TOP. |
| endPoint | [out] ending point of the TOP. reset [in] true if the TOP information is to be reset after returning the values. |
| inline |
Returns true if start and end point information pertaining to the TOP on this page item has been set.
| inline |
Returns true if recommended final bounds has been set for this page item.
| inline |
Sets recommended final bounds for this page item.
| The | final recommended bounds for this page item. These are supposed to be in spread coordinates. |