Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 4,591 for

paragraph builder

(0.2 sec)
  1. 将 PowerPoint 转换为视频|Aspose.Slides for Node.js vi...

    在 JavaScript 中将 PowerPoint 转换为视频... "path/to/ffprobe" ); var builder = java . newInstanceSync (...); executor . createJob ( builder ). run (); } catch ( e ) {...

    docs.aspose.com/slides/zh/nodejs-java/convert-p...
  2. FieldToa class | Aspose.Words for Python

    aspose.words.fields.FieldToa class. Implements the TOA field...node, returns its parent paragraph. If the field is already removed...(): doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!...table without using a document builder. public void CreateNestedTable...cell . AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Table.Title | Aspose.Words for .NET

    Discover the Table Title property, easily set or modify your table's title for improved accessibility and enhanced data representation....table without using a document builder. public void CreateNestedTable...cell . AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  5. CommentRangeEnd | Aspose.Words for Java

    Denotes the end 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...
  6. 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...
  7. SdtType | Aspose.Words for Java

    Specifies the type of a structured document tag SDT node in Java....INLINE); Paragraph paragraph = doc.getFirstSection()...getBody().getFirstParagraph(); paragraph.appendChild(sdt); // Create...

    reference.aspose.com/words/java/com.aspose.word...
  8. FormField Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormField class to easily create and manage customizable form fields in your documents for enhanced user interaction....get; } Retrieves the parent Paragraph of this node. PreviousSibling...and can only be a child of Paragraph . FormField is represented...

    reference.aspose.com/words/net/aspose.words.fie...
  9. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  10. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...value determining whether a paragraph graphic should be marked as...new aw . Document (); let builder = new aw . DocumentBuilder...

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