Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 4,606 for

paragraph builder

(0.22 sec)
  1. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document. insertNumberedClause(builder, "\tHeading 1", FILLER_TEXT...

    reference.aspose.com/words/java/com.aspose.word...
  2. Document.expand_table_styles_to_direct_formatti...

    Document.expand_table_styles_to_direct_formatting method. Converts formatting specified in table styles into direct formatting on tables in the document....formatting of tables, cells, paragraphs or text. This version of...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::Field class | Aspose.Wor...

    Aspose::Words::Fields::Field class. Represents a Microsoft Word document field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...content and span multiple paragraphs or sections in a document...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldQuote field = (FieldQuote) builder.insertField(FieldType.FIELD_QUOTE...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/python-net/working-with-s...
  6. ShapeBase class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the shape is a child of a Paragraph object, then the shape is...something (e.g the current paragraph, the margin or the page)....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Several Image Into TXT C++

    Merge multiple Image into TXT in C++ code. Save Image as TXT using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-txt/
  8. Several Image Into WORD C++

    Merge multiple Image into WORD in C++ code. Save Image as WORD using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-word/
  9. 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
  10. ImageSaveOptions.page_set property | Aspose.Wor...

    ImageSaveOptions.page_set property. Gets or sets the pages to render...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...