Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 4,546 for

paragraph builder

(0.05 sec)
  1. FieldChar class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldChar class. Base class for nodes that represent field characters in a document...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Fields::FieldFormula class | Asp...

    Aspose::Words::Fields::FieldFormula class. Implements the = (formula) field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > (); // Use a field builder to construct a mathematical...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 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...
  4. Aspose::Words::Fields::FieldComments class | As...

    Aspose::Words::Fields::FieldComments class. Implements the COMMENTS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 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...
  6. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...DocumentBuilder builder = new DocumentBuilder(docxDocument); builder.insertHtml(html);...getSections()) { ParagraphCollection paragraphs = section.getBody().getParagraphs();...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  7. 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...
  8. Several Image Into HTML C++

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

    products.aspose.com/words/cpp/merge/image-to-html/
  9. Several Image Into PDF C++

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

    products.aspose.com/words/cpp/merge/image-to-pdf/
  10. Several JPG Into TXT C++

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

    products.aspose.com/words/cpp/merge/jpg-to-txt/