Show / Hide Table of Contents

Enum GeneratorEncoding

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum GeneratorEncoding

Fields

Name Description
Html

1: Html encoded document, it is not strictly parsed.

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.

MsExcel

4: Microsoft Excel document.

MsOffice2007

6: Microsoft office documents zipped (Office 2007)

MsOffice2007Xml

7: Microsoft office xml documents (content of zipped x files)

MsPowerpoint

5: Microsoft Powerpoint document

MsWord

3: Microsoft word document.

MsWord2007

14: Microsoft Word 2007 document type document, using custom Aspose.Words based engine.

OpenDocument

12: OpenOffice/LibreOffice documents (zipped)

OpenDocumentXml

13: OpenOffice/LibreOffice documents (contents of zipped files)

Pdf

10: Adobe pdf format

Text

0: Plain text document.

Url

8: The tags result are url-encoded (ansi), the source itself is treated as plain text.

UrlUnicode

9: The tags result are url-encoded (unicode), the source itself is treated as plain text.

Xml

2: XML Document, it is not strictly parsed

Extension Methods

EnumUtil.MapEnums<GeneratorEncoding, To>(GeneratorEncoding)
Converters.MapEnums<GeneratorEncoding, To>(GeneratorEncoding)
ObjectExtensions.AssignByReflection<GeneratorEncoding>(GeneratorEncoding, GeneratorEncoding)
ObjectExtensions.GraphCopy<GeneratorEncoding>(GeneratorEncoding)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top