Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 4,632 for

paragraph builder

(0.1 sec)
  1. FieldUserInitials Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserInitials class to easily implement USERINITIALS fields, enhancing document personalization and user engagement....node, returns its parent paragraph. If the field is already removed...created above. DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldUserAddress class | Aspose.Words for Python

    aspose.words.fields.FieldUserAddress class. Implements the USERADDRESS field...node, returns its parent paragraph. If the field is already removed...UserInformation object we created above. builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldUserInitials class | Aspose.Words for Python

    aspose.words.fields.FieldUserInitials class. Implements the USERINITIALS field...node, returns its parent paragraph. If the field is already removed...UserInformation object we created above. builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldImport class | Aspo...

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

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面...first_paragraph paragraphs = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.PARAGRAPH, True) below_text = "" for para in paragraphs:...

    forum.aspose.com/t/topic/311384
  6. Shape class | Aspose.Words for Node.js

    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...firstParagraph Gets the first paragraph in the shape. flipOrientation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldListNum not shown in deletion all markup -...

    Hello , We have have following code to put a FieldListNum in a word document and then delete them with revision. But we have few issues and want to clarify. Why is the list num not visible? Why we dont see a strikethr…...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldListNum field = (FieldListNum) builder.insertField(FieldType.FIELD_LIST_NUM...

    forum.aspose.com/t/fieldlistnum-not-shown-in-de...
  8. Create or Load a Document in Java|Aspose.Words ...

    Aspose.Words enables you to create a blank document or to load it from a file or stream using Java....document using the document builder: Note the default values: A...default parameters, one empty paragraph, some document styles. Actually...

    docs.aspose.com/words/java/create-or-load-a-doc...
  9. FieldSeq | Aspose.Words for Java

    Implements the SEQ field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...property to set it to 100. builder.write("#"); FieldSeq fieldSeq...

    reference.aspose.com/words/java/com.aspose.word...
  10. Table.title property | Aspose.Words for Node.js

    Table.title property. Gets or sets title of this table...table without using a document builder. test ( 'CreateNestedTable'.... appendChild ( new aw . Paragraph ( doc )); cell . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...