Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 3,512 for

detection

(0.08 sec)
  1. 检测 3D 文件的格式|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可能会在打开受支持的 3D 文件之前检测到该文件的格式,因为文件扩展名不能保证文件内容是适当的。...NET # Detect the format of a 3D file inputFormat...inputFormat = a3d . FileFormat . detect ( "document.fbx" ); # Display...

    docs.aspose.com/3d/zh/python-net/detect-format-...
  2. Создать, Вставить поля|Documentation

    Как создавать, вставлять поля с помощью Java Diagram API....vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/ru/java/create-insert-f...
  3. Detectar el formato del archivo 3D en C# .NET|D...

    Al usar Aspose.3D for .NET API, los desarrolladores pueden detectar el formato de los archivos 3D compatibles en C# antes de abrirlo porque la extensión del archivo no garantiza que el contenido del archivo sea apropiado....NET // Detect the format of a 3D file FileFormat...inputFormat = FileFormat . Detect ( "document.fbx" ); // Display...

    docs.aspose.com/3d/es/net/detect-format-of-3d-f...
  4. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadOptions::get_DetectNumberingWithWhitespaces method. Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true in C++....lists recognition algorithm detects list paragraphs, when list...symbols. Examples Shows how to detect lists when loading plaintext...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. Aspose::Words::FileFormatUtil::SaveFormatToExte...

    Aspose::Words::FileFormatUtil::SaveFormatToExtension method. Converts a save format enumerated value into a file extension. The returned extension is a lower-case string with a leading dot in C++....the FileFormatUtil methods to detect the format of a document. //...a file extension, and then detect its file format. { System ::...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. Barcode scan returning multiple Pharmacode resu...

    When scanning this image barcode_rasterized_alt.png.trimmed.png (286.0 KB), the results include 12 “Pharmacode” results when none are present in the image. None of the expected barcode results are returned....but unfortunately, it did not detect any barcode. Could you kindly...BarCode (25.9), but it did not detect any barcode from the image...

    forum.aspose.com/t/barcode-scan-returning-multi...
  7. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...(Selected) Is there a way to detect these drawing objects during...output, it is essential to detect these form elements during...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  8. 加载时检测文件格式|Python via .NET 格式的 Aspose.Words

    如果您不确定文件的实际内容是什么,请确定 Python 中的文件格式,或检查格式兼容性。...Words 还提供了 detect_file_format 方法,使我们能够快速确定文件...对象,其中包含检测到的有关文件类型的信息。 detect_file_format 仅检查文件格式,但不验证文件格式。即使 detect_file_format...

    docs.aspose.com/words/zh/python-net/detect-file...
  9. Specify Load Options in Python|Aspose.Words for...

    More accurately control the load process using Python....Words tries to automatically detect the appropriate encoding by...encoding different from the one detected by our encoding recognition...

    docs.aspose.com/words/python-net/specify-load-o...
  10. Protect and Unprotect with Go|Documentation

    This snippet introduces how to encrypt and decrypt Excel files and protect and unprotect the data in Excel files using Go code....Cells Detect File Format of Encrypted Office...Encrypting Excel Files How to Detect a File Format and Check if...

    docs.aspose.com/cells/gocpp/protect-and-unprotect/