Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 15,610 for

paragraphs

(0.06 sec)
  1. Edit DOCX In Java

    Edit DOCX in Java code....Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/java/edit/docx/
  2. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  3. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....the document into heading paragraphs. // This is useful for readers...mentSplitCriteri.HEADING_PARAGRAPH); // Specify that we want...

    reference.aspose.com/words/java/com.aspose.word...
  4. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....Examples: Shows how to remove paragraphs selectively. // Template...mark. For such tags, empty paragraphs will be removed. Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. 形状动画|Aspose.Slides 文档

    在 Java 中应用 PowerPoint 动画...AutoShape,并将文本动画设置为 By 1st Level Paragraphs 值: // Instantiates a presentation...Animates shape text by 1st level paragraphs effect . getTextAnimation...

    docs.aspose.com/slides/zh/androidjava/shape-ani...
  6. Python PDF Processing APIs | Aspose.PDF Product...

    Download Python package to work with PDF pages, images, attachments, fonts, bookmarks, annotations, forms, watermarks, security & printing via .NET API....Ability to work with text, paragraphs, headings, hyperlinks, graphs...object. Add TextFragment to paragraphs collection of the page. Save...

    releases.aspose.com/pdf/pythonnet/
  7. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your document formatting and design....various objects such as Run , Paragraph , Style , DocumentBuilder...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/net/aspose.words/font/
  8. 演示主题|Aspose.Slides 文档

    C# 或 .NET 中的 PowerPoint 演示主题...100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...new Portion ( "主题文本格式" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/zh/net/presentation-theme/
  9. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...
  10. TableStyle | Aspose.Words for Java

    Represents a table style in Java....formatting properties of a paragraph style. getLocked() Specifies...automatically to a new paragraph inserted after a paragraph formatted with...

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