Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 18,511 for

paragraphs

(0.2 sec)
  1. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Scopri la proprietà Lines di BuiltInDocumentProperties, la chiave per stimare in modo efficiente il numero di righe dei documenti, per una migliore gestione dei contenuti.... Paragraphs ); Assert . AreEqual ( 1.... BuiltInDocumentPrope . Paragraphs ); // Per il conteggio delle...

    reference.aspose.com/words/it/net/aspose.words....
  2. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Upptäck radegenskapen BuiltInDocumentProperties, din nyckel till att effektivt uppskatta antalet dokumentrader för bättre innehållshantering.... Paragraphs ); Assert . AreEqual ( 1.... BuiltInDocumentPrope . Paragraphs ); // För radantalet måste...

    reference.aspose.com/words/sv/net/aspose.words....
  3. Aspose::Words::Fields::FieldRef::get_InsertPara...

    Aspose::Words::Fields::FieldRef::get_InsertParagraphNumber method. Gets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the document in C++....insert the paragraph number of the referenced paragraph exactly...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. แปล Markdown เป็น DOM|Aspose.Words สำหรับ .NET

    แปลเอกสาร Markdown เป็น Document Object Model และย้อนกลับโดยใช้ C# คุณจึงสามารถทำงานกับ Markdown ที่มีอยู่ที่ซับซ้อนและสร้างเอกสาร Markdown โดยทางโปรแกรมตั้งแต่เริ่มต้นได้...previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/th/net/translate-markdown...
  5. Automatización de la generación de PowerPoint e...

    Automatice la creación de diapositivas en plataformas en la nube con Aspose.Slides para Android: genere, edite y convierta archivos PowerPoint y OpenDocument de forma rápida y fiable....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/es/androidjava/automatin...
  6. Automatizando la generación de PowerPoint en Ja...

    Automatice la creación de diapositivas en plataformas en la nube con Aspose.Slides para Java—genere, edite y convierta archivos PowerPoint y OpenDocument rápida y confiablemente....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/es/java/automating-power...
  7. Automatisation de la génération de PowerPoint e...

    Automatisez la création de diapositives sur les plateformes cloud avec Aspose.Slides for Java—générez, modifiez et convertissez rapidement et de façon fiable les fichiers PowerPoint et OpenDocument....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/fr/java/automating-power...
  8. Automatisierung der PowerPoint-Erstellung in Ja...

    Automatisieren Sie die Folienerstellung auf Cloud-Plattformen mit Aspose.Slides for Java—generieren, bearbeiten und konvertieren Sie PowerPoint- und OpenDocument-Dateien schnell und zuverlässig....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/de/java/automating-power...
  9. Editar documento HTML en C# – Aspose.HTML for .NET

    Aprenda a leer o modificar el modelo de objetos de documento, a crear un elemento HTML y a utilizar CSS en línea, CSS interno y CSS externo.... Body ; 7 8 // Create a paragraph element 9 HTMLParagraphElement...SetAttribute ( "id" , "my-paragraph" ); 13 14 // Create a text...

    docs.aspose.com/html/es/net/edit-html-document/
  10. C++を使用してPDFにテキストを追加する|Aspose.PDF for C++

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加したり、HTMLフラグメントを追加したり、カスタムOTFフォントを使用する方法を学びます。...page ); // テキストパラグラフを作成 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 続く行のインデントを設定 paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/ja/cpp/add-text-to-pdf-file/