Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 18,555 for

paragraphs

(1.57 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/...
  5. Font.AutoColor | Aspose.Words per .NET

    Scopri la proprietà Font AutoColor, ottieni il colore del testo corrente (nero o bianco) per regolazioni automatiche. Ottimizza il tuo design senza sforzo!... Paragraphs [ 0 ]. Runs [ 0 ]. Font ...doc . FirstSection . Body . Paragraphs [ 1 ]. Runs [ 0 ]. Font ...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Body.ParentSection | Aspose.Words لـ .NET

    اكتشف خاصية Body ParentSection للوصول بسهولة إلى قسم الوالدين في القصة وتعزيز كفاءة إدارة المحتوى لديك.... ParentNode ); Paragraph para = new Paragraph ( doc ); body ...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. 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...
  8. 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/
  9. Converti GIF in PDF in Java

    Fai riferimento a questo articolo per convertire GIF in PDF in Java. Contiene dettagli per impostare l'IDE, un elenco di passaggi e un esempio di codice per trasformare GIF in PDF in Java, insieme alle opzioni per migliorare il codice al fine di creare l'output desiderato....Access the collection of paragraphs of the PDF page and add the...access the collection of paragraphs of the newly added page,...

    kb.aspose.com/it/pdf/java/convert-gif-to-pdf-in...
  10. 档案

    档案...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/zh/words/working-with-table-of-...