Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 4,243 for

paragraph builder

(0.1 sec)
  1. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  2. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...DocumentBuilder. builder.write("Run 1. "); builder.write("Run 2....

    reference.aspose.com/words/java/com.aspose.word...
  3. 怎么给指定标题最下面插入内容呢 - 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
  4. Გააკეთეთ Markdown Java Ის Გამოყენებით

    შექმენით ახალი Markdown Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown Java ბიბლიოთეკის გამოყენებით....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/ka/java/make/md/
  5. Gawe DOC Nganggo Java

    Gawe DOC anyar ing Java ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/jv/java/make/doc/
  6. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...table without using a document builder. def create_nested_table ():...append_child ( aw . Paragraph ( doc )) cell . first_paragraph . append_child...

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

    aspose.words.fields.FieldLastSavedBy class. Implements the LASTSAVEDBY field...node, returns its parent paragraph. If the field is already removed...field. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Row | Aspose.Words for Java

    Represents a table row in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldFormula class | Aspose.Words for Python

    aspose.words.fields.FieldFormula class. Implements the = (formula) field...node, returns its parent paragraph. If the field is already removed...Document () # Use a field builder to construct a mathematical...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...phrase is composed of multiple paragraphs, sections, or pages. Some...

    docs.aspose.com/words/python-net/find-and-replace/