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

paragraph

(0.98 sec)
  1. BuildingBlock | Aspose.Words for .NET

    Discover BuildingBlock constructor, effortlessly create new instances with ease. Unlock powerful features for seamless development and enhanced performance!... Paragraph ; block . Category = "My custom...

    reference.aspose.com/words/net/aspose.words.bui...
  2. Aspose::Words::Fields::FieldComments class | As...

    Aspose::Words::Fields::FieldComments class. Implements the COMMENTS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. FieldPrintDate class | Aspose.Words for Python

    aspose.words.fields.FieldPrintDate class. Implements the PRINTDATE field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldSubject class | Asp...

    Aspose::Words::Fields::FieldSubject class. Implements the SUBJECT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Extract text and images from PPTX document usin...

    C# source code to extract text and images from PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... Loop through each paragraph portion. Get the required...Length; i++) //Loop through paragraphs in current ITextFrame foreach...

    products.aspose.com/slides/net/parser/pptx/
  6. Aspose::Words::Fields::FieldUserAddress class |...

    Aspose::Words::Fields::FieldUserAddress class. Implements the USERADDRESS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 管理 Android 上演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Android via Java 让您能够轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。...getTextFrame (); // 为文本框架创建 Paragraph 对象 IParagraph para = txtFrame...shape ; for ( IParagraph paragraph : autoShape . getTextFrame...

    docs.aspose.com/slides/zh/androidjava/manage-te...
  8. Update Fields in C++|Aspose.Words for C++

    Learn how to update fields in C++. Update fields programmatically or use automatic field update using C++ API....Section , HeaderFooter , Paragraph , etc. using the Node.Range...

    docs.aspose.com/words/cpp/update-fields/
  9. FieldDdeAuto class | Aspose.Words for Python

    aspose.words.fields.FieldDdeAuto class. Implements the DDEAUTO field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...TextParagraph paragraph = new TextParagraph (); // 设置后续行缩进 paragraph . ...); // 指定添加TextParagraph的位置 paragraph . setRectangle ( new Rectangle...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/