public final class BorderAttributesConverter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertAttributetoRtf(int iBorderStyle) |
static void |
makeBorder(CommonBorderPaddingBackground border,
int side,
RtfAttributes attributes,
java.lang.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, java.lang.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 java.lang.String convertAttributetoRtf(int iBorderStyle)
iBorderStyle
- the border style to be convertedCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.