Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 3,491 for

detection

(0.1 sec)
  1. ตรวจจับรูปแบบไฟล์เมื่อโหลด|Aspose.Words สำหรับ ...

    กำหนดรูปแบบไฟล์ใน Python หากคุณไม่แน่ใจว่าเนื้อหาที่แท้จริงของไฟล์คืออะไร หรือเพื่อตรวจสอบความเข้ากันได้ของรูปแบบ...Words ยังมีวิธี detect_file_format ที่ช่วยให้เราส...ที่มีข้อมูลที่ตรวจพบเกี่ยวกับประเภทไฟล์ detect_file_format ตรวจสอบเฉพาะรูปแบบไฟล์...

    docs.aspose.com/words/th/python-net/detect-file...
  2. 管理文档属性|Documentation

    管理 visio 文件的文档属性。...vsdx" ); // detect file format using an input...detectFileFormat ( stream ); // get the detected file format System . out ...

    docs.aspose.com/diagram/zh/java/document-proper...
  3. FileFormatUtil.LoadFormatToExtension | Aspose.W...

    Transform load format values into file extensions effortlessly with FileFormatUtil's LoadFormatToExtension method. Get accurate, lowercase extensions with ease!...the FileFormatUtil methods to detect the format of a document. //...a file extension, and then detect its file format. using ( FileStream...

    reference.aspose.com/words/net/aspose.words/fil...
  4. Detectar formato de archivo 3D|Documentation

    Aspose.3D for Java API admite la detección de formatos compatibles con 3D antes de abrir porque la extensión del archivo no garantiza que el contenido del archivo sea apropiado.... getDataDir (); // detect format of 3D file FileFormat...inputFormat = FileFormat . detect ( MyDir + "document.fbx" );...

    docs.aspose.com/3d/es/java/detect-format-of-3d-...
  5. Loading and Saving Message|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Message Contents [ Hide ] Detecting File Formats Aspose.Email...provides the capability to detect file format of provided message...

    docs.aspose.com/email/python-net/loading-and-sa...
  6. Work with Digital Signatures in C#|Aspose.Words...

    Digitally sign documents and detect, count, verify, and remove existing digital signatures using C#....Words allows you to detect, count, or verify existing...digital signature to macros. Detect, Count, and Verify Digital...

    docs.aspose.com/words/net/working-with-digital-...
  7. Aspose::Words::ParagraphFormat::get_Bidi method...

    Aspose::Words::ParagraphFormat::get_Bidi method. Gets or sets whether this is a right-to-left paragraph in C++....docx" ); Shows how to detect plaintext document text direction..."DocumentDirection.Auto" automatically detects // the direction of every paragraph...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. 检测 C# .NET 中 3D 文件的格式|Documentation

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

    docs.aspose.com/3d/zh/net/detect-format-of-3d-f...
  9. 检测 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-...
  10. Encrypt, decrypt, protect and unprotect Excel f...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect data in Excel files using Java code.... Advanced topics Detect File Format of Encrypted Office...Open XML - OOXML Files How to Detect a File Format and Check if...

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