Package org.apache.fop.render.rtf
Class BorderAttributesConverter
java.lang.Object
org.apache.fop.render.rtf.BorderAttributesConverter
Constants for RTF border attribute names, and a static method for converting
fo attribute strings.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertAttributetoRtf(int iBorderStyle) static voidmakeBorder(CommonBorderPaddingBackground border, int side, RtfAttributes attributes, String controlWord) Create a border control word in attributes, with border properties as specified in color, style and width.
-
Method Details
-
makeBorder
public static void makeBorder(CommonBorderPaddingBackground border, int side, RtfAttributes attributes, String controlWord) Create a border control word in attributes, with border properties as specified in color, style and width.- Parameters:
border- The CommonBorderPaddingBackground object.side- The START, END, BEFORE, AFTER enum from CommonBorderPaddingBackground.attributes- The attributes list to set the border control word.controlWord- The border control word.
-
convertAttributetoRtf
- Parameters:
iBorderStyle- the border style to be converted- Returns:
- String with the converted border style
-