Question
Can't textWrapOffer be written in myObjStyle.textWrapPreferences-propelity?
Hello everyone.
I want to group scattered attributes together.
Can I only write like this:
textWrapPreferences.textWrapOffset = [2, 2, 5, 5];But can't it be like this? The one below seems invalid:
myObjStyle.textWrapPreferences.properties = {
textWrapMode: TextWrapModes.BOUNDING_BOX_TEXT_WRAP,
textWrapOffset: [2, 2, 5, 5],
}
