Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 4,606 for

paragraph builder

(0.12 sec)
  1. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...pdf" )) { // Create text builder object for first page of document...document . Pages . Add (); var builder = new Aspose . Pdf . Text ...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  2. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...Document() builder = aw.DocumentBuilder(doc) #...SmartArtLayout enum smart_art = builder.insert_smart_art(aw.SmartArtLayout...

    forum.aspose.com/t/aspose-words-python-smartart...
  3. 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...
  4. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Run can only be a child of Paragraph or inline StructuredDocumentTa...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  5. ConditionalStyleCollection.last_row property | ...

    ConditionalStyleCollection.last_row property. Gets the last row style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ConditionalStyleCollection.odd_column_banding p...

    ConditionalStyleCollection.odd_column_banding property. Gets the odd column banding style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyleCollection.odd_row_banding prop...

    ConditionalStyleCollection.odd_row_banding property. Gets the odd row banding style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyleCollection.bottom_right_cell pr...

    ConditionalStyleCollection.bottom_right_cell property. Gets the bottom right cell style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape....child5 ) builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...insert_node ( group ) builder . move_to ( group . get_child (...

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