Class GeneratorEncoding
Inheritance
GeneratorEncoding
Assembly: SoCore.dll
Syntax
public sealed class GeneratorEncoding : Enum
Fields
Html
1: Html encoded document, it is not strictly parsed.
Declaration
public const GeneratorEncoding Html
Field Value
Mime
11: RFC822 Mime-content. Handles the actual mime part, but leaves a normal Text-generator to handle the actual content embedded within the MIME-layers.
Declaration
public const GeneratorEncoding Mime
Field Value
MsExcel
4: Microsoft Excel document.
Declaration
public const GeneratorEncoding MsExcel
Field Value
MsOffice2007
6: Microsoft office documents zipped (Office 2007)
Declaration
public const GeneratorEncoding MsOffice2007
Field Value
MsOffice2007Xml
7: Microsoft office xml documents (content of zipped x files)
Declaration
public const GeneratorEncoding MsOffice2007Xml
Field Value
MsPowerpoint
5: Microsoft Powerpoint document
Declaration
public const GeneratorEncoding MsPowerpoint
Field Value
MsWord
3: Microsoft word document.
Declaration
public const GeneratorEncoding MsWord
Field Value
MsWord2007
14: Microsoft Word 2007 document type document, using custom Aspose.Words based engine.
Declaration
public const GeneratorEncoding MsWord2007
Field Value
OpenDocument
12: OpenOffice/LibreOffice documents (zipped)
Declaration
public const GeneratorEncoding OpenDocument
Field Value
OpenDocumentXml
13: OpenOffice/LibreOffice documents (contents of zipped files)
Declaration
public const GeneratorEncoding OpenDocumentXml
Field Value
Pdf
Declaration
public const GeneratorEncoding Pdf
Field Value
Text
Declaration
public const GeneratorEncoding Text
Field Value
Url
8: The tags result are url-encoded (ansi), the source itself is treated as plain text.
Declaration
public const GeneratorEncoding Url
Field Value
UrlUnicode
9: The tags result are url-encoded (unicode), the source itself is treated as plain text.
Declaration
public const GeneratorEncoding UrlUnicode
Field Value
value__
Declaration
Field Value
Xml
2: XML Document, it is not strictly parsed
Declaration
public const GeneratorEncoding Xml
Field Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)