customStyleName property

  1. @TagNumber(39)
String get customStyleName

Name of the custom style for this text

Implementation

@$pb.TagNumber(39)
$core.String get customStyleName => $_getSZ(38);
  1. @TagNumber(39)
set customStyleName (String value)

Implementation

@$pb.TagNumber(39)
set customStyleName($core.String value) => $_setString(38, value);