Sort Score
Result 10 results
Languages All
Labels All
Results 8,001 - 8,010 of 18,588 for

paragraphs

(0.83 sec)
  1. 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/...
  2. Display html markup in a TextAnnotation - Free ...

    Is it possible to display html markup in a TextAnnotation? I have tried assigning to TextAnnotation.RichText rather than TextAnnotation.Contents but it then displays nothing. We are using version 8.8.0 TIA Dan...Paragraphs.Add(htmlFragment); pdfDocument...pdfDocument.Pages[1].Paragraphs.Add(vSomeFloatingBox); pdfDocument...

    forum.aspose.com/t/display-html-markup-in-a-tex...
  3. Укажите параметры компоновки в Python|Aspose.Wo...

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

    docs.aspose.com/words/ru/python-net/specify-lay...
  4. 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-...
  5. 使用 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...
  6. 使用 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...
  7. 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/...
  8. 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...
  9. 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/...
  10. DocumentDirection | Aspose.Words for Java

    Allows to specify the direction to flow the text in a document in Java....// the direction of every paragraph of text that Aspose.Words...loads from plaintext. // Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/java/com.aspose.word...