ENUMTableOutputFormat
Specifies the output format of the document containing the generated XBRL tables.
•eFormatXML: The output document with the generated tables is in XML format.
•eFormatHTML: The output document with the generated tables is in HTML format.
COM and .NET
eFormatXML | = 0 |
eFormatHTML | = 1 |
Used by
Interface | Property |
Java
public enum ENUMTableOutputFormat {
eFormatXML
eFormatHTML }
Used by
Class | Method |