Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 18,953 for

paragraph

(0.33 sec)
  1. RevisionCollection.count property | Aspose.Word...

    RevisionCollection.count property. Returns the number of revisions in the collection.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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/
  3. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...( page ); // 创建文本段落 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 设置随后的行缩进 paragraph -> set_SubsequentLinesInden (...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  4. 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...
  5. FieldQuote Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldQuote class, your solution for efficiently implementing QUOTE fields in documents. Enhance your workflow today!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldImport Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldImport class, designed to streamline document processing with efficient IMPORT field implementation for enhanced productivity....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldDocProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldDocProperty class, designed for seamless integration of DOCPROPERTY fields in your documents for enhanced functionality....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Fields::FieldGreetingLine class ...

    Aspose::Words::Fields::FieldGreetingLine class. Implements the GREETINGLINE 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...
  9. Aspose::Words::Fields::FieldUnknown class | Asp...

    Aspose::Words::Fields::FieldUnknown class. Implements an unknown or unrecognized 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...
  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/