Sort Score
Result 10 results
Languages All
Labels All
Results 4,721 - 4,730 of 18,590 for

paragraphs

(0.09 sec)
  1. FrameFormat.Width | Aspose.Words per .NET

    Scopri la proprietà FrameFormat Width per recuperare facilmente la larghezza della cornice in punti, migliorando così la precisione e l'efficienza della progettazione....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Procurar

    Procurar...Paragraphs.Add() . Crie uma nova Linha...página usando o método Page.Paragraphs.Add() . Crie uma nova FloatingBox...

    blog.aspose.com/pt/pdf/create-multi-column-pdf-...
  3. Архивы

    Архивы...Paragraphs.Add() . Создайте новую Line...страницу с помощью метода Page.Paragraphs.Add() . Создайте новый FloatingBox...

    blog.aspose.com/ru/pdf/create-multi-column-pdf-...
  4. 새로운 기능|Aspose.PDF for Python via .NET

    이 페이지에서는 최근 릴리스에서 소개된 Aspose.PDF for Python via .NET의 가장 인기 있는 새로운 기능을 소개합니다.... Document () paragraph_content = "Lorem ipsum dolor...ap . text . TextFragment ( paragraph_content ) rectangle = ap ...

    docs.aspose.com/pdf/ko/python-net/whatsnew/
  5. Formatage du texte dans un PDF en utilisant C#|...

    Apprenez à formater le texte dans un document PDF en .NET en utilisant Aspose.PDF pour améliorer la présentation visuelle du document....TextFragment et la collection de Paragraphes. Veuillez utiliser le code...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/fr/net/text-formatting-insi...
  6. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for C++ library allows to convert various images formats to PDF....is added to the Page as a Paragraph. Finally, save the output...image on a page page -> get_Paragraphs () -> Add ( image ); // Save...

    docs.aspose.com/pdf/cpp/convert-images-format-t...
  7. ParagraphFormat.SuppressAutoHyphens | Aspose.Wo...

    Control hyphenation in your document with the ParagraphFormat SuppressAutoHyphens property, ensuring clear and professional paragraph formatting....Specifies whether the current paragraph should be exempted from any...suppress hyphenation for a paragraph. Hyphenation . RegisterDictionary...

    reference.aspose.com/words/net/aspose.words/par...
  8. Textabschnitte in Präsentationen mit C++ verwal...

    Erfahren Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für C++ verwalten, um Leistung und Anpassungsmöglichkeiten zu steigern....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/de/cpp/portion/
  9. Table Overview|Aspose.Words for .NET

    Work with tables and their components such as cells, rows, columns in Aspose.Words for .NET. How to work with tables in C#....table and is made up of a Paragraph and other block level nodes...DocumentExplorer . Empty Paragraph after Table The picture above...

    docs.aspose.com/words/net/table-overview/
  10. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/com...