File tree Expand file tree Collapse file tree
_includes/sidelist-programming
programming/javascript/api-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 863863 < li >
864864 < a class ="otherLinkColour "> Enumerations</ a >
865865 < ul >
866+ < li >
867+ < a
868+ href ="{{ site.dcp_js_api }}enum-code-type.html "
869+ class ="otherLinkColour "
870+ > EnumCodeType</ a
871+ >
872+ </ li >
866873 < li >
867874 < a
868875 href ="{{ site.dcp_js_api }}enum-mapping-status.html "
Original file line number Diff line number Diff line change @@ -101,6 +101,24 @@ noTitleIndex: true
101101* [ EnumDrawingItemState] ({{ site.dce_js_api }}enum/enumdrawingitemstate.html)
102102* [ EnumEnhancedFeatures] ({{ site.dce_js_api }}enum/enumenhancedfeatures.html)
103103
104+ ## [ DynamsoftCodeParser] ({{ site.dcp_js_api }}code-parser-module.html)
105+
106+ ### Classes
107+
108+ * [ CodeParser] ({{ site.dcp_js_api }}code-parser.html)
109+ * [ CodeParserModule] ({{ site.dcp_js_api }}code-parser-module-class.html)
110+
111+ ### Interfaces
112+
113+ * [ ParsedResult] ({{ site.dcp_js_api }}interfaces/parsed-result.html)
114+ * [ ParsedResultItem] ({{ site.dcp_js_api }}interfaces/parsed-result-item.html)
115+
116+ ### Enumerations
117+
118+ * [ EnumCodeType] ({{ site.dcp_js_api }}enum-code-type.html)
119+ * [ EnumMappingStatus] ({{ site.dcp_js_api }}enum-mapping-status.html)
120+ * [ EnumValidationStatus] ({{ site.dcp_js_api }}enum-validation-status.html)
121+
104122## [ DynamsoftCore] ({{ site.dcvb_js_api }}core/core-module.html)
105123
106124### Classes
You can’t perform that action at this time.
0 commit comments