Module org.refcodes.textual
Package org.refcodes.textual
Interface TableStyleAccessor.TableStyleMutator
- All Known Subinterfaces:
TableStyleAccessor.TableStyleProperty
- Enclosing interface:
- TableStyleAccessor
public static interface TableStyleAccessor.TableStyleMutator
Provides a mutator for an
TableStyle
property.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTableStyle
(TableStyle aTableStyle) Sets theTableStyle
to be used.
-
Method Details
-
setTableStyle
Sets theTableStyle
to be used.- Parameters:
aTableStyle
- TheTableStyle
to be stored by theTableStyle
property.
-