Class PaperDownloadFormat
The paper download format object
Inheritance
PaperDownloadFormat
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDownloadFormat
Constructors
View SourcePaperDownloadFormat()
Initializes a new instance of the PaperDownloadFormat class.
Declaration
public PaperDownloadFormat()
Properties
View SourceAsDocx
Gets this instance as a Docx, or null.
Declaration
public PaperDownloadFormat.Docx AsDocx { get; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat.Docx |
AsHtml
Gets this instance as a Html, or null.
Declaration
public PaperDownloadFormat.Html AsHtml { get; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat.Html |
AsMarkdown
Gets this instance as a Markdown, or null.
Declaration
public PaperDownloadFormat.Markdown AsMarkdown { get; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat.Markdown |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperDownloadFormat.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat.Other |
AsPdf
Gets this instance as a Pdf, or null.
Declaration
public PaperDownloadFormat.Pdf AsPdf { get; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat.Pdf |
IsDocx
Gets a value indicating whether this instance is Docx
Declaration
public bool IsDocx { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHtml
Gets a value indicating whether this instance is Html
Declaration
public bool IsHtml { 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 |
IsPdf
Gets a value indicating whether this instance is Pdf
Declaration
public bool IsPdf { get; }
Property Value
| Type | Description |
|---|---|
| bool |