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 TypeMethodDescriptionvoidsetTableStyle(TableStyle aTableStyle) Sets theTableStyleto be used.
-
Method Details
-
setTableStyle
Sets theTableStyleto be used.- Parameters:
aTableStyle- TheTableStyleto be stored by theTableStyleproperty.
-