24 #ifndef __SDKLayoutHelper_H_DEFINED__ 25 #define __SDKLayoutHelper_H_DEFINED__ 27 #include "IDocFileHandler.h" 28 #include "PMPathPoint.h" 91 const PMReal& height = 792,
92 const int32 pages = 1,
93 const int32 pagesPerSpread = 1,
94 const int32 pageBinding = 0);
104 UIFlags uiFlags = K2::kFullUI);
115 bool16 saveOnClose = kFalse,
116 UIFlags uiFlags = K2::kFullUI,
117 bool8 allowCancel = kTrue,
118 IDocFileHandler::CloseCmdMode cmdMode = IDocFileHandler::kSchedule);
130 UIFlags uiFlags = kFullUI);
147 bool16 wantGuideLayer=kFalse);
159 int32 documentLayerIndex=1,
160 bool16 wantGuideLayer=kFalse);
195 const UIDRef& parentUIDRef,
196 const PMRect& boundsInParentCoords,
197 const UIFlags uiFlags = K2::kFullUI,
198 const bool16 retainFormat = kTrue,
199 const bool16 convertQuotes = kTrue,
200 const bool16 applyCJKGrid = kFalse,
201 const UID& uidPreview = kInvalidUID);
227 const PMRect& boundsInParentCoords,
228 int32 numberOfColumns = 0,
229 bool16 verticalFrame = kFalse,
230 UIDRef* storyUIDRef = nil,
231 bool16 isLeftToRight = kTrue);
258 const PMRect& boundsInParentCoords,
259 const PMRect& boundsInInnerCoords,
261 bool16 bClosedPath = kTrue);
285 #endif // __SDKLayoutHelper_H_DEFINED__