Sort Score
Result 10 results
Languages All
Labels All
Results 7,421 - 7,430 of 18,354 for

paragraphs

(1.28 sec)
  1. SpecialChar class | Aspose.Words for Node.js

    Aspose.Words.SpecialChar class. Base class for special characters in the document...and can only be a child of Paragraph . SpecialChar char is used...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. HtmlMetafileFormat Enum | Aspose.Words لـ .NET

    اكتشف Aspose.Words.Saving.HtmlMetafileFormat enum لحفظ ملفات التعريف بسلاسة في مستندات HTML. حسّن تجربة تحويل مستنداتك اليوم!...-aw-rel-hpos:column; -aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline\"...-aw-rel-hpos:column; -aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline\">"...

    reference.aspose.com/words/ar/net/aspose.words....
  3. Document.TrackRevisions | Aspose.Words för .NET

    Aktivera Document TrackRevisions för att automatiskt spåra redigeringar i Microsoft Word, vilket säkerställer sömlöst samarbete och exakt versionskontroll.... Paragraphs [ 1 ]; Node endNode = doc...doc . FirstSection . Body . Paragraphs [ 1 ]. NextSibling ; Node...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. Python'te Düzen Seçeneklerini Belirleyin|Python...

    Python'i kullanarak çeşitli belge düzenleri için Düzen Seçeneklerini belirtin.... show_paragraph_marks – paragraf işareti karakterlerinin...paragraf işareti bulunur. show_paragraph_marks özelliği onu oluşturacak...

    docs.aspose.com/words/tr/python-net/specify-lay...
  5. Extraheer tekst en afbeeldingen uit ODP-bestand...

    Python broncode om ODP presentatie te ontleden....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/nl/python-net/parser...
  6. Aspose.Words for Python

    Cette API vous permet d'effectuer toutes sortes d'opérations sur des fichiers Words en code Python, y compris la création, l'édition et la conversion, etc....avec Python Convertir un paragraphe en puces dans Word à l'aide...Python Convertir des puces en paragraphe dans un fichier Word à l'aide...

    kb.aspose.com/fr/words/python/page/2/
  7. ShapeBase.WrapType | Aspose.Words för .NET

    Upptäck ShapeBase WrapType-egenskapen, styr inbäddade eller flytande former och anpassa textbrytning för ökad layoutflexibilitet....AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/sv/net/aspose.words....
  8. Aspose::Words::Loading::DocumentDirection enum ...

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

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. NodeList.ToArray | Aspose.Words per .NET

    Converti senza sforzo NodeList in un array con il metodo ToArray, semplificando la manipolazione dei nodi e migliorando il flusso di lavoro di sviluppo web.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); Guarda...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Управление текстовыми полями в презентациях с п...

    Aspose.Slides for C++ упрощает создание, редактирование и клонирование текстовых полей в файлах PowerPoint и OpenDocument, улучшая автоматизацию вашей презентации....get_TextFrame (); // Создает объект Paragraph для TextFrame auto para =...= txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Создает объект...

    docs.aspose.com/slides/ru/cpp/manage-textbox/