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

paragraph builder

(0.15 sec)
  1. 将 PowerPoint 转换为视频|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为视频...builder.FFmpeg" , "path/to/ffmpeg"...ffmpeg.builder.FFprobe" , "path/to/ffprobe" ); $builder = ( new...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  2. 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...
  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. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....FirstParagraph { get; } Gets the first paragraph in the shape. FlipOrientation...LastParagraph { get; } Gets the last paragraph in the shape. Left { get;...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 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...
  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. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...Document(filePath); // DocumentBuilder builder = new DocumentBuilder(doc);...Adjust the transparency // builder.moveToHeaderFooter(com.aspose...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  8. Cell | Aspose.Words for .NET

    Discover the Cell constructor to easily create new Cell class instances. Streamline your coding process and enhance your development efficiency!...table without using a document builder. public void CreateNestedTable...cell . AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Table.Description | Aspose.Words for .NET

    Enhance your tables with descriptive properties for better accessibility. Easily set and retrieve alternative text for improved user experience....table without using a document builder. public void CreateNestedTable...cell . AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  10. 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...