Class ExportFormat
The desired export format of the Paper doc.
Inheritance
ExportFormat
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ExportFormat
Constructors
View SourceExportFormat()
Initializes a new instance of the ExportFormat class.
Declaration
public ExportFormat()
Properties
View SourceAsHtml
Gets this instance as a Html, or null.
Declaration
public ExportFormat.Html AsHtml { get; }
Property Value
| Type | Description |
|---|---|
| ExportFormat.Html |
AsJson
Gets this instance as a Json, or null.
Declaration
public ExportFormat.Json AsJson { get; }
Property Value
| Type | Description |
|---|---|
| ExportFormat.Json |
AsMarkdown
Gets this instance as a Markdown, or null.
Declaration
public ExportFormat.Markdown AsMarkdown { get; }
Property Value
| Type | Description |
|---|---|
| ExportFormat.Markdown |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExportFormat.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExportFormat.Other |
IsHtml
Gets a value indicating whether this instance is Html
Declaration
public bool IsHtml { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsJson
Gets a value indicating whether this instance is Json
Declaration
public bool IsJson { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMarkdown
Gets a value indicating whether this instance is Markdown
Declaration
public bool IsMarkdown { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |