Enumerates all Gets the list of document formats that can be processed translated in Wordbee. For example, Microsoft Word, InDesign, HTML, etcthe system. There are filters for XML, Word, Excel and many other formats.
Child pages (Children Display) |
---|
...
Returns a list with these fields:
Domain | Code of format. Examples: "WORD", "HTML" | |
Name | English name of format. Examples: "Microsoft Word", "Web pages" | |
The identifier for the file format. APIs working with file formats will generally ask for this code. | ||
Name | The name of the format. | |
Type | A numeric identifier. Internal use. | |
FileExtensions | An array of file extensions that can be handled by the filter.ParserType | Parser domain code |
EXAMPLES
Code Block |
---|
<ApiParserDomain> <Domain>FRAMEMAKER</Domain> <Name>Adobe FrameMaker</Name> <Type>0<<Type>25</Type> <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <a:string>.mif</a:string> </FileExtensions> <ParserType>Framemaker</ParserType> </ApiParserDomain> <ApiParserDomain> <Domain>INCOPY</Domain> <Name>Adobe InCopy</Name> <Type>0<<Type>37</Type> <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <a:string>.icml</a:string> </FileExtensions> <ParserType>InCopy</ParserType> </ApiParserDomain> <ApiParserDomain> <Domain>INDESIGN</Domain> <Name>Adobe InDesign</Name> <Type>0<<Type>11</Type> <FileExtensions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <a:string>.indd</a:string> <a:string>.idml</a:string> </FileExtensions> <ParserType>InDesign</ParserType> </ApiParserDomain> |