|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.converter.TableAttributesConverter
public class TableAttributesConverter
Provides methods to convert the attributes (padding) to RtfAttributes.
Method Summary | |
---|---|
(package private) static RtfAttributes |
convertCellAttributes(org.xml.sax.Attributes attrs,
RtfAttributes defaultAttributes)
Converts cell attributes to rtf attributes. |
(package private) static RtfAttributes |
convertRowAttributes(org.xml.sax.Attributes attrs,
RtfAttributes defaultAttributes)
Converts table and row attributes to rtf attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
static RtfAttributes convertCellAttributes(org.xml.sax.Attributes attrs, RtfAttributes defaultAttributes) throws ConverterException
attrs
- Given attributesdefaultAttributes
- Default rtf attributes
ConverterException
- On convertion errorstatic RtfAttributes convertRowAttributes(org.xml.sax.Attributes attrs, RtfAttributes defaultAttributes) throws ConverterException
attrs
- Given attributesdefaultAttributes
- Default rtf attributes
ConverterException
- On convertion error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |