Specifies the kind of this style template.
type
TRVStyleTemplateKind = (rvstkParaText, rvstkPara, rvstkText);
property Kind: TRVStyleTemplateKind;
Kind |
Meaning |
---|---|
rvstkParaText |
This style template can be applied both to text and paragraph styles. |
rvstkPara |
This style template can be applied to paragraphs styles (i.e. paragraph styles can be linked to this style template) |
rvstkParaText |
This style template can be applied to text styles (i.e. text styles can be linked to this style template) |
Assigning a new value to Name may change Kind.
Default value:
rvstkParaText.