Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,366 for

obj

(0.11 sec)
  1. FileType.VSDM Field - GroupDocs.Viewer for .NET...

    Visio Macro-Enabled Drawing (.vsdm) are drawing files created with Microsoft Visio application that supports macros. VSDM files are OPC/XML drawings that are si...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  2. FileType.POTM Field - GroupDocs.Viewer for .NET...

    PowerPoint Open XML Macro-Enabled Presentation Template (.potm) are Microsoft PowerPoint template files with support for Macros. POTM files are created with Pow...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  3. FileType.VSDX Field - GroupDocs.Viewer for .NET...

    Visio Drawing (.vsdx) represents Microsoft Visio file format introduced from Microsoft Office 2013 onwards. It was developed to replace the binary file format,...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  4. FileType.VSTM Field - GroupDocs.Viewer for .NET...

    Visio Macro-Enabled Drawing Template (.vstm) are template files created with Microsoft Visio that support macros. Unlike VSDX files, files created from VSTM tem...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  5. FileType.JPEG Field - GroupDocs.Viewer for .NET...

    JPEG Image (.jpeg) is a type of image format that is saved using the method of lossy compression. The output image, as result of compression, is a trade-off bet...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  6. FileType.EMZ Field - GroupDocs.Viewer for .NET ...

    Enhanced Windows Metafile compressed (.emz) represents graphical images device-independently compressed by GZIP. Metafiles of EMF comprises of variable-length r...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  7. FileType.EPUB Field - GroupDocs.Viewer for .NET...

    Open eBook File (.epub) is an e-book file format that provide a standard digital publication format for publishers and consumers. The format has been so common...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  8. FileType.PLT Field - GroupDocs.Viewer for .NET ...

    PLT (HPGL) (.plt) is a vector-based plotter file introduced by Autodesk, Inc. and contains information for a certain CAD file. Plotting details require accuracy...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  9. FileType.XLTM Field - GroupDocs.Viewer for .NET...

    Microsoft Excel Macro-Enabled Template (.xltm) represents files that are generated by Microsoft Excel as Macro-enabled template files. XLTM files are similar to...Field NSF Field NUMBERS Field OBJ Field ODG Field ODP Field ODS...

    apireference.groupdocs.com/viewer/net/groupdocs...
  10. Optional chaining (?.) - JavaScript | MDN

    The optional chaining (?.) operator accesses an Object's property or calls a function. If the Object accessed or function called using this operator is undefined or null, the expression short circuits and evaluates to undefined instead of throwing an error....it Syntax js obj.val?.prop obj.val?.[expr] obj.func?.(args) Description...example, consider an object obj which has a nested structure...

    developer.mozilla.org/en-US/docs/Web/JavaScript...