This method will enter text editing mode on the provided frame.
the id frame to enter text edit mode on.
This method will exit text editing mode.
This method gets the text content of a text frame. The variables contained in the text will return their values only if you are in text editing mode.
the text content
The ID of a text frame
The type of the text
This method will assign an image from a variable to the correct ImageFrame
the id of the imageFrame where an image needs to be assigned to
the id of the variable which contains the image
This method will insert a text variable in the selected frame. Calling this method requires that the selected frame is in text editing mode.
the id of the variable to be inserted.
This method selects the text content of a text frame
The ID of a text frame
The index where the selection starts
The length of selection from startIndex
This method sets the text content of a text frame
The ID of a text frame
The new text content
Generated using TypeDoc
The ExperimentController contains all SDK functions that are considered for addition, or functions we want to keep open for changing definitions. This is a sneak peak into future versions of the SDK. Never build production code relying on functions in this controller.