org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers
Class AbstractTextElementReadHandler

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
      extended by org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler
          extended by org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
              extended by org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractTextElementReadHandler
All Implemented Interfaces:
ReportElementReadHandler, org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Direct Known Subclasses:
BandReadHandler, LabelReadHandler, MessageFieldReadHandler, ResourceLabelReadHandler, ResourceMessageReadHandler, StringFieldReadHandler

public abstract class AbstractTextElementReadHandler
extends AbstractElementReadHandler


Field Summary
static String EXCEL_WRAP_TEXT
           
static String RESERVED_LITERAL_ATT
          A constant defining the name of the reserved-literal attribute.
static String TRIM_TEXT_CONTENT_ATT
          A constant defining the name of the trim-text-content attribute.
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
ALIGNMENT_ATT, COLOR_ATT, FIELDNAME_ATT, FONT_NAME_ATT, FONT_SIZE_ATT, FONT_STYLE_ATT, FS_BOLD, FS_EMBEDDED, FS_ENCODING, FS_ITALIC, FS_STRIKETHR, FS_UNDERLINE, FUNCTIONNAME_ATT, LINEHEIGHT, NAME_ATT, NULLSTRING_ATT, STYLE_CLASS_ATT, VALIGNMENT_ATT
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
getElement, getObject
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
characters, endElement, getLocator, getRootHandler, getTagName, getUri, init, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
characters, endElement, init, startElement
 

Field Detail

RESERVED_LITERAL_ATT

public static final String RESERVED_LITERAL_ATT
A constant defining the name of the reserved-literal attribute.

See Also:
Constant Field Values

TRIM_TEXT_CONTENT_ATT

public static final String TRIM_TEXT_CONTENT_ATT
A constant defining the name of the trim-text-content attribute.

See Also:
Constant Field Values

EXCEL_WRAP_TEXT

public static final String EXCEL_WRAP_TEXT
See Also:
Constant Field Values