OBJECT
type ProductStateTextArea {id: ID area_id: ID area_properties: Json text: String final_text: String html: String offset_x: Int offset_y: Int offset_z: Int arc_angle: Float size: Int size_unit: String width: Int height: Int horizontal_align: String vertical_align: String rotation: Float render_mode: Int fill_colour: Int fill_pattern: String stroke_colour: Int font_id: Int effect_id: Int is_bold: Boolean is_italic: Boolean is_underlined: Boolean is_disabled: Boolean do_auto_fit: Boolean do_auto_newline: Boolean do_auto_arc: Boolean text_area: ProductTextArea font: Font }