Links
dtSearch Text Retrieval Engine Programmer's Reference
OutputFormat Enumeration
Enumerations | Send Feedback
enum OutputFormat {
  itHTML = 226,
  itAnsi = 202,
  itRTF = 212,
  itXML = 234,
  itUTF8 = 238,
  itUnformattedHTML = 256
};
File

dtsearch.h

Members
Members 
Description 
itHTML = 226 
HTML 
itAnsi = 202 
ANSI text 
itRTF = 212 
RTF 
itXML = 234 
XML 
itUTF8 = 238 
Unicode encoded as UTF-8 (if output is directed to a string, the string will be UCS-16) 
itUnformattedHTML = 256 
HTML without any formatting, for generating a synopsis that is HTML-encoded but that does not include formatting such as font settings, paragraph breaks, etc. 
Description

Values for FileConverter.OutputFormat and SearchReportJob.OutputFormat

Group
Links
You are here: C++ API > Enumerations > OutputFormat Enumeration
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.