Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 18,545 for

paragraphs

(0.12 sec)
  1. Rotar texto dentro de PDF usando C#|Aspose.PDF ...

    Aprende cómo rotar texto dentro de archivos PDF en .NET usando Aspose.PDF para ajustar la alineación del texto y mejorar la presentación.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/rotate-text-inside-pdf/
  2. CompareOptions.ignore_headers_and_footers prope...

    CompareOptions.ignore_headers_and_footers property. True indicates that headers and footers content is ignored....( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompositeNode.InsertAfter | Aspose.Words per .NET

    Inserisci nodi senza sforzo con il metodo InsertAfter di CompositeNode, migliorando la gestione della struttura dati e garantendo un posizionamento efficiente dei nodi.... Paragraphs . Count ); // I nodi compositi...e inline come figli. Paragraph paragraph = doc . FirstSection...

    reference.aspose.com/words/it/net/aspose.words/...
  4. FieldToc.update_page_numbers method | Aspose.Wo...

    FieldToc.update_page_numbers method. Updates the page numbers for items in this table of contents.... use_paragraph_outline_level = False ins...1' ) builder . writeln ( 'Paragraph text.' ) insert_new_page_with_heading...

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

    Archiwa...is_composite) : include_next_paragraph(endNode, nodes) # Zwróć węzły...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/pl/words/extract-text-from-word...
  6. ControlChar.NON_BREAKING_HYPHEN_CHAR property |...

    ControlChar.NON_BREAKING_HYPHEN_CHAR property. Non-breaking Hyphen in Microsoft Word is (char)30....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ค้นหา

    ค้นหา...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/th/slides/convert-ppt-to-video-...
  8. arkiv

    arkiv...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/sv/slides/convert-ppt-to-video-...
  9. Node.custom_node_id property | Aspose.Words for...

    Node.custom_node_id property. Specifies custom node identifier....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Utilisation de FloatingBox pour la génération d...

    Cette page explique comment formater le texte à l'intérieur de la boîte flottante.... Paragraphs . Add ( new Aspose . Pdf...example" )); // Add box page . Paragraphs . Add ( box ); } } Dans l’exemple...

    docs.aspose.com/pdf/fr/net/floating-box/