This class provides functionality common to text elements. It provides implementation for the methods described
in JRTextElement.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRBaseTextElement.java 1229 2006-04-19 10:27:35Z teodord $
Initializes properties that are specific to text elements. Common properties are initialized by its
parent constructor.
Parameters: textElement - an element whose properties are copied to this element. Usually it is anet.sf.jasperreports.engine.design.JRDesignTextElement that must be transformed into anJRBaseTextElement at compile time. Parameters: factory - a factory used in the compile process