Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 18,953 for

paragraph

(0.77 sec)
  1. Lưu trữ

    Lưu trữ...Paragraphs . Lấy và in văn bản từ mỗi...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //Lặp...

    blog.aspose.com/vi/slides/extract-text-from-pow...
  2. Работа со стилями и темами|Aspose.Words для Java

    Расширенные возможности форматирования Microsoft Word, работа со стилями и темами с помощью Java....информации о стиле в узлах paragraph и run. Вот реализация ParagraphsByStyleNam...стоит отметить, что коллекция paragraphs не создает немедленных накладных...

    docs.aspose.com/words/ru/java/working-with-styl...
  3. Obtener límites de párrafo de presentaciones en...

    Aprenda cómo recuperar los límites de párrafo y de porción de texto en Aspose.Slides para Java para optimizar la posición del texto en presentaciones de PowerPoint....coordenadas rectangulares de un Paragraph dentro de la colección de...getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...

    docs.aspose.com/slides/es/java/paragraph/
  4. Créer un document PDF|Aspose.PDF pour C++

    Cet article décrit comment créer et formater le document PDF avec Aspose.PDF pour C++....TextFragment à la collection Paragraphs de la page Enregistrez le...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/fr/cpp/create-pdf-document/
  5. Python의 단락 작업|Python via .NET용 Aspose.Words

    Python를 사용하여 문서에 단락을 삽입하고 서식을 지정합니다....Words에서 단락은 Paragraph 클래스로 표현됩니다. 단락 삽입 문서에 새 단락을...font 속성으로 지정되며 현재 단락 형식은 paragraph_format 속성으로 결정됩니다. 다음 코드 예제에서는...

    docs.aspose.com/words/ko/python-net/working-wit...
  6. Mail Merge šablona v Python|Aspose.Words pro Py...

    Vytvořte šablonu Mail Merge pro definování pevného obsahu ve výstupních dokumentech a poté Vygenerujte slučovací dokumenty pomocí slučovacích polí v Python....insert_text_input , inset_field a insert_paragraph . Následující příklad kódu... " , " , 0 ) # Inserts a paragraph break into the document builder...

    docs.aspose.com/words/cs/python-net/mail-merge-...
  7. Crear Documento PDF|Aspose.PDF para C++

    Este artículo describe cómo crear y formatear el documento PDF con Aspose.PDF para C++....TextFragment a la colección Paragraphs de la página Guarda el documento...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/es/cpp/create-pdf-document/
  8. Bekerja dengan Judul di PDF|Aspose.PDF untuk C++

    Buat penomoran dalam judul dokumen PDF Anda dengan C++. Aspose.PDF untuk C++ menunjukkan berbagai jenis gaya penomoran....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/id/cpp/working-with-headings/
  9. We noticed that in the older version of aspose,...

    And we noticed that in the older version of aspose, if the merge field for the ProgramName was empty, the output document removed that line entirely like this: However in the newer version of aspose, the output do…...cleanup options to remove empty paragraphs and unused fields during...method to specify that empty paragraphs and unused fields should...

    forum.aspose.com/t/we-noticed-that-in-the-older...
  10. Html underline does not work when wrapping ital...

    Hi! The Html underline does not work with version 7.9.0 when it wraps the italic tag but it works when the italic tag wraps the underline tag. The sample code exposing the issue is below and I have attached a PDF file w…...Paragraphs.Add(CreateHtmlText(" Underline...SomeDefaultStyle)); section.Paragraphs.Add(CreateHtmlText(" Italic...

    forum.aspose.com/t/html-underline-does-not-work...