Show / Hide Table of Contents

Class ExportFormat

The desired export format of the Paper doc.

Inheritance
System.Object
ExportFormat
ExportFormat.Html
ExportFormat.Markdown
ExportFormat.Other
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ExportFormat

Constructors

| Improve this Doc View Source

ExportFormat()

Initializes a new instance of the ExportFormat class.

Declaration
public ExportFormat()

Properties

| Improve this Doc View Source

AsHtml

Gets this instance as a Html, or null.

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

AsMarkdown

Gets this instance as a Markdown, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public ExportFormat.Other AsOther { get; }
Property Value
Type Description
ExportFormat.Other
| 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
In This Article
  • Constructors
    • ExportFormat()
  • Properties
    • AsHtml
    • AsMarkdown
    • AsOther
    • IsHtml
    • IsMarkdown
    • IsOther
Back to top Generated by DocFX