Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 77,631 for

txt

(0.52 sec)
  1. Encrypt or Decrypt ZIP, RAR, 7Z Archive via Java

    Explore a Java to encrypt or decrypt ZIP, RAR, and 7Z archive files....txt" )) { Archive archive = new Archive...archive . createEntry ( "alice29.txt" , source ); archive . save (...

    products.aspose.com/zip/java/advanced-api-featu...
  2. 如何加密或解密整個檔案和特定條目

    掌握資料安全方面的知識,增強自己的能力。按照我們的指南無縫加密或解密整個檔案或單一條目以增強保護...txt" , FileMode.Open, FileAccess...archive.CreateEntry( "alice29.txt" , source); archive.Save(zipFile);...

    products.aspose.com/zip/zh-hant/net/advanced-ap...
  3. Apply Different Style on the Each Text Value of...

    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....-> getValue () -> add ( new Txt ( "TextStyle_Regular" )); $shape...-> getValue () -> add ( new Txt ( "TextStyle_Bold_Italic" ));...

    docs.aspose.com/diagram/java/apply-different-st...
  4. Extract Text from PowerPoint using Java

    This guide explains how to develop a PPTX to text converter using Java. You will get details to set the IDE, a list of steps, and a sample code to extract text from PowerPoint using Java....for Java to convert PPTX to TXT Import the dependencies for slide...object Save the output file as a TXT file The above-mentioned steps...

    kb.aspose.com/slides/java/extract-text-from-pow...
  5. LoadOptions.encoding property | Aspose.Words fo...

    LoadOptions.encoding property. Gets or sets the encoding that will be used to load an HTML, Txt, or CHM document if the encoding is not specified inside the document...will be used to load an HTML, TXT, or CHM document if the encoding...used only when loading HTML, TXT, or CHM documents. If encoding...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Differentiating Duplicate Values in PDF Tables ...

    Hi Team, We need to extract table data from a PDF document. Based on a specific key, we must retrieve the corresponding value from the table. However, there is a challenge: the same key can have duplicate values across …...string txt = ""; foreach (var seg in fragment.Segments) { txt +=...seg.Text; } Console.WriteLine(txt); } } } } } } Please correct...

    forum.aspose.com/t/differentiating-duplicate-va...
  7. Փոխարկել տեքստը պատկերի Java-ում

    Դուք կարող եք տեքստը վերածել պատկերի Java-ում՝ հետևելով այս արագ ուղեցույցին: Այն ընդգրկում է քայլ առ քայլ գործընթացը և գործարկվող կոդի հատվածը՝ Java-ով Txt JPG-ի արտահանման համար:...օրինակելի կոդի կարգավորումը Java-ում TXT-ին JPG արտահանելու համար : Ավելին...փոխակերպելու համար Ստացեք մուտքագրված TXT ֆայլը Document դասի օբյեկտով...

    kb.aspose.com/hy/words/java/convert-text-to-ima...
  8. Working with Text|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.... add ( new Txt ( "New Text" )); } } // save...getText (). getValue (). add ( new Txt ( "TextStyle_Regular\n" )); shape...

    docs.aspose.com/diagram/java/working-with-text/
  9. Set the style of the text in a visio page with ...

    Learn how to set the style of the text in a visio page with Aspose.Diagram....// Add text to shape var txt = new Txt("Hello world!"); shape.Text...Text.Value.Add(txt); //ExStep:1- // Set the font of the text...

    products.aspose.com/diagram/tutorial/set-text-s...
  10. Create a New Diagram in VSTO and Aspose.Diagram...

    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.... Add ( new Txt ( @"Rectangle text." )); //Add...shape . Text . Value . Add ( new Txt ( @"Star text." )); //Add a new...

    docs.aspose.com/diagram/net/create-a-new-diagra...