Package net.sf.jasperreports.engine.util
Class JRTextAttribute
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- net.sf.jasperreports.engine.util.JRTextAttribute
-
- All Implemented Interfaces:
Serializable
public final class JRTextAttribute extends AttributedCharacterIterator.Attribute
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JRTextAttributeFONT_INFOstatic JRTextAttributeFONT_SIZEstatic JRTextAttributeHTML_LISTstatic Set<JRTextAttribute>HTML_LIST_ATTRIBUTESstatic JRTextAttributeHTML_LIST_ITEMstatic JRTextAttributeHYPERLINKstatic JRTextAttributeIS_PDF_EMBEDDEDstatic JRTextAttributePDF_ENCODINGstatic JRTextAttributePDF_FONT_NAMEstatic JRTextAttributeSEARCH_HIGHLIGHT-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectreadResolve()Resolves instances being deserialized to the predefined constants.-
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
-
-
-
Field Detail
-
PDF_FONT_NAME
public static final JRTextAttribute PDF_FONT_NAME
-
PDF_ENCODING
public static final JRTextAttribute PDF_ENCODING
-
IS_PDF_EMBEDDED
public static final JRTextAttribute IS_PDF_EMBEDDED
-
FONT_SIZE
public static final JRTextAttribute FONT_SIZE
-
HYPERLINK
public static final JRTextAttribute HYPERLINK
-
HTML_LIST
public static final JRTextAttribute HTML_LIST
-
HTML_LIST_ITEM
public static final JRTextAttribute HTML_LIST_ITEM
-
SEARCH_HIGHLIGHT
public static final JRTextAttribute SEARCH_HIGHLIGHT
-
FONT_INFO
public static final JRTextAttribute FONT_INFO
-
HTML_LIST_ATTRIBUTES
public static final Set<JRTextAttribute> HTML_LIST_ATTRIBUTES
-
-
Method Detail
-
readResolve
protected Object readResolve() throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.- Overrides:
readResolvein classAttributedCharacterIterator.Attribute- Throws:
InvalidObjectException
-
-