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

paragraph builder

(0.07 sec)
  1. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....insertImage(byte[] imageBytes) while the builder’s cursor is positioned inside...first child of the builder’s current paragraph) and call table....

    docs.aspose.com/words/java/how-to-build-a-table...
  2. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++....Shape >> ( child5 ); auto builder = System :: MakeObject < Aspose...> ( doc ); builder -> InsertNode ( group ); builder -> MoveTo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Appending Document Not Maintaining - Free Suppo...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...Document(); DocumentBuilder builder = new DocumentBuilder(swDoc);...dimensions Section section = builder.CurrentSection; section.PageSetup...

    forum.aspose.com/t/appending-document-not-maint...
  4. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

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

    Specifies the set of possible aliases or editing groups which can be used as aliases to determine if the current user shall be allowed to edit a single range defined by an editable range within a document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Hello..." + " we cannot edit this paragraph without the password."); //...

    reference.aspose.com/words/java/com.aspose.word...
  6. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder Builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document);...forEach(run → { builder.moveTo(run); builder.insertBreak(BreakType...

    forum.aspose.com/t/topic/311299
  8. CellFormat | Aspose.Words for Java

    Represents all formatting for a table cell in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...table = builder.startTable(); builder.insertCell(); builder.write("City");...

    reference.aspose.com/words/java/com.aspose.word...
  9. PdfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfSaveOptions to enhance your document saving experience. Customize settings for optimal PDF output quality and performance....value determining whether a paragraph graphic should be marked as...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.sav...
  10. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...