Sort Score
Result 10 results
Languages All
Labels All
Results 6,151 - 6,160 of 15,552 for

paragraphs

(0.07 sec)
  1. PDFでの見出しの操作|Aspose.PDF for C++

    C++を使用してPDFドキュメントの見出しに番号を作成します。Aspose.PDF for C++ はさまざまな種類の番号スタイルを示します。...get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/ja/cpp/working-with-headings/
  2. WordML2003SaveOptions Class | Aspose.Words لـ .NET

    Aspose.Words.Saving.WordML2003SaveOptions فصل. يمكن استخدامه لتحديد خيارات إضافية عند حفظ مستند في ملفWordML التنسيق في C#....>\r\n\t\t" + "<o:Paragraphs>1</o:Paragraphs>\r\n\t\t" + "<o:...es>1</o:Lines><o:Paragraphs>1</o:Paragraphs>" + "<o:Characte...

    reference.aspose.com/words/ar/net/aspose.words....
  3. Aspose::Words::Revision::get_Group method | Asp...

    Aspose::Words::Revision::get_Group method. Gets the revision group. Returns null if the revision does not belong to any group in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/rev...
  4. WordML2003SaveOptions Class | Aspose.Words for ...

    Discover the Aspose.Words.Saving.WordML2003SaveOptions class to enhance your document saving experience in WordML format with customizable options....ine}\t\t" + $"<o:Paragraphs>1</o:Paragraphs>{newLine}\t\t" +...es>1</o:Lines><o:Paragraphs>1</o:Paragraphs>" + "<o:Characte...

    reference.aspose.com/words/net/aspose.words.sav...
  5. استخراج متن و تصاویر از فایل های ODP با استفاده...

    کد منبع Python برای تجزیه ODP ارائه....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/fa/python-net/parser...
  6. Estrai testo e immagini da file ODP utilizzando...

    Python codice sorgente per analizzare la presentazione ODP....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/it/python-net/parser...
  7. Extraheer tekst en afbeeldingen uit PPT-bestand...

    Python broncode om PPT 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...
  8. แยกข้อความและรูปภาพจากไฟล์ ODP โดยใช้ Python | ...

    ซอร์สโค้ด Python เพื่อแยกวิเคราะห์การนำเสนอ ODP...range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/th/python-net/parser...
  9. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create table in Word document using C# code. Programmatically create table in Word using C# with an Aspose DocumentBuilder and DOM classes....AppendChild method to insert paragraph text Create multiple rows...using Table, Row, Cell and Paragraph classes. Updated on 07 Oct...

    kb.aspose.com/words/net/how-to-create-table-in-...
  10. Travailler avec des Graphiques dans un fichier ...

    Cet article explique ce qu'est un Graphique, comment créer un objet rectangle rempli, et d'autres fonctions...est un élément de niveau paragraphe et peut être ajouté à la...la collection de Paragraphes dans une instance de Page. Une instance...

    docs.aspose.com/pdf/fr/net/working-with-graphs/