Package org.apache.fop.render.rtf
Class TableAttributesConverter
java.lang.Object
org.apache.fop.render.rtf.TableAttributesConverter
Provides methods to convert the attributes to RtfAttributes.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Constructor is private, because it's just a utility class. -
Method Summary
Modifier and TypeMethodDescription(package private) static RtfAttributes
Converts cell attributes to rtf attributes.(package private) static RtfAttributes
convertRowAttributes
(TableRow fobj, RtfAttributes rtfatts) Converts table and row attributes to rtf attributes.(package private) static RtfAttributes
convertTableAttributes
(Table fobj) Converts table-only attributes to rtf attributes.(package private) static RtfAttributes
Converts table-only attributes to rtf attributes.
-
Constructor Details
-
TableAttributesConverter
private TableAttributesConverter()Constructor is private, because it's just a utility class.
-
-
Method Details
-
convertTableAttributes
Converts table-only attributes to rtf attributes.- Parameters:
fobj
- the table for which the attributes are converted- Returns:
- All valid rtf attributes together
-
convertTablePartAttributes
Converts table-only attributes to rtf attributes.- Parameters:
part
- the table part for which the attributes are converted- Returns:
- All valid rtf attributes together
-
convertCellAttributes
Converts cell attributes to rtf attributes.- Parameters:
fobj
- FObj whose properties are to be converted- Returns:
- All valid rtf attributes together
-
convertRowAttributes
Converts table and row attributes to rtf attributes.- Parameters:
fobj
- FObj to be converted- Returns:
- All valid rtf attributes together
-