public class TableAttributesConverter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
(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.
|
static RtfAttributes convertCellAttributes(org.xml.sax.Attributes attrs, RtfAttributes defaultAttributes) throws ConverterException
attrs
- Given attributesdefaultAttributes
- Default rtf attributesConverterException
- On convertion errorstatic RtfAttributes convertRowAttributes(org.xml.sax.Attributes attrs, RtfAttributes defaultAttributes) throws ConverterException
attrs
- Given attributesdefaultAttributes
- Default rtf attributesConverterException
- On convertion error