The AXWysiwyg class is a wrapper around the Quill rich text editor, designed to simplify its usage in ACorex library. This class provides an easy way to initialize a Quill editor within a specified container and apply various formatting options such as bold, italic, underline, strike-through, font color, text alignment, and more. It also includes methods to manipulate text direction, font size, and background color. Users can insert images, and undo/redo changes using the integrated history features of Quill. The HTMLoutput getter provides access to the HTML content of the editor. The class enhances usability by offering a clean API for interacting with the Quill editor within Angular applications.