public final class BorderAttributesConverter extends Object
Modifier and Type | Method and Description |
---|---|
static String |
convertAttributetoRtf(int iBorderStyle) |
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.
|
public static void makeBorder(CommonBorderPaddingBackground border, int side, RtfAttributes attributes, String controlWord)
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.public static String convertAttributetoRtf(int iBorderStyle)
iBorderStyle
- the border style to be convertedCopyright © 2025 Apache Software Foundation. All rights reserved.