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

[plugin development] create text object with attribut center

New Here ,
Dec 15, 2021 Dec 15, 2021

Hello everybody,
I am developing a custom plugin for adobe xd. It's a discovery for me. I'm creating a Text() object and would like to give it an "align = center" attribute. Is it possible ? I can't find it in the API.
my code:

    const txtPage = new Text();
    txtPage.text = "PAGE";
    txtPage.styleRanges = [{
        length: txtPage.text.length,
        fontFamily: "Montserrat",
        fontStyle: "Bold",
        fill: new Color("#2699FB"),
        fontSize: 24
    }];

aligncenter.pngexpand image

 

 

 

Thanks in advance 🙂

TOPICS
Plug-ins
357
Translate
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
Adobe Employee ,
Dec 21, 2021 Dec 21, 2021

Hi landiiv,

 

Thankyou for reaching out and sorry for the delay in response. Could you please check if this works https://www.adobe.io/xd/uxp/develop/reference/Text/#textalign

 

We are here to help.

 

Thanks,

Harshika

Translate
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
New Here ,
Dec 22, 2021 Dec 22, 2021

Thank you @HARSHIKA_VERMA ðŸ™‚

I had tried this before, maybe I did it wrong. I will try again as soon as possible.

Thank you and happy holidays!

Translate
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
Adobe Employee ,
Dec 22, 2021 Dec 22, 2021
LATEST

Great. Please let us know if you need further assistance.

 

We would be happy to help.

 

Thanks,

Harshika

Translate
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