namedStyleType property

String? namedStyleType
getter/setter pair

The named style type of the paragraph.

Since updating the named style type affects other properties within ParagraphStyle, the named style type is applied before the other properties are updated. Possible string values are:

  • "NAMED_STYLE_TYPE_UNSPECIFIED" : The type of named style is unspecified.
  • "NORMAL_TEXT" : Normal text.
  • "TITLE" : Title.
  • "SUBTITLE" : Subtitle.
  • "HEADING_1" : Heading 1.
  • "HEADING_2" : Heading 2.
  • "HEADING_3" : Heading 3.
  • "HEADING_4" : Heading 4.
  • "HEADING_5" : Heading 5.
  • "HEADING_6" : Heading 6.

Implementation

core.String? namedStyleType;