Package org.refcodes.textual
Interface TableStyleAccessor.TableStyleMutator
-
- All Known Subinterfaces:
TableStyleAccessor.TableStyleProperty
,TextBorderBuilder
- All Known Implementing Classes:
TextBorderBuilderImpl
- Enclosing interface:
- TableStyleAccessor
public static interface TableStyleAccessor.TableStyleMutator
Provides a mutator for anTableStyle
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTableStyle(TableStyle aTableStyle)
Sets theTableStyle
to be used.
-
-
-
Method Detail
-
setTableStyle
void setTableStyle(TableStyle aTableStyle)
Sets theTableStyle
to be used.- Parameters:
aTableStyle
- TheTableStyle
to be stored by theTableStyle
property.
-
-