Sort Score
Result 10 results
Languages All
Labels All
Results 6,881 - 6,890 of 18,529 for

paragraphs

(0.68 sec)
  1. TxtExportHeadersFootersMode enumeration | Aspos...

    aspose.words.saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... append_paragraph ( 'Even header' ) doc . first_section.... FOOTER_EVEN ) . append_paragraph ( 'Even footer' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EditorType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.EditorType enum, which defines editing groups to control user permissions for document range editing. Enhance your document management today!..." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

    reference.aspose.com/words/net/aspose.words/edi...
  3. Administrar filas y columnas en tablas de Power...

    Administre filas y columnas de tabla en PowerPoint y OpenDocument con Aspose.Slides para Python mediante .NET y acelere la edición de presentaciones y la actualización de datos.... paragraph_format = slides . ParagraphFormat...ParagraphFormat () paragraph_format . alignment = slides . TextAlignment...

    docs.aspose.com/slides/es/python-net/manage-row...
  4. PowerPoint-Präsentationen in Video auf Android ...

    Erfahren Sie, wie Sie PowerPoint-Präsentationen in Java in ein Video konvertieren. Entdecken Sie Beispielcode und Automatisierungstechniken, um Ihren Arbeitsablauf zu optimieren.... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . getPortions...for Java" )); Paragraph para2 = new Paragraph (); para2 . getPortions...

    docs.aspose.com/slides/de/androidjava/convert-p...
  5. إنشاء مستند PDF برمجيًا|Aspose.PDF for .NET

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام مكتبة Aspose.PDF....إضافة TextFragment إلى مجموعة Paragraphs الخاصة بالصفحة. حفظ مستند...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ar/net/create-document/
  6. Создание PDF-документа программным способом|Asp...

    На этой странице описывается, как создать PDF-документ с нуля с помощью библиотеки Aspose.PDF....TextFragment в коллекцию Paragraphs страницы. Сохраните полученный...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ru/net/create-document/
  7. Extra line break after page break - Free Suppor...

    Hi! I see an extra line break after a page break using Aspose 8.0. This means that the first line of text of the subsequent pages does not start at the same position as the first line on the first page. I have attached t…...Paragraphs.Add(new Text(text)); } private...AddPageBreak(Section section) { section.Paragraphs.Add(new Text("#$NP")); }...

    forum.aspose.com/t/extra-line-break-after-page-...
  8. Tworzenie pliku PDF przy użyciu C++ | Aspose.PDF

    W tym temacie przedstawiono, jak używać interfejsu API Aspose.PDF for C++ do łatwego generowania i odczytywania plików PDF w aplikacjach C++....TextFragment do kolekcji Paragraphs strony. Zapisz plik PDF za..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    products.aspose.com/pdf/pl/cpp/create/
  9. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...