Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
2

What's the difference between Facade::ITransformFacade and kTransformPageItemsCmdBoss?

Community Beginner ,
Sep 05, 2023 Sep 05, 2023

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?

TOPICS
SDK

Views

175
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 05, 2023 Sep 05, 2023

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 06, 2023 Sep 06, 2023

Copy link to clipboard

Copied

LATEST

thanks very much!

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines