Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 4,610 for

paragraph builder

(0.11 sec)
  1. Aspose::Words::Fields::FieldUserName class | As...

    Aspose::Words::Fields::FieldUserName class. Implements the USERNAME field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...( userInformation ); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldSymbol field = (FieldSymbol) builder.insertField(FieldType.FIELD_SYMBOL...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldChar class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldChar class. Base class for nodes that represent field characters in a document...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 有什么新功能|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/
  5. 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...
  6. 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...
  7. Text hyperlink issue - Free Support Forum - asp...

    hello team, As when we are inserting below text using old aspose version (16.1.0.0) var WatchListSummary = "<p style='font-size:13px; text-align:Justify;line-height:1.25em;margin-bottom:0pt;'><b>Manish Sharma</b>&nbsp…...link manually: // build the paragraph up to the link text documentBuilder...Underline.Single; // close the paragraph documentBuilder.Writeln("</p><br/>");...

    forum.aspose.com/t/text-hyperlink-issue/323133
  8. 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...
  9. 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...
  10. Need help in creating the hyperlink style for u...

    Hi Team, We are using Aspose words for document generation. We have a document which is having some Paragraphs and Paragraphs contains some url text. We want to create hyperlink style and color for them but not able to.…...which is having some paragraphs and paragraphs contains some url...Document; DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/need-help-in-creating-the-hy...