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

paragraphs

(0.08 sec)
  1. Common issues with XPS files and how to solve them

    Troubleshooting with XPS files involves indicating the problem and resolving it. Learn about the most common XPS errors....Check that styles (headings, paragraphs, etc.) and headers and footers...breaks, line spacing, or paragraph spacing that wasn’t present...

    docs.aspose.com/page/net/troubleshoot-with-xps-...
  2. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....the shape is a child of a Paragraph object, then the shape is...something (e.g the current paragraph, the margin or the page)....

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

    Represents an end of a bookmark in a Word document in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for OCR File Automation – Java OCR Image To Text Conversionhttps://products.aspose.com/ocr/java/conversion/Recent content in Java OCR Imag...... Paragraphs in a text document are recognized...text in the form of lines. Paragraphs in a text document are recognized...

    products.aspose.com/ocr/java/conversion/index.xml
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Rendering in Python https://docs.aspose.com/words/python-net/rendering/ Recent content in Rendering in Python on Documentation Hugo -- gohugo.io http......images, character formatting, paragraph margins and spacing. However...shading color of the cell or paragraph, or based on the color of...

    docs.aspose.com/words/python-net/rendering/inde...
  6. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  7. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc 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...
  8. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  9. 怎么删除标题下面指定内容的表和段落还有图片信息 - Free Support Forum - ...

    python 怎么删除标题下面指定内容的表和段落还有图片信息...for paragraph in doc.get_child_nodes(aw.NodeType.PARAGRAPH, True):...title_text in paragraph.get_text() and "_Toc" not in paragraph.get_text():...

    forum.aspose.com/t/topic/313060
  10. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....various objects such as Run , Paragraph , Style , DocumentBuilder...Shows how to create and use a paragraph style with list formatting...

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