Sort Score
Result 10 results
Languages All
Labels All
Results 6,181 - 6,190 of 18,334 for

paragraph

(0.08 sec)
  1. Travailler avec la table des matières|Aspose.Wo...

    Insérez et gérez la `Table des matières` dans un document à l'aide de Python.... Par exemple, un paragraphe avec le style Titre 1 sera...niveau du `TOC` tandis qu'un paragraphe avec le style Titre 2 sera...

    docs.aspose.com/words/fr/python-net/working-wit...
  2. Lưu trữ

    Lưu trữ... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/vi/words/extract-text-from-word...
  3. ¿Cómo cambiar el color del texto en HTML? Ejemp...

    Con los ejemplos de C# de Aspose.HTML aprenderá cómo cambiar el color del texto en un archivo HTML usando CSS interno y en línea....c# Copy 1 // Change HTML paragraph color using C# 2 3 // Prepare...Combine (OutputDir, "change-paragraph-color-inline-css.html" );...

    docs.aspose.com/html/es/net/how-to-articles/how...
  4. Administrar párrafo de PowerPoint en JavaScript...

    Crear párrafos y administrar las propiedades de los párrafos en presentaciones de PowerPoint en JavaScript...Slides proporciona la clase Paragraph que le permite agregar objetos...AutoShape . Cree dos objetos Paragraph y añádalos a la colección...

    docs.aspose.com/slides/es/nodejs-java/manage-pa...
  5. Formatage de texte à l'intérieur d'un PDF en ut...

    Cette page explique comment formater du texte à l'intérieur de votre fichier PDF. Il y a l'ajout d'un retrait de ligne, l'ajout d'une bordure de texte, l'ajout de texte souligné, etc....TextFragment et la collection Paragraphs. Veuillez utiliser l’extrait...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/fr/python-net/text-formatti...
  6. Архивы

    Архивы...Paragraphs.Add(Graph) . Сохраните файл...страницы page.Paragraphs.Add(graph); page.Paragraphs.Add(graph2);...

    blog.aspose.com/ru/pdf/create-graphs-and-charts...
  7. أرشيف

    أرشيف...Paragraphs.Add (رسم بياني) . احفظ ملف...الصفحة page.Paragraphs.Add(graph); page.Paragraphs.Add(graph2);...

    blog.aspose.com/ar/pdf/create-graphs-and-charts...
  8. ParagraphFormat.RightIndent | Aspose.Words لـ .NET

    اكتشف كيفية تعديل المسافة البادئة اليمنى لفقراتك بسهولة باستخدام خاصية ParagraphFormat RightIndent. حسّن تنسيق مستندك اليوم!... Writeln ( "This paragraph demonstrates how left and..."The space between the above paragraph and this one depends on the...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. FindReplaceOptions.IgnoreStructuredDocumentTags...

    Upptäck egenskapen FindReplaceOptions IgnoreStructuredDocumentTags. Kontrollera om StructuredDocumentTag-innehåll ignoreras med denna lättanvända booleska inställning.... Paragraph p = ( Paragraph ) doc . FirstSection...Body . GetChild ( NodeType . Paragraph , 2 , true ); string textToSearch...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Работа с абзацами в Python|Aspose.Words для Pyt...

    Вставьте абзац и укажите его формат в документе, используя Python....заканчивающихся специальным символом paragraph break . В Aspose.Words абзац...абзац представлен классом Paragraph . Вставить абзац Чтобы вставить...

    docs.aspose.com/words/ru/python-net/working-wit...