getStyle static method

BaseStyle getStyle()

返回当前设置的样式属性对象

Implementation

static BaseStyle getStyle() {
  return BaseStyle(Format());
}