Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 15,552 for

paragraph

(0.06 sec)
  1. 修改脚注内容序号的颜色 - 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
  2. 管理 PowerPoint 段落|Aspose.Slides for PHP 文档

    创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...( $port02 ); $para1 = new Paragraph (); $tf -> getParagraphs ()...( $port12 ); $para2 = new Paragraph (); $tf -> getParagraphs ()...

    docs.aspose.com/slides/zh/php-java/manage-parag...
  3. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java....Examples: Shows how to insert a paragraph with a top border. Document...between cells or conforming paragraphs. getLeft() Gets the left...

    reference.aspose.com/words/java/com.aspose.word...
  4. 在 PDF 中旋转文本|Aspose.PDF for Java

    学习不同方式在 PDF 中旋转文本。Aspose.PDF 允许您以任意角度旋转文本,旋转文本片段或整个段落。...TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...将文本片段附加到段落 paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/zh/java/rotate-text-inside-...
  5. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a Paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DropCapPosition Enum | Aspose.Words for .NET

    Discover Aspose.Words.DropCapPosition enum to enhance your document design by defining unique drop cap text positions for impactful visual appeal....Value Description None 0 The paragraph does not have a drop cap....text margin on the anchor paragraph. Margin 2 The drop cap is...

    reference.aspose.com/words/net/aspose.words/dro...
  7. DocumentBuilder.InsertStyleSeparator | Aspose.W...

    Enhance your documents with the DocumentBuilder InsertStyleSeparator method, effortlessly adding style separators for improved formatting and organization....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ); // Each paragraph can only have one style. //...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.insertStyleSeparator method | A...

    DocumentBuilder.insertStyleSeparator method. Inserts style separator into the document....allows to apply different paragraph styles to two different parts...DocumentBuilder ( doc ); // Each paragraph can only have one style. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Paragraph.accept_end method | Aspose.Words for ...

    Paragraph.accept_end method. Accepts a visitor for visiting the end of the document's Paragraph....the end of the document’s paragraph. def accept_end ( self , visitor...words class Paragraph Paragraph.accept method Paragraph.accept_start...

    reference.aspose.com/words/python-net/aspose.wo...
  10. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

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