com.crionics.jpdf.forms
Interface IBorderStyle
public interface IBorderStyle
The interface shows the different styles that a border can take. By default
most borders have the solid style
STYLE_SOLID
static final int STYLE_SOLID
- See Also:
- Constant Field Values
STYLE_BEVELED
static final int STYLE_BEVELED
- See Also:
- Constant Field Values
STYLE_DASHED
static final int STYLE_DASHED
- See Also:
- Constant Field Values
STYLE_INSET
static final int STYLE_INSET
- See Also:
- Constant Field Values
STYLE_UNDERLINED
static final int STYLE_UNDERLINED
- See Also:
- Constant Field Values
Copyright © 1999-2007 Crionics. All Rights Reserved.