Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 18,520 for

paragraph

(0.18 sec)
  1. Extract text and images from PPT document using...

    Java sample code to extract text and images from PPT file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Loop through each paragraph portion. Get the required...length; i++){ //Loop through paragraphs in current TextFrame for...

    products.aspose.com/slides/java/parser/ppt/
  2. Yellow OMR form with a vertical tear line|Docum...

    OMR form with a vertical tear line in yellow...paragraph= ?image=logo.jpg height=200...font_size=12 align=center &paragraph &block ?block=left-header...

    docs.aspose.com/omr/net/showcases/tear/vertical...
  3. FieldAutoTextList class | Aspose.Words for Python

    aspose.words.fields.FieldAutoTextList class. Implements the AUTOTEXTLIST field...node, returns its parent paragraph. If the field is already removed.... BuildingBlockBehavio . PARAGRAPH section = aw . Section ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Tables::TextWrapping enum | Aspo...

    Aspose::Words::Tables::TextWrapping enum. Specifies how text is wrapped around the table in C++....and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. BuiltInDocumentProperties.Words | Aspose.Words ...

    Discover the BuiltInDocumentProperties Words property, offering an accurate word count estimate for your documents to enhance editing efficiency.... Paragraphs , Is . EqualTo ( 1 )); Assert.... BuiltInDocumentPrope . Paragraphs , Is . EqualTo ( 2 )); //...

    reference.aspose.com/words/net/aspose.words.pro...
  6. FieldAutoTextList Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoTextList class, designed to streamline document automation with efficient AUTOTEXTLIST field implementation....node, returns its parent paragraph. If the field is already removed...= BuildingBlockBehavio . Paragraph ; Section section = new Section...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose word java in php 转换后标点符号间距不正确 - Free Sup...

    Aspose word java 使用 php方法调用。将word转换到pdf后,第一行中有一个冒号的间距不正确。 请问这个是什么原因导致的 附件.zip (50.8 KB)...docx"); for (Paragraph paragraph : doc.getFirstSection()...getBody().getParagraphs()) { paragraph.getParagraphFormat().setSpaceAfter(0);...

    forum.aspose.com/t/aspose-word-java-in-php/315503
  8. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section section : doc.getSection…...插入一个空段落(确保区域仍然存在) Paragraph emptyPara = new Paragraph(doc); // 加入换行符,防止区域被...

    forum.aspose.com/t/word/322768
  9. Aspose::Words::DocumentBuilder::MoveToStructure...

    Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....cursor to the end of its last paragraph, specify -2. Examples Shows...cursor to the end of its last paragraph, specify -2. Remarks The navigation...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。通过强大的 Python 代码示例自定义字体、颜色、对齐方式等。... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/zh/python-net/text-forma...