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

paragraph builder

(0.31 sec)
  1. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.PDF for Python via .NET在最近发布版本中引入的最受欢迎的新功能。... Document () paragraph_content = "Lorem ipsum dolor...ap . text . TextFragment ( paragraph_content ) rectangle = ap ...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  2. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . font...green builder . font . border . line_width = 2.5 builder . font...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  4. MailMerge | Aspose.Words for Java

    Represents the mail merge functionality in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...CustomerName "); builder.insertParagraph(); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  5. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...CompositeNode ) first_paragraph Gets the first paragraph in the shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder constructor | Aspose.Words for ...

    aspose.words.DocumentBuilder constructor...() builder_options = aw . DocumentBuilderOptio () builder_options...context_table_formatting = True builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldOptions | Aspose.Words for Java

    Represents options to control field handling in a document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BarcodeGenerator.QR.jpg")); builder.insertImage(img); // 2 - EAN13...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...