Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 15,574 for

paragraph

(0.25 sec)
  1. FieldPrint.printer_instructions property | Aspo...

    FieldPrint.printer_instructions property. Gets or sets the printer-specific control code characters or PostScript instructions.... write ( 'My paragraph' ) # The PRINT field can send...this case, it will be the paragraph that contains our PRINT field...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Tables::Cell::EnsureMinimum meth...

    Aspose::Words::Tables::Cell::EnsureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...cell ); // Cells may contain paragraphs with typical elements such...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  4. Specify Layout Options in Python|Aspose.Words f...

    Specify Layout Options for various document layouts using Python.... show_paragraph_marks – a Boolean value, which...which specifies whether paragraph mark characters are rendered...

    docs.aspose.com/words/python-net/specify-layout...
  5. 修改脚注内容序号的颜色 - Free Support Forum - aspose.com

    for (Paragraph Paragraph : footnote.getParagraphs()) { Paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier.NORMAL); for (Run run : Paragraph.getRuns()) { run.getFont().setColor(Color.…...2025, 2:21pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier...

    forum.aspose.com/t/topic/310540
  6. Table.verticalAnchor property | Aspose.Words fo...

    Table.verticalAnchor property. Gets the base object from which the vertical positioning of floating table should be calculated... Paragraph ); expect ( table . allowOverlap...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PowerPoint to Video|Aspose.Slides Docum...

    Convert PowerPoint to Video in Java... So we animate paragraphs on objects, which will appear... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . getPortions...

    docs.aspose.com/slides/androidjava/convert-powe...
  8. Working with Lists in Java|Aspose.Words for Java

    Introduction to numbering formatting feature in Aspose.Words for Java....the current paragraph and all further paragraphs created using...list level of the current paragraph by one level, call ListFormat...

    docs.aspose.com/words/java/working-with-lists/
  9. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....example document // contains a paragraph break inside a hyperlink,...field end // in the next paragraph. It will be much more complicated...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::Fields::FieldListNum::get_HasLis...

    Aspose::Words::Fields::FieldListNum::get_HasListName method. Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...