Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 4,591 for

paragraph builder

(0.1 sec)
  1. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.table_width_output_mode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB... Document () builder = aw . DocumentBuilder ( doc...boundary. table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.page_number_style property | Aspose.W...

    PageSetup.page_number_style property. Gets or sets the page number format....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Section 1, page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let builder = new aw . DocumentBuilder ( dstDoc ); builder . writeln...srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::DocumentBuilder::InsertTableOfCo...

    Aspose::Words::DocumentBuilder::InsertTableOfContents method. Inserts a TOC (table of contents) field into the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. ImportFormatOptions.adjust_sentence_and_word_sp...

    ImportFormatOptions.adjust_sentence_and_word_spacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... Document () builder = aw . DocumentBuilder ( doc...src_doc ) builder . write ( 'Dolor sit amet.' ) builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup.restart_page_numbering property | Asp...

    PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Section 1, page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. MailMerge Class | Aspose.Words for .NET

    Unlock powerful mail merge capabilities with Aspose.Words.MailMerging.MailMerge class. Streamline document creation and enhance productivity effortlessly!...value indicating whether paragraphs with punctuation marks are...indicating whether whole paragraph with TableStart or TableEnd...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...items to the list builder.writeln("Item 1"); builder.ListFormat.a...

    forum.aspose.com/t/word/315453
  9. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...paragraphs; const placeholder = "#*Content...const builder = new aw.DocumentBuilder(headDoc); builder.moveTo(para);...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  10. DocumentBuilder.move_to_document_start method |...

    DocumentBuilder.move_to_document_start method. Moves the cursor to the beginning of the document....Shows how to move a document builder’s cursor to different nodes...document. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

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