Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 18,590 for

paragraphs

(1.83 sec)
  1. PDF에서 C#을 사용하여 테이블 만들기 또는 추가하기|Aspose.PDF for .NET

    Aspose.PDF for .NET은 PDF 테이블을 생성, 읽기 및 편집하는 데 사용되는 라이브러리입니다. 이 주제에서 다른 고급 기능을 확인하세요.... Paragraphs . Add ( table ); // Save...of input document page . Paragraphs . Add ( table ); // Save...

    docs.aspose.com/pdf/ko/net/add-table-in-existin...
  2. Textabschnitte in Präsentationen mit Java verwa...

    Erfahren Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für Java verwalten, um Leistung und Anpassungsfähigkeit zu steigern....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/de/java/portion/
  3. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::ParagraphFormat::get_AddSpaceBet...

    Aspose::Words::ParagraphFormat::get_AddSpaceBetweenFarEastAndAlpha method. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph in C++....Asian text in the current paragraph. bool Aspose :: Words :: ParagraphFormat...Examples Shows how to insert a paragraph into the document. auto doc...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Style.AutomaticallyUpdate | Aspose.Words for .NET

    Discover how the AutomaticallyUpdate property enhances your styles by automatically redefining them for optimal value and performance in your projects....style when the appropriate paragraph formatting has been changed...property is applicable to paragraph styles only. The default value...

    reference.aspose.com/words/net/aspose.words/sty...
  6. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing document formatting and readability in your projects....for a paragraph. Document doc = new Document (); Paragraph para...FirstParagraph ; // If we are in a paragraph with no tab stops in this...

    reference.aspose.com/words/net/aspose.words/tab...
  7. Chercher

    chercher...Ensuite, nous animons des paragraphes sur des objets pour faire...120, 300, 300); Paragraph para1 = new Paragraph(); para1.getPortions()...

    blog.aspose.com/fr/slides/convert-ppt-to-video-...
  8. Aspose.Words DOM|Aspose.Words cho Python via .NET

    Document Object Model (DOM) là bản trình bày trong bộ nhớ của tài liệu Word. Đọc, thao tác và sửa đổi nội dung cũng như định dạng của tài liệu Word bằng Python....khác, ví dụ Section hoặc Paragraph , xuất phát từ lớp CompositeNode...dưới. Document , Section , Paragraph , Table , Shape , Run và tất...

    docs.aspose.com/words/vi/python-net/aspose-word...
  9. Créer ou Ajouter un Tableau dans un PDF|Aspose....

    Aspose.PDF pour C++ est une bibliothèque utilisée pour créer, lire et éditer des tableaux PDF. En utilisant cette bibliothèque, vous pouvez paginer un tableau sur la page PDF en utilisant C++....Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // Enregistrer...

    docs.aspose.com/pdf/fr/cpp/add-table-in-existin...
  10. PDFファイルに楕円オブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFに楕円オブジェクトを作成する方法を説明します。...object to paragraphs collection of page page . Paragraphs . Add (...object to paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/ja/net/add-ellipse/