Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 18,334 for

paragraphs

(0.11 sec)
  1. إنشاء مستند PDF|Aspose.PDF لـ C++

    توضح هذه المقالة كيفية إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لـ C++....إضافة TextFragment إلى مجموعة Paragraphs للصفحة حفظ مستند PDF الناتج...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/ar/cpp/create-pdf-document/
  2. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... append_paragraph ( 'Even header' ) doc . first_section.... FOOTER_EVEN ) . append_paragraph ( 'Even footer' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EditorType Enum | Aspose.Words för .NET

    Upptäck enumereringen Aspose.Words.EditorType, som definierar redigeringsgrupper för att kontrollera användarbehörigheter för redigering av dokumentintervall. Förbättra din dokumenthantering idag!..." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    اكتشف طريقة DocumentVisitor VisitFootnoteStart، وهي ضرورية لإدارة الحواشي السفلية والختامية بكفاءة أثناء معالجة المستندات الخاصة بك....1 - عقدة الفقرة: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....TextFragment a la colección de paragraphs de la página save() documento...a la nueva página page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  6. Создание PDF документа с использованием C++|Asp...

    Самая популярная и основная задача работы с PDF файлом - создание документа с нуля. Используйте библиотеку Aspose.PDF для C++....TextFragment в коллекцию Paragraph страницы Сохраните полученный..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/ru/cpp/create-document/
  7. Crea PDF usando .NET | Aspose.PDF

    In questo argomento viene illustrato come utilizzare l'API Aspose.PDF for .NET per generare e leggere facilmente file PDF nelle applicazioni.NET....TextFragment all’insieme Paragraphs della pagina. Salvare il.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/it/net/create/
  8. PCL to PDF conversion problems - Free Support F...

    Hi, We are working on a PCL2PDF converter and came across several issues: 1. underline (word example) appears with the line above the word instead of below 2. the paragraph l…... the paragraph line space after "Big" in...word instead of below 2. the paragraph line space after "Big" in...

    forum.aspose.com/t/pcl-to-pdf-conversion-proble...
  9. StyleCollection.DefaultFont | Aspose.Words per ...

    Scopri la proprietà DefaultFont di StyleCollection per una formattazione impeccabile del testo dei documenti. Arricchisci i tuoi documenti con uno stile coerente e professionale....Paragraph", la raccolta applicherà i...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Margins being moved - Free Support Forum - aspo...

    Old Aspose Version 13 keeps the margin: Newer version causes the text to shift up: The word document has the correct margin before it is converted to pdf: this is the code we use to convert to pdf that is ca…...ADVANCE field affecting the paragraph position. ADVANCE field handling...and position the paragraph by using paragraph “space before” property...

    forum.aspose.com/t/margins-being-moved/313965