Module org.refcodes.textual
Package org.refcodes.textual
Interface TableStyleAccessor.TableStyleMutator
-
- All Known Subinterfaces:
TableStyleAccessor.TableStyleProperty
- Enclosing interface:
- TableStyleAccessor
public static interface TableStyleAccessor.TableStyleMutatorProvides a mutator for anTableStyleproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTableStyle(TableStyle aTableStyle)Sets theTableStyleto be used.
-
-
-
Method Detail
-
setTableStyle
void setTableStyle(TableStyle aTableStyle)
Sets theTableStyleto be used.- Parameters:
aTableStyle- TheTableStyleto be stored by theTableStyleproperty.
-
-