Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 3,719 for

split

(0.04 sec)
  1. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the document is Split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....Specifies how the document is split into parts when saving to SaveFormat...combined. For instance you can split the document at page breaks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Splitter Class | Aspose.Words for .NET

    Effortlessly Split documents with Aspose.Words.LowCode.Splitter class. Utilize versatile methods for precise document management and enhanced workflow efficiency....Provides methods intended to split the documents into parts using...static Split ( Stream, SaveFormat , SplitOptions ) Splits a document...

    reference.aspose.com/words/net/aspose.words.low...
  3. DocumentSplitCriteria Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DocumentSplitCriteria enhances document Splitting for optimal Html, Epub, and Azw3 formats. Streamline your saving process!...Specifies how the document is split into parts when saving to Html...document is not split. PageBreak 1 The document is split into parts...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the document is Split into parts when saving to Html, Epub or Azw3 format in C++....Specifies how the document is split into parts when saving to Html...document is not split. PageBreak 1 The document is split into parts...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is Split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....Specifies how the document is split into parts when saving to SaveFormat...combined. For instance you can split the document at page breaks...

    reference.aspose.com/words/java/com.aspose.word...
  6. HtmlSaveOptions.document_split_criteria propert...

    HtmlSaveOptions.document_Split_criteria property. Specifies how the document should be Split when saving to [SaveFormat.HTML](../../../aspose.words/saveformat/#HTML), [SaveFormat.EPUB](../../../aspose.words/saveformat/#EPUB) or [SaveFormat.AZW3](../../../aspose.words/saveformat/#AZW3) format...document_split_criteria property HtmlSaveOptions.document_split_criteria...how the document should be split when saving to SaveFormat.HTML...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to Split the documents into parts using different criteria....Provides methods intended to split the documents into parts using...numbers that were removed. split(input_file_name, output_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions.document_split_heading_level pr...

    HtmlSaveOptions.document_Split_heading_level property. Specifies the maximum level of headings at which to Split the document...document_split_heading_level property HtmlSaveOptions.docume...document_split_heading_level property Specifies the maximum level of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to Split the document...level of headings at which to split the document. Default value...to 9, the document will be split at paragraphs formatted using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...Split 方法进行拆分。 #include <iostream>...); // Split worksheet vertically on columns. sheet . Split ();...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...