Copy link to clipboard
Copied
Hi guys. I would like to know the difference in usage between Facade::ITransformFacade and kTransformPageItemsCmdBoss. Could anyone explain me about it?
Copy link to clipboard
Copied
Facade::ITransformFacade - is just a layer or high level abstraction and provides utility functions for transformation. This will eventually call the command to perform the transformation of page items. For Eg -
Utils<Facade::ITransformFacade>()->TransformItems();
kTransformPageItemsCmdBoss - is the command that actually perform the transformation.
You can use anyone of them.
- Rahul Rastogi
Adobe InDesign SDK Plugin Architect.
Copy link to clipboard
Copied
thanks very much!