Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 4,685 for

section

(0.03 sec)
  1. Aspose::Words::Lists::ListLevel::get_NumberStyl...

    Aspose::Words::Lists::ListLevel::get_NumberStyle method. Returns or sets the number style for this list level in C++....these will look like "Section (1.01)", "Section (1.02)"... list ->...) -> set_NumberFormat ( u "Section ( \x0000 " u ". \x0001 " u...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. SplitCriteria enumeration | Aspose.Words for Py...

    aspose.words.lowcode.SplitCriteria enumeration. Specifies how the document is split into parts.... SECTION_BREAK Specifies that the document...document is split into parts at a section break of any type. STYLE Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FootnoteNumberingRule enumeration | Aspose.Word...

    aspose.words.notes.FootnoteNumberingRule enumeration. Determines when automatic footnote or endnote numbering restarts.... RESTART_SECTION Numbering restarts at each section. RESTART_PAGE...insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Showcases|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....Contents [ Hide ] Showcases This section contains showcases and solutions...

    docs.aspose.com/psd/java/showcases/
  5. SourceType enumeration | Aspose.Words for Node.js

    Aspose.Words.Bibliography.SourceType enumeration. Represents bibliography source types....BookSection Specifies the book section source. JournalArticle Specifies...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SplitCriteria Enum | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.SplitCriteria enum for efficient document splitting. Optimize your workflow with versatile options for seamless part management....document is split into parts at a section break of any type. Style 2...

    reference.aspose.com/words/net/aspose.words.low...
  7. Code Comparison for common features with VSTO|A...

    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....VSTO Contents [ Hide ] This section includes the following topics...

    docs.aspose.com/slides/net/code-comparison-for-...
  8. StructuredDocumentTagRangeStart.wordOpenXMLMini...

    StructuredDocumentTagRangeStart.wordOpenXMLMinimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format.... myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. SourceType enumeration | Aspose.Words for Python

    aspose.words.bibliography.SourceType enumeration. Represents bibliography source types.... BOOK_SECTION Specifies the book section source. JOURNAL_ARTICLE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...docx"); Section newFirstSection = new Section(doc); newFirstSection...

    forum.aspose.com/t/topic/311299