alphabetic method

AzColumn alphabetic()

Implementation

AzColumn alphabetic(){
  _textBaseline = TextBaseline.alphabetic;
  return this;
}