Show / Hide Table of Contents

Class NamedStyles

The named styles. Paragraphs in the document can inherit their TextStyle and ParagraphStyle from these named styles.

Inheritance
object
NamedStyles
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX