Skip to main content
Participant
December 15, 2021
Question

[plugin development] create text object with attribut center

  • December 15, 2021
  • 1 reply
  • 416 views

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
    }];

 

 

 

Thanks in advance 🙂

This topic has been closed for replies.

1 reply

Harshika Verma
Community Manager
Community Manager
December 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

landiivAuthor
Participant
December 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!

Harshika Verma
Community Manager
Community Manager
December 22, 2021

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

 

We would be happy to help.

 

Thanks,

Harshika