Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 4,609 for

paragraph builder

(0.1 sec)
  1. 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...
  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. 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...
  4. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in C++.... Inserting a Paragraph DocumentBuilder.Writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  5. 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...
  6. Aspose::Words::PageSetup class | Aspose.Words f...

    Aspose::Words::PageSetup class. Represents the page setup properties of a section. To learn more, visit the documentation article in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...for the builder's current section and add text. builder -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...a Section, a Body, and a Paragraph. doc . AppendChild ( new Section...doc )) . AppendChild ( new Paragraph ( doc )) . AppendChild ( new...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Row class | Aspose.Words for Python

    aspose.words.tables.Row class. Represents a table row...contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...does not count as a revision. builder.write("This does not count...

    reference.aspose.com/words/java/com.aspose.word...