Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,917 for

split

(1.02 sec)
  1. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...std :: vector < U16String > Split ( const U16String & str , const...vector < U16String > tagParts = Split ( tag , u '$' ); std :: vector...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  2. Aspose::Words::Hyphenation::IsDictionaryRegiste...

    Aspose::Words::Hyphenation::IsDictionaryRegistered method. Returns false if for the specified language there is no dictionary registered or if registered is Null dictionary, true otherwise in C++....text in which a word could be split up and continued on the next...substring, then hyphenation will split the word across two lines //...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  3. Compose Multi-volume Zip Archive | Aspose.Zip f...

    Compose Multi-volume Zip Archive with .net library...you to create ZIP archives split into multiple files (volumes)...large sets of data. Options for split archive The constructor requires...

    docs.aspose.com/zip/net/multi-volume-zip/
  4. Insert Page Break in PDF using C#

    This article guides on how to insert page break in PDF using C#. It has the IDE settings, steps, and a sample code to add page break to PDF using C#.... To split a document by pages, refer to...to the article on how to split PDF file by pages in C# . Updated...

    kb.aspose.com/pdf/net/insert-page-break-in-pdf-...
  5. How to Get Font Subtype Like Extra Bold from a ...

    Hi, When i try to extract font name, it sometimes comes like : Adobe Clean ExtraBold. How can I extract the main font as Adobe Clean and ExtraBold as sub type. Thanks...GetMainFont(string fontName) { // Split the font name by spaces and...last part var parts = fontName.Split(' '); return string.Join(" "...

    forum.aspose.com/t/how-to-get-font-subtype-like...
  6. Introduction|Documentation

    The Programmer's Guide contains information that is essential to know when using the Image-Processing Python Library API in Python applications....Structure The Programmer’s Guide is split into chapters that cover Aspose...

    docs.aspose.com/imaging/python-net/introduction/
  7. Introduction|Documentation

    The Programmer's Guide contains information that is essential to know when using the C# Image Processing and Manipulation Library API in .NET applications....Structure The Programmer’s Guide is split into chapters that cover Aspose...

    docs.aspose.com/imaging/net/introduction/
  8. Reading Data Validations in Excel file using As...

    This article introduces how to work with validation in GridDesktop....the Worksheet in GridDesktop Split Panes in GridDesktop Worksheet...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. Introduction|Documentation

    The Programmer's Guide contains information that is essential to know when using the Java Image Processing and Manipulation Library API in Java applications....Structure The Programmer’s Guide is split into chapters that cover Aspose...

    docs.aspose.com/imaging/java/introduction/
  10. Save File from URL – Aspose.HTML for Java

    Learn how to download and save files from URLs using Java. Use Aspose.HTML for Java to automate file downloading from online sources....()) { String [] split = url. getPathname (). split ( "/" ); String...String path = split [ split. length - 1 ] ; // Save file to a local...

    products.aspose.com/html/java/save-file-from-url/