Class ImportFormat
The import format of the incoming Paper doc content.
Inheritance
System.Object
ImportFormat
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class ImportFormat
Constructors
| Improve this Doc View SourceImportFormat()
Initializes a new instance of the ImportFormat class.
Declaration
public ImportFormat()
Properties
| Improve this Doc View SourceAsHtml
Gets this instance as a Html, or null
.
Declaration
public ImportFormat.Html AsHtml { get; }
Property Value
Type | Description |
---|---|
ImportFormat.Html |
AsMarkdown
Gets this instance as a Markdown, or null
.
Declaration
public ImportFormat.Markdown AsMarkdown { get; }
Property Value
Type | Description |
---|---|
ImportFormat.Markdown |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ImportFormat.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ImportFormat.Other |
AsPlainText
Gets this instance as a PlainText, or null
.
Declaration
public ImportFormat.PlainText AsPlainText { get; }
Property Value
Type | Description |
---|---|
ImportFormat.PlainText |
IsHtml
Gets a value indicating whether this instance is Html
Declaration
public bool IsHtml { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMarkdown
Gets a value indicating whether this instance is Markdown
Declaration
public bool IsMarkdown { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPlainText
Gets a value indicating whether this instance is PlainText
Declaration
public bool IsPlainText { get; }
Property Value
Type | Description |
---|---|
System.Boolean |