Enum GeneratorEncoding
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.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. |
OpenDocument | 12: OpenOffice/LibreOffice documents (zipped) |
OpenDocumentXml | 13: OpenOffice/LibreOffice documents (contents of zipped files) |
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 |