Sort Score
Result 10 results
Languages All
Labels All
Results 6,651 - 6,660 of 15,552 for

paragraph

(0.08 sec)
  1. Criar Documento PDF|Aspose.PDF for C++

    Este artigo descreve como Criar e formatar o Documento PDF com Aspose.PDF para C++....Adicione TextFragment à coleção Paragraphs da página Salve o documento...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/pt/cpp/create-pdf-document/
  2. Trích xuất văn bản và hình ảnh từ tài liệu PPTX...

    Mã ví dụ C ++ để trích xuất văn bản và hình ảnh từ tệp PPTX trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/vi/cpp/parser/pptx/
  3. Работа с заголовками в PDF|Aspose.PDF for C++

    Создайте нумерацию в заголовке вашего PDF документа с помощью C++. Aspose.PDF for C++ демонстрирует различные стили нумерации....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/ru/cpp/working-with-headings/
  4. العمل مع العناوين في PDF|Aspose.PDF لـ C++

    إنشاء ترقيم في العنوان لمستند PDF الخاص بك باستخدام C++. يوضح Aspose.PDF for C++ أنواعًا مختلفة من أنماط الترقيم....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/ar/cpp/working-with-headings/
  5. Extraer Párrafo de PDF|Aspose.PDF para Android ...

    Este artículo describe cómo usar ParagraphAbsorber - una herramienta especial en Aspose.PDF para extraer texto de documentos PDF....); for ( MarkupParagraph paragraph : section . getParagraphs...()) { DrawPolygonOnPage ( paragraph . getPoints (), page ); }...

    docs.aspose.com/pdf/es/androidjava/extract-para...
  6. การทำงานกับย่อหน้าใน Python|Aspose.Words สำหรับ...

    แทรกย่อหน้าและระบุการจัดรูปแบบในเอกสารโดยใช้ Python...Words ย่อหน้าจะแสดงโดยคลาส Paragraph แทรกย่อหน้า หากต้องการแทร...ันจะถูกกำหนดโดยคุณสมบัติ paragraph_format ตัวอย่างโค้ดต่อไปน...

    docs.aspose.com/words/th/python-net/working-wit...
  7. Niveaux logiques des nœuds dans un document dan...

    Dans la documentation Aspose.Words pour .NET, les niveaux logiques de nœuds sont mentionnés: niveau bloc, niveau en ligne ou niveau ligne en utilisant C#. Le niveau de nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....histoire est constitué de paragraphes et de tableaux, représentés...respectivement par les objets Paragraph et Table du niveau Bloc. De...

    docs.aspose.com/words/fr/net/logical-levels-of-...
  8. Row Class | Aspose.Words لـ .NET

    Aspose.Words.Tables.Row فصل. يمثل صف الجدول في C#....firstCell ); Paragraph paragraph = new Paragraph ( doc ); firstCell...firstCell . AppendChild ( paragraph ); // أضف نصًا إلى المكالمة...

    reference.aspose.com/words/ar/net/aspose.words....
  9. استبدال النص في PDF|Aspose.PDF for .NET

    تعرف على المزيد حول الطرق المختلفة لاستبدال وإزالة النص من مكتبة Aspose.PDF for .NET....// Add new TextFragment to paragraph par . AppendLine ( textFragment...textFragment ); // Set paragraph position par . Position = new Aspose...

    docs.aspose.com/pdf/ar/net/replace-text-in-pdf/
  10. الحصول على كل النص في الشريحة|وثائق 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.... Paragraph paragraph in slidePart . Slide...DocumentFormat . OpenXml . Drawing . Paragraph >()) { // إنشاء بنّاء نصوص...

    docs.aspose.com/slides/ar/net/get-all-the-text-...