Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 19,401 for

replacement

(0.09 sec)
  1. get_FontFallBackRulesCollection() | Aspose.Slid...

    Represents a user's collection of FontFallBack rules for managing of collections of fonts for proper substitutions by fallback functionality Read IFontFallBackRulesCollection...."Times New Roman" )); // and replacing of existing collection by...

    reference.aspose.com/slides/cpp/aspose.slides/f...
  2. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    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....Protection to Presentation Replacing Images inside Presentation...

    docs.aspose.com/slides/java/copying-paragraph-a...
  3. C++ aracılığıyla ODS belgesindeki metni arayın ...

    C++ Windows 32 bit, Windows 64 bit ve Linux 64 bit için C++ Runtime Environment'daki ODS dosyasındaki hassas bilgileri yeniden düzenlemek için örnek kod....// Metni değiştir workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // ODS...

    products.aspose.com/cells/tr/cpp/redaction/ods/
  4. C++ aracılığıyla XLSM belgesindeki metni arayın...

    C++ Windows 32 bit, Windows 64 bit ve Linux 64 bit için C++ Runtime Environment'daki XLSM dosyasındaki hassas bilgileri yeniden düzenlemek için örnek kod....// Metni değiştir workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // XLSM...

    products.aspose.com/cells/tr/cpp/redaction/xlsm/
  5. Zoek en vervang tekst in XLSM-document via C++ ...

    C++ voorbeeldcode om gevoelige informatie in XLSM-bestand op C++ Runtime Environment voor Windows 32 bit, Windows 64 bit en Linux 64 bit te redigeren....Tekst vervangen workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // Opslaan...

    products.aspose.com/cells/nl/cpp/redaction/xlsm/
  6. Sök i XLSM-dokument utan att öppna via C++ | pr...

    C++ exempelkod för att söka efter ord med mönster i XLSM-fil i C++ Runtime Environment för Windows 32-bitars, Windows 64-bitars och Linux 64-bitars....false ); // Byt ut text wkb->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // Spara...

    products.aspose.com/cells/sv/cpp/search/xlsm/
  7. Sök och ersätt text i XLSM-dokument via C++ | p...

    C++ exempelkod för att redigera känslig information i XLSM-filen i C++ Runtime Environment för Windows 32-bitars, Windows 64-bitars och Linux 64-bitars....); // Byt ut text workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // Spara...

    products.aspose.com/cells/sv/cpp/redaction/xlsm/
  8. Vyhledat a nahradit text v dokumentu ODS prostř...

    C++ ukázkový kód pro redigování citlivých informací v souboru ODS v C++ Runtime Environment pro Windows 32bit, Windows 64bit a Linux 64bit....// Nahradit text workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // Uložit...

    products.aspose.com/cells/cs/cpp/redaction/ods/
  9. Vyhledejte a nahraďte text v dokumentu XLSB pro...

    C++ ukázkový kód pro redigování citlivých informací v souboru XLSB v C++ Runtime Environment pro Windows 32 bit, Windows 64 bit a Linux 64 bit....// Nahradit text workbook->Replace( new String( "Text to find"...find" ), new String( "Text replacement" ), replaceOptions); // Uložit...

    products.aspose.com/cells/cs/cpp/redaction/xlsb/
  10. Word将文档转为图片时输出图片和源文档格式不一致 - Free Support Forum ...

    我在使用word转图片的时候,输出图片和文档的不一致,以下是我写的转换图片部分代码: string FileType = System.IO.Path.GetExtension(DocumentsFileName); //初始化一个临时参数,到时候重新初始化 Aspose.Words.Saving.ImageSaveOptions TempWordImageSaveOption = n…...Replace(ConvertImageType, $"_第{pageIndex...GetFileName(MutilPageFileName).Replace(ConvertImageType, ".bmp");...

    forum.aspose.com/t/word/275587