Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 15,650 for

paragraph

(0.08 sec)
  1. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole document....Configure the table to pick up paragraphs with headings of levels 1...table of contents by adding paragraphs with heading styles. # Each...

    reference.aspose.com/words/python-net/aspose.wo...
  2. C++를 사용하여 PDF에 텍스트 추가|Aspose.PDF for C++

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하고, HTML 조각을 추가하거나, 사용자 정의 OTF 글꼴을 사용하는 방법을 배웁니다....page ); // 텍스트 단락 생성 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 후속 줄 들여쓰기 설정 paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/ko/cpp/add-text-to-pdf-file/
  3. جزء|وثائق Aspose.Slides

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/ar/cpp/portion/
  4. Часть|Документация Aspose.Slides

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/ru/cpp/portion/
  5. Portion|Documentation Aspose.Slides

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/fr/androidjava/portion/
  6. Layout detecton|Documentation

    How to detect the layout of the provided image.... paragraphs Array of ContentArea Detected paragraphs. images...print ( "paragraphs:" + str ( len ( result . paragraphs ))) print...

    docs.aspose.com/ocr/python-net/layout_detection/
  7. FrameFormat Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.FrameFormat لتنسيق الإطارات المتقدم في الفقرات. حسّن تصميم مستندك بتكامل سلس ومرونته....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. Añadir Texto a PDF usando C++|Aspose.PDF para C++

    Este artículo describe varios aspectos del trabajo con texto en Aspose.PDF. Aprenda cómo añadir texto a PDF, añadir fragmentos HTML o usar fuentes OTF personalizadas....); // Create text paragraph auto paragraph = MakeObject < TextParagraph...Set subsequent lines indent paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/es/cpp/add-text-to-pdf-file/
  9. ASP - VBScript melalui COM Interop|Aspose.PDF f...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....(with red text color) to the paragraph SampleText . Segments . Add...( seg1 ) 'Add Text paragraph to paragraphs collection of a section...

    docs.aspose.com/pdf/id/net/asp-vbscript-via-com...
  10. Range.Replace | Aspose.Words لـ .NET

    استبدل جميع أنماط سلسلة الأحرف بسهولة باستخدام طريقة استبدال النطاق. حسّن معالجة النصوص لديك بهذه الأداة الفعّالة!... Writeln ( "Every paragraph that ends with a full stop...ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...

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