Sort Score
Result 10 results
Languages All
Labels All
Results 8,141 - 8,150 of 18,522 for

paragraph

(0.09 sec)
  1. إنشاء جدول على شريحة PowerPoint في VSTO و Aspos...

    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.... Paragraphs ( 0 , tf . TextRange . Text...//Set font size of 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. FontHeight...

    docs.aspose.com/slides/ar/net/creating-a-table-...
  2. Creating Tables Using VSTO and Aspose.Slides fo...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and create tables in PowerPoint (PPT, PPTX) slides in C# with flexible formatting.... Paragraphs ( 0 , tf . TextRange . Text...//Set font size of 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/net/creating-a-table-on-...
  3. Архивы

    Архивы...PartionCollection в каждом Paragraph . Проверьте, содержит ли Portion...i++) foreach (Paragraph para in tf[i].Paragraphs) foreach (Portion...

    blog.aspose.com/ru/slides/find-and-replace-text...
  4. ארכיון

    ארכיון...ל- PortionCollection בכל Paragraph . בדוק אם Portion.Text מכיל...i++) foreach (Paragraph para in tf[i].Paragraphs) foreach (Portion...

    blog.aspose.com/he/slides/find-and-replace-text...
  5. BorderCollection.Item | Aspose.Words per .NET

    Scopri la proprietà BorderCollection Item per accedere facilmente agli oggetti Border per tipo. Semplifica il tuo design con una gestione efficiente dei bordi!... Write ( "This paragraph is formatted with a double...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...

    reference.aspose.com/words/it/net/aspose.words/...
  6. 使用 Python 從 PPTX 文件中提取文本和圖像 | products.aspose.com

    Python源代碼解析PPTX Presentation。...range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/zh-hant/python-net/p...
  7. Trích xuất Văn bản và Hình ảnh từ Tệp PPT bằng ...

    Mã nguồn Python để phân tích bản trình bày PPT....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/vi/python-net/parser...
  8. Trích xuất Văn bản và Hình ảnh từ Tệp PPTX bằng...

    Mã nguồn Python để phân tích bản trình bày PPTX....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/vi/python-net/parser...
  9. 프로그래밍 방식으로 PDF 문서 만들기|Aspose.PDF for .NET

    이 페이지에서는 Aspose.PDF 라이브러리를 사용하여 처음부터 PDF 문서를 만드는 방법을 설명합니다.... 페이지의 Paragraphs 컬렉션에 TextFragment 를 추가합니다...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ko/net/create-document/
  10. How to Add Lines to PDF in Python

    This article guides on how to add lines to PDF in Python. The basic information is provided on how to insert a line in PDF in Python by sharing the configuration details, a list of steps and a runnable sample code....Add the graph object to the paragraphs collection of the PDF document...this graph object to the paragraphs of the PDF file. Code to...

    kb.aspose.com/pdf/python/how-to-add-lines-to-pd...