Package com.scroogexhtml.converter
Interface BorderPropertiesWriter
- All Known Subinterfaces:
Writer
- All Known Implementing Classes:
AbstractWriter
,XMLDOMWriter
public interface BorderPropertiesWriter
The BorderPropertiesWriter interface provides methods
for setting border properties of a paragraph or table.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBorderColor
(String value) Sets the border color for the paragraph or table.void
setBorderStyle
(BorderStyle value) Sets the border style for the paragraph or table.void
setBorderWidth
(int value) Sets the width of the border.
-
Method Details
-
setBorderStyle
Sets the border style for the paragraph or table.Note: used for the paragraph border and the table border.
- Parameters:
value
- theBorderStyle
to set as the border style
-
setBorderColor
Sets the border color for the paragraph or table.- Parameters:
value
- the value to set as the border color
-
setBorderWidth
void setBorderWidth(int value) Sets the width of the border.- Parameters:
value
- the width of the border
-