TdxCustomDocumentModel.AutodetectDocumentFormat(string,Boolean) Method
Declaration
function AutodetectDocumentFormat(const AFileName: string; AUseFormatFallback: Boolean = True): TdxRichEditDocumentFormat; virtual; abstract;
Parameters
| Name | Type |
|---|---|
| AFileName | string |
| AUseFormatFallback | Boolean |
Returns
| Type |
|---|
| TdxRichEditDocumentFormat |
See Also