• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class PaperDownloadFormat

The paper download format object

Inheritance
System.Object
PaperDownloadFormat
PaperDownloadFormat.Docx
PaperDownloadFormat.Html
PaperDownloadFormat.Markdown
PaperDownloadFormat.Other
PaperDownloadFormat.Pdf
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDownloadFormat

Constructors

| Improve this Doc View Source

PaperDownloadFormat()

Initializes a new instance of the PaperDownloadFormat class.

Declaration
public PaperDownloadFormat()

Properties

| Improve this Doc View Source

AsDocx

Gets this instance as a Docx, or null.

Declaration
public PaperDownloadFormat.Docx AsDocx { get; }
Property Value
Type Description
PaperDownloadFormat.Docx
| Improve this Doc View Source

AsHtml

Gets this instance as a Html, or null.

Declaration
public PaperDownloadFormat.Html AsHtml { get; }
Property Value
Type Description
PaperDownloadFormat.Html
| Improve this Doc View Source

AsMarkdown

Gets this instance as a Markdown, or null.

Declaration
public PaperDownloadFormat.Markdown AsMarkdown { get; }
Property Value
Type Description
PaperDownloadFormat.Markdown
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperDownloadFormat.Other AsOther { get; }
Property Value
Type Description
PaperDownloadFormat.Other
| Improve this Doc View Source

AsPdf

Gets this instance as a Pdf, or null.

Declaration
public PaperDownloadFormat.Pdf AsPdf { get; }
Property Value
Type Description
PaperDownloadFormat.Pdf
| Improve this Doc View Source

IsDocx

Gets a value indicating whether this instance is Docx

Declaration
public bool IsDocx { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsHtml

Gets a value indicating whether this instance is Html

Declaration
public bool IsHtml { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMarkdown

Gets a value indicating whether this instance is Markdown

Declaration
public bool IsMarkdown { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPdf

Gets a value indicating whether this instance is Pdf

Declaration
public bool IsPdf { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDownloadFormat()
  • Properties
    • AsDocx
    • AsHtml
    • AsMarkdown
    • AsOther
    • AsPdf
    • IsDocx
    • IsHtml
    • IsMarkdown
    • IsOther
    • IsPdf
Back to top Generated by DocFX