Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 4,826 for

replacement

(0.08 sec)
  1. ค้นหาข้อความในไฟล์การนำเสนอ PPTX โดยใช้ Python ...

    ซอร์สโค้ด Python เพื่อค้นหาข้อความในงานนำเสนอ PPTX... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.pptx" , slides . export ....

    products.aspose.com/slides/th/python-net/search...
  2. 显示GridJs的公式说明|Documentation

    本文介绍了如何为GridJs显示公式说明。...placeholder method that should be replaced with actual logic String correctedContent...explanation // This should be replaced with the actual implementation...

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  3. Aspose::Words::VariableCollection class | Aspos...

    Aspose::Words::VariableCollection class. A collection of document variables. To learn more, visit the documentation article in C++....the assignment and will be replaced by empty string. idx_get (int32_t)...the assignment and will be replaced by empty string. idx_set (const...

    reference.aspose.com/words/cpp/aspose.words/var...
  4. ค้นหาข้อความในไฟล์การนำเสนอ ODP โดยใช้ Python |...

    ซอร์สโค้ด Python เพื่อค้นหาข้อความในงานนำเสนอ ODP... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/th/python-net/search...
  5. Sắp xếp lại các tệp bản trình bày ODP bằng Pyth...

    Mã nguồn Python để tìm và thay thế văn bản trong Bản trình bày ODP.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.odp" , slides . export . SaveFormat...

    products.aspose.com/slides/vi/python-net/redact...
  6. Sắp xếp lại các tệp bản trình bày PPT bằng Pyth...

    Mã nguồn Python để tìm và thay thế văn bản trong Bản trình bày PPT.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.ppt" , slides . export . SaveFormat...

    products.aspose.com/slides/vi/python-net/redact...
  7. Design Tables in Word using Python

    Follow this article to design tables in Word using Python. It has the details to set the IDE, a list of steps, and a sample code to add Microsoft Word table design using Python....newly created table style Replace the existing table style with...object, set its properties, and replace the original table style with...

    kb.aspose.com/words/python/design-tables-in-wor...
  8. Adjust Thickness of Visio "No Symbol" programma...

    I have created a Visio diagram using aspose and I have a “No Symbol” shape. I have been able to change the color of the shape, but cannot change the thickness of the border....// Get the shape by its ID (replace with your shape ID) Aspose...VSDX); } } } In this example, replace "path_to_your_diagram.vsd"...

    forum.aspose.com/t/adjust-thickness-of-visio-no...
  9. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    FindReplaceOptions IgnoreDeleted proprietà. Ottiene o imposta un valore booleano che indica di ignorare il testo allinterno delle revisioni di eliminazione. Il valore predefinito èfalso in C#.... Replace ( "Hello" , "Greetings" , options...spazio dei nomi Aspose.Words.Replacing assemblea Aspose.Words FindReplaceOptions...

    reference.aspose.com/words/it/net/aspose.words....
  10. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …... This allows you to replace missing fonts with alternative...Save(output); } } } In this example, replace "Arial" with any other font...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...