Class NamedStyle
A named style. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from this named style when they have the same named style type.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedStyle : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NamedStyleType
The type of this named style.
Declaration
[JsonProperty("namedStyleType")]
public virtual string NamedStyleType { get; set; }
Property Value
Type | Description |
---|---|
string |
ParagraphStyle
The paragraph style of this named style.
Declaration
[JsonProperty("paragraphStyle")]
public virtual ParagraphStyle ParagraphStyle { get; set; }
Property Value
Type | Description |
---|---|
ParagraphStyle |
TextStyle
The text style of this named style.
Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TextStyle |