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

paragraphs

(1.03 sec)
  1. نسخ فقرة وجزء في PPTX|وثائق Aspose.Slides

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....مثيل ParagraphFormat من فئة Paragraph . نحتاج إلى نسخ جميع خصائص...القيم المنسوخة. SharedPtr < Paragraph > CopyParagraph ( SharedPtr...

    docs.aspose.com/slides/ar/cpp/copy-paragraph-an...
  2. Python을 사용하여 PPT 파일에서 텍스트 및 이미지 추출 | products.a...

    PPT 프레젠테이션을 구문 분석하기 위한 Python 소스 코드입니다....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/ko/python-net/parser...
  3. Python을 사용하여 ODP 파일에서 텍스트 및 이미지 추출 | products.a...

    ODP 프레젠테이션을 구문 분석하기 위한 Python 소스 코드입니다....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/ko/python-net/parser...
  4. Python을 사용하여 PPTX 파일에서 텍스트 및 이미지 추출 | products....

    PPTX 프레젠테이션을 구문 분석하기 위한 Python 소스 코드입니다....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/ko/python-net/parser...
  5. PDF에서 단락 추출|Aspose.PDF for PHP via Java

    이 문서는 Aspose.PDF의 특별한 도구인 ParagraphAbsorber를 사용하여 PDF 문서에서 텍스트를 추출하는 방법을 설명합니다....$section -> getParagraphs () as $paragraph ) { $paragraphText = " \r\n...\r\n " ; foreach ( $paragraph -> getLines () as $line ) { foreach...

    docs.aspose.com/pdf/ko/php-java/extract-paragra...
  6. プログラムでPDFドキュメントを作成する|Aspose.PDF for Python via ...

    このページでは、Aspose.PDF for Python via .NETライブラリを使用して、PDFドキュメントをゼロから作成する方法を説明します。...コレクションに追加します TextFragment をページの paragraphs コレクションに追加します 結果として得られる PDF...新しいページにテキストフラグメントを追加 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/ja/python-net/create-document/
  7. Clone a Document in C++|Aspose.Words for C++

    Clone a document to get its identical copy using C++. When creating a copy, nodes and properties of the original document are cloned....example a single section or a paragraph? A: You can clone individual...want (e.g., a Section* or Paragraph* ) and call Clone() on it...

    docs.aspose.com/words/cpp/clone-a-document/
  8. How to Insert Picture in Word using Python

    This tutorial provides quick information on how to insert picture in Word using Python. It contains information to configure the environment, a step-by-step process and finally a runnable sample code that demonstrates the process to insert image in Word using Python....Move the cursor to the last paragraph in the last section Insert...cell, field, header, footer, paragraph, or section by moving with...

    kb.aspose.com/words/python/how-to-insert-pictur...
  9. Section | Aspose.Words för .NET

    Skapa dynamiska webbsektioner enkelt med vår Section Constructor. Initiera och anpassa enkelt din Section-klass för optimal webbplatsprestanda.... Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. Как да вмъкнете коментар в Word документ с помо...

    В този урок ще научите как да вмъкнете коментар в word документ с помощта на C#. Този код в C# вмъква коментар в документа на Word....може да бъде само дете на Paragraph. Ще използваме примерен входен...на коментара с помощта на Paragraph Добавете коментар към първия...

    kb.aspose.com/bg/words/net/how-to-insert-commen...