Class NamedStyles
The named styles. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from these named styles.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedStyles : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Styles
The named styles. There's an entry for each of the possible named style types.
Declaration
[JsonProperty("styles")]
public virtual IList<NamedStyle> Styles { get; set; }
Property Value
Type | Description |
---|---|
IList<NamedStyle> |