Table of Contents

Class FontFamily

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

FontFamily object.

public class FontFamily
Inheritance
FontFamily
Inherited Members

Properties

Name

Name of the font family (e.g. “Arial”)

public string Name { get; set; }

Property Value

string

Traits

Platform-independent traits of the font family. One of the following values: serif, sans-serif.

public IList<string> Traits { get; set; }

Property Value

IList<string>