Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 15,203 for

section

(0.06 sec)
  1. EndnoteOptions.restartRule property | Aspose.Wo...

    EndnoteOptions.restartRule property. Determines when automatic numbering restarts....footnote/endnote counts at a new page or section. doc . footnoteOptions . restartRule...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....nodes, for example Paragraph , Section and Table and . The com.aspose...container for the main text of a section. Bookmark Represents a single...

    reference.aspose.com/words/java/com.aspose.words/
  3. Generate QR Codes for Text|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....QR Code under the preview section. Procedure API GET / qrcodegen...

    docs.aspose.com/barcode/java/1-2-1-2-generating...
  4. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...Using For Each section As Section In doc section.PageSetup.PaperSize...

    forum.aspose.com/t/aspose-words-automatically-a...
  5. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... first_section . headers_footers . add ( aw...HEADER_EVEN )) doc . first_section . headers_footers . get_by_header_footer_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Merge PDF Documents using Python https://products.aspose.com/pdf/python-net/merger/ Recent content in Merge PDF Documents using Python on Aspso......svg#aspose-buy Buy overview section has-background-white-ter container...com/pdf/scripts/live-example.js section has-background-white container...

    products.aspose.com/pdf/python-net/merger/index...
  7. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/java/com.aspose.word...
  8. EndnoteOptions.restart_rule property | Aspose.W...

    EndnoteOptions.restart_rule property. Determines when automatic numbering restarts.... SECTION_BREAK_NEW_PAGE ) builder ....footnote/endnote counts at a new page or section. doc . footnote_options . restart_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – C# 를 사용하여 PDF 문서 병합 https://products.aspose.com/pdf/ko/net/merger/ Recent content in C# 를 사용하여 PDF 문서 병합 on Aspsoe.PDF Products Hugo -- gohugo.......svg#aspose-buy 구매 overview section has-background-white-ter container...svg#aspose-buy 구매 overview section has-background-white-ter container...

    products.aspose.com/pdf/ko/net/merger/index.xml
  10. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?... int pageNumber; for (Section section : doc.getSections()) {...NodeCollection paragraphs = section.getBody().getChildNodes(NodeType...

    forum.aspose.com/t/word-html/319228