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

paragraphs

(0.16 sec)
  1. Définir les Propriétés des Éléments de Structur...

    Avec Aspose.PDF pour Java, vous pouvez définir différentes propriétés des éléments de structure. Il s'agit de définir les éléments de structure de bloc de texte, de définir les éléments de structure en ligne, d'ajouter un élément de structure dans les éléments, etc.... setText ( "Paragraphe." ); rootElement . appendChild..."Para" ); p4 . setTag ( "Paragraph" ); sect . appendChild ( p1...

    docs.aspose.com/pdf/fr/java/set-tagged-pdfs-ele...
  2. Make HTML Using C++

    Make a new HTML in C++ in a few steps. Easily create HTML using C++ library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun->get_NextSibling()...

    products.aspose.com/words/cpp/make/html/
  3. Mathematische Gleichungen zu PowerPoint-Präsent...

    Erfahren Sie, wie Sie mit mathematischen Gleichungen in PowerPoint mithilfe von Aspose.Slides für Python über .NET arbeiten. Erhalten Sie detaillierte Anleitungen, Codebeispiele und Tipps zur Automatisierung der Erstellung und Bearbeitung von Präsentationen....[MathParagraph]: math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph Die Klasse [MathParagraph]...

    docs.aspose.com/slides/de/python-net/powerpoint...
  4. AndroidでPowerPoint自動生成:動的なプレゼンテーションを簡単に作成|Aspos...

    Aspose.Slides for Android を使用してクラウドプラットフォーム上でスライド作成を自動化し、PowerPoint および OpenDocument ファイルを迅速かつ確実に生成、編集、変換します。...text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/ja/androidjava/automatin...
  5. ShapeBase.allowOverlap property | Aspose.Words ...

    ShapeBase.allowOverlap property. Gets or sets a value that specifies whether this shape can overlap other shapes.... Paragraph ); expect ( table . allowOverlap...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlInsertOptions Enum | Aspose.Words för .NET

    Utforska Aspose.Words.HtmlInsertOptions enum för att anpassa HTML-infogning med InsertHtml-metoden, vilket förbättrar effektiviteten i dokumentbehandlingen....style='border:solid'> <p>paragraph 1</p> <p>paragraph 2</p> </div> </div>...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. 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...
  8. Укажите параметры компоновки в Python|Aspose.Wo...

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

    docs.aspose.com/words/ru/python-net/specify-lay...
  9. 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-...
  10. 使用 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...