Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 18,594 for

paragraphs

(0.35 sec)
  1. Укажите параметры компоновки в Python|Aspose.Wo...

    Укажите параметры компоновки для различных макетов документов, используя Python.... show_paragraph_marks – значение Boolean ...отображения не задано свойство show_paragraph_marks . В Microsoft Word эти...

    docs.aspose.com/words/ru/python-net/specify-lay...
  2. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....resultant graph object to the paragraph collection of the selected...added to the PDF page as a paragraph item. Code to Draw a Circle...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  3. 使用 Python 從 ODP 文件中提取文本和圖像 | products.aspose.com

    Python源代碼解析ODP 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...
  4. 使用 Python 從 PPT 文件中提取文本和圖像 | products.aspose.com

    Python源代碼解析PPT 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...
  5. Run.Text | Aspose.Words per .NET

    Gestisci il testo di esecuzione senza sforzo! Ottieni o imposta facilmente le proprietà del testo di esecuzione per una modifica fluida dei documenti e un controllo avanzato dei contenuti.... Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/it/net/aspose.words/...
  6. NodeCollection.insert method | Aspose.Words for...

    NodeCollection.insert method. Inserts a node into the collection at the specified index....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Cancella senza sforzo tutti i nodi figlio con il metodo CompositeNode RemoveAllChildren. Semplifica il tuo codice e migliora le prestazioni oggi stesso!... Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/it/net/aspose.words/...
  8. TabLeader Enum | Aspose.Words لـ .NET

    اكتشف مجموعة Aspose.Words.TabLeader، التي تحدد أنماط خطوط القيادة للعلامات التبويبية، مما يعزز تنسيق المستندات وقابليتها للقراءة في مشاريعك....Document doc = new Document (); Paragraph para = doc . FirstSection.... Save ( ArtifactsDir + "Paragraph.TabStops.docx" ); أنظر أيضا...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. تغييرات الواجهة العمومية في Aspose.Cells 8.1.0|...

    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....CharactersWithSpaces, Lines, Paragraphs تم تسجيلها بأنها منتهية الصلاحية...وCharactersWithSpaces وLines & Paragraphs. السبب في ذلك هو عدم الفائدة...

    docs.aspose.com/cells/ar/net/public-api-changes...
  10. Преобразование маркеров в абзацы в файле Word с...

    Преобразуйте маркеры в абзацы в файле Word с помощью Python. В этой статье описан список шагов и пример кода для удаления пунктов списка из документа Word с помощью Python....узел к экземпляру класса paragraphs в файле Word. Получите доступ...всех дочерних узлов типа Paragraph. Мы получим доступ к свойству...

    kb.aspose.com/ru/words/python/convert-bullet-po...