Show / Hide Table of Contents

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.

Inheritance
object
NamedStyle
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX