Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 4,610 for

paragraph builder

(0.09 sec)
  1. BookmarkCollection.remove method | Aspose.Words...

    aspose.words.BookmarkCollection.remove method... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

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

    Implements the TOA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToa fieldToa = (FieldToa) builder.insertField(FieldType.FIELD_TOA...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImageColorMode enumeration | Aspose.Words for P...

    aspose.words.saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose word for java不使用分页符插入页码 - Free Support F...

    我们使用 Aspose.Words for Java,希望能在 每一页的右下角插入文本框(例如页码或签章区域), 不使用页脚,而是通过 锚点定位 的方式在页面内容区域中插入。 在实际测试过程中遇到以下问题: 只有当文档使用 插入空白页 进行分页时,能正确识别每一页的最后一个节点,文本框也能准确出现在该页的右下角。 根据节点识别只会识别处理节点中的第一页空白页, niuda(1) (2).zip (12.6 KB) 当文档仅通…...getPageCount(); page++) { Paragraph lastParaOnPage = null; //...找到本页的“最后一个段落” for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...

    forum.aspose.com/t/aspose-word-for-java/320890
  5. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldToa fieldToa = (FieldToa) builder.insertField(FieldType.FIELD_TOA...

    reference.aspose.com/words/java/com.aspose.word...
  6. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_page property. Gets or sets the number of lines per page in the document grid.... Document () builder = aw . DocumentBuilder ( doc...avoid overlapping characters. builder . page_setup . layout_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Edit DOCX In C++

    Edit DOCX in C++ code....Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.docx" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/docx/
  8. Edit Markdown In C++

    Edit Markdown in C++ code....Remove unwanted MD elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.md" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/md/
  9. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java....using a document builder. DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder(doc); builder.insertField(FieldType.FIELD_PRIVATE, true);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Edit Word, PDF In C++

    Edit DOCX, DOC, PDF and a variety of other file formats in C++....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using C++ One...

    products.aspose.com/words/cpp/edit/