Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 18,953 for

paragraphs

(2.55 sec)
  1. Управление темами презентаций в .NET|Документац...

    Создавайте, настраивайте и конвертируйте файлы PowerPoint с единым фирменным стилем, используя мастер‑темы презентаций в Aspose.Slides для .NET....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/ru/net/presentation-theme/
  2. PDF to PPTX conversion issues - Free Support Fo...

    Hello, We’re having issues with converting a PDF file containing content into PPTX using the Aspose.PDF library. Input PDF: Input.pdf (37.7 KB) Result PPTX: Result.7z (66.1 KB) Here are found issues: Paragraph spac…...KB) Here are found issues: Paragraph spacing: Spacing3.png (351...PPTX conversion—specifically paragraph spacing, superscript font...

    forum.aspose.com/t/pdf-to-pptx-conversion-issue...
  3. Как убрать разрывы страниц в Word с помощью Java

    В этой статье описывается, как устранить разрывы страниц в Word с помощью Java. В нем есть подробная информация о настройках среды, список шагов программирования и исполняемый пример кода для удаления всех разрывов страниц в Word с использованием Java....к абзацам Переберите все paragraphs , чтобы найти и удалить разрывы...значение перечислителя NodeType.PARAGRAPH для фильтрации абзацев из...

    kb.aspose.com/ru/words/java/how-to-eliminate-pa...
  4. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++....When iterating lines of a paragraph broken across pages this method...When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. CompositeNode.CreateNavigator | Aspose.Words pe...

    Scopri il metodo CompositeNode CreateNavigator per attraversare e leggere i nodi senza sforzo, migliorando la tua esperienza di navigazione dei dati.... Write ( "Section 1, Paragraph 1. " ); docBuilder . InsertParagraph...docBuilder . Write ( "Section 1, Paragraph 2. " ); doc . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Python Kullanarak Word'de Sayfa Sonunu Silme

    Bu makale, Python kullanarak Word'de sayfa sonunun nasıl silineceği konusunda rehberlik eder. Python kullanarak Word'deki tüm sayfa sonlarını kaldırmak için IDE ayarları, bir görev listesi ve çalıştırılabilir bir örnek kod hakkındaki ayrıntıları paylaşır....sınıf nesnesine yükleyin ve paragraphs sınıfına erişin Tüm paragrafları...koleksiyonundaki her düğüm, as_paragraph() yöntemi kullanılarak bir...

    kb.aspose.com/tr/words/python/how-to-delete-pag...
  7. Заменить текст в 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/
  8. Html Word Merge with underline across entire pa...

    Hi all, I have some html that I’m merging into word. The issue I’m running into, is I need to have an underline across the entire page. Currently I use <hr> tags, but, then when the word is rendered, there is extra spa…...You can try using bottom paragraph border instead of horizontal...solid black;\">This is a paragraph with bottom border.</p>");...

    forum.aspose.com/t/html-word-merge-with-underli...
  9. Créer un document PDF en utilisant C++|Aspose.P...

    La tâche la plus populaire et basique de travail avec un fichier PDF est de créer un document à partir de zéro. Utilisez la bibliothèque Aspose.PDF pour C++....TextFragment à la collection Paragraph de la page Enregistrer le..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/fr/cpp/create-document/
  10. Python을 사용한 Hello World 예제|Aspose.PDF for Pytho...

    이 샘플은 Aspose.PDF for Python via .NET을 사용하여 Hello World 텍스트가 포함된 간단한 PDF 문서를 만드는 방법을 보여줍니다....추가 TextFragment 객체 생성 페이지의 paragraphs 컬렉션에 TextFragment 추가 결과 PDF...페이지에 텍스트 프래그먼트 추가 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/ko/python-net/hello-world-e...