Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 15,604 for

paragraphs

(0.07 sec)
  1. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphAlignment enumeration | Aspose.Words f...

    aspose.words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. # Call the "RemoveAllChildren"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Migration de votre code vers Aspose.PDF pour Ja...

    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.... add (); //Créer un paragraphe de texte avec la référence...le paragraphe de texte dans la collection de paragraphes de la...

    docs.aspose.com/pdf/fr/java/migrating-your-code...
  4. Tourner le texte à l'intérieur du PDF en utilis...

    Découvrez différentes façons de faire pivoter le texte vers le PDF. Aspose.PDF vous permet de faire pivoter le texte à n'importe quel angle, de faire pivoter un fragment de texte ou un paragraphe entier....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...fragments de texte au paragraphe paragraph -> AppendLine ( textFragment1...

    docs.aspose.com/pdf/fr/cpp/rotate-text-inside-pdf/
  5. Node.CustomNodeId | Aspose.Words per .NET

    Scopri la proprietà CustomNodeId del nodo per un'identificazione efficiente dei nodi personalizzati. Arricchisci il tuo progetto con identificatori univoci per una migliore organizzazione!... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/it/net/aspose.words/...
  6. TabStopCollection.After | Aspose.Words för .NET

    Upptäck TabStopCollection After-metoden för att effektivt hämta den första tabbstoppen till höger om din angivna position för sömlös navigering....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Varje stycke får...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. TabStopCollection.Before | Aspose.Words för .NET

    Upptäck TabStopCollection Before-metoden, hämta effektivt närmaste vänstra tabbstopp för sömlös navigering i din applikation....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Varje stycke får...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. DocumentVisitor.VisitParagraphEnd | Aspose.Word...

    Upptäck DocumentVisitor VisitParagraphEnd-metoden – hantera effektivt styckeuppräkning i dina applikationer för förbättrad prestanda....VisitParagraphEnd ( Paragraph paragraph ) Parameter Typ Beskrivning...Beskrivning paragraph Paragraph Objektet som besöks. Returvärde En...

    reference.aspose.com/words/sv/net/aspose.words/...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_SmartParagraphBreakReplacement method. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph. The default value is false in C++....it is allowed to replace paragraph break when there is no next...next sibling paragraph. The default value is false . bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...