Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 15,552 for

paragraphs

(0.06 sec)
  1. Aspose::Words::TableStyle class | Aspose.Words ...

    Aspose::Words::TableStyle class. Represents a table style. To learn more, visit the documentation article in C++....style, linked style and next paragraph style are recursively compared...formatting properties of a paragraph style. get_Locked () const...

    reference.aspose.com/words/cpp/aspose.words/tab...
  2. Crea PDF usando .NET | Aspose.PDF

    In questo argomento viene illustrato come utilizzare l'API Aspose.PDF for .NET per generare e leggere facilmente file PDF nelle applicazioni.NET....TextFragment all’insieme Paragraphs della pagina. Salvare il.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/it/net/create/
  3. Создание PDF документа с использованием C++|Asp...

    Самая популярная и основная задача работы с PDF файлом - создание документа с нуля. Используйте библиотеку Aspose.PDF для C++....TextFragment в коллекцию Paragraph страницы Сохраните полученный..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/ru/cpp/create-document/
  4. StyleCollection.DefaultFont | Aspose.Words per ...

    StyleCollection DefaultFont proprietà. Ottiene la formattazione del testo predefinita del documento in C#....Paragraph", la raccolta applicherà i...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....TextFragment a la colección de paragraphs de la página save() documento...a la nueva página page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  6. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...then appears in the parent Paragraph's RunCollection. RunCollection...

    reference.aspose.com/words/java/com.aspose.word...
  7. ثيم العرض|وثائق Aspose.Slides

    ثيم عرض باوربوينت في C# أو .NET...100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...Portion ( "تنسيق نص الثيم" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/ar/net/presentation-theme/
  8. PDFファイルにラインオブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFにラインオブジェクトを作成する方法を説明します。...); // Add graph object to paragraphs collection of page instance...instance page . Paragraphs . Add ( graph ); // Create Line instance...

    docs.aspose.com/pdf/ja/net/add-line/
  9. Make HTML Using C#

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

    products.aspose.com/words/net/make/html/
  10. Заменить текст в PDF|Aspose.PDF for .NET

    Узнайте больше о различных способах замены и удаления текста из библиотеки Aspose.PDF for .NET....которой находится текущий класс Paragraph. $P заменяется на общее количество...// Add new TextFragment to paragraph par . AppendLine ( textFragment...

    docs.aspose.com/pdf/ru/net/replace-text-in-pdf/