Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 19,396 for

protected

(0.06 sec)
  1. Pythonでワークシートの保護を解除する|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....Python を使用してワークシートを保護解除するには、 protection モジュールの unprotect_worksheet...= worksheets . get ( 0 ) protection = worksheet . getProtection...

    docs.aspose.com/cells/ja/java/unprotect-a-works...
  2. حماية ODP ملفات العروض التقديمية باستخدام Pytho...

    Python شفرة المصدر لحماية العرض التقديمي ODP....NET Protect حماية ODP ملفات العروض التقديمية..."pres.odp" ) as pres: pres . protection_manager . encrypt( "123123"...

    products.aspose.com/slides/ar/python-net/protec...
  3. حماية PPTX ملفات العروض التقديمية باستخدام Pyth...

    Python شفرة المصدر لحماية العرض التقديمي PPTX....NET Protect حماية PPTX ملفات العروض التقديمية..."pres.pptx" ) as pres: pres . protection_manager . encrypt( "123123"...

    products.aspose.com/slides/ar/python-net/protec...
  4. Odemkněte PPTX prezentační soubory pomocí Pytho...

    Zdrojový kód Python pro odstranění ochrany z prezentace PPTX.... protection_manager . remove_encryption()..."write-protected-pres.pptx" ) as pres: pres . protection_manager...

    products.aspose.com/slides/cs/python-net/unlock...
  5. Document.ProtectionType | Aspose.Words för .NET

    Document ProtectionType fast egendom. Får den för närvarande aktiva dokumentskyddstypen i C#....dokumentskyddstypen använd Protect och Unprotect metoder. När...doc = new Document (); doc . Protect ( ProtectionType . ReadOnly...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. قفل أو فك قفل الأشكال باستخدام Node.js عبر C++|...

    يعرض هذا المقال رمز يوضح كيفية قفل أو فتح قفل الأشكال لحمايتها باستخدام مكتبة Aspose.Cells لـ Node.js عبر C++....protect(ProtectionType.Objects) ، كما...shape . setText ( text ); // Protect all shapes in a specified worksheet...

    docs.aspose.com/cells/ar/nodejs-cpp/lock-or-unl...
  7. ワークシートがパスワード保護されているかどうかをNode.jsをC++経由で検出|Docume...

    Aspose.Cells for Node.js via C++を使用して、ワークシートがパスワード保護されているかどうかを検出する方法について学びます。...C++は、ワークシートがパスワード保護されているかどうかを検出するための Protection.isProtectedWithPassw() プ...プロパティを公開しています。Boolean型の Protection.isProtectedWithPassw() プロパティは、...

    docs.aspose.com/cells/ja/nodejs-cpp/detect-if-w...
  8. Protéger ou chiffrer un document dans C#|Aspose...

    Aspose.Words pour .NET permet la lecture seule, le chiffrement d'un document, la restriction des modifications et les signatures numériques pour la protection des documents à l'aide de C#. Aspose.Words prend en charge la plupart des options de protection Word.... En appliquant une protection à vos documents, vous évitez...par les mêmes options de protection des documents proposées par...

    docs.aspose.com/words/fr/net/protect-or-encrypt...
  9. Arbeitsmappen in VSTO und Aspose.Cells schützen...

    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.... Value ); //Protect the workbook specifying a password...excelApp . ActiveWorkbook . Protect ( "007" , true , true ); //Save...

    docs.aspose.com/cells/de/net/protecting-and-unp...
  10. Encrypting Excel Files|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....you to encrypt and password protect your spreadsheets. It uses...you to encrypt and password protect Microsoft Excel files with...

    docs.aspose.com/cells/net/encrypting-excel-files/