Show / Hide Table of Contents

Enum GeneratorEncoding

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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.

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<SuperOffice.Data.GeneratorEncoding, To>()
ObjectExtensions.AssignByReflection<GeneratorEncoding>(GeneratorEncoding)
ObjectExtensions.GraphCopy<GeneratorEncoding>()
Converters.MapEnums<GeneratorEncoding, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top