Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 18,497 for

paragraphs

(0.13 sec)
  1. FrameFormat.IsFrame | Aspose.Words per .NET

    Scopri la proprietà IsFrame di FrameFormat. Determina facilmente se il tuo paragrafo è una cornice, migliorando il layout e il design del tuo documento....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Font.SmallCaps | Aspose.Words för .NET

    Upptäck egenskapen för teckensnitt med små versaler. Formatera enkelt text med små bokstäver för förbättrad läsbarhet och ett snyggt utseende i dina designer....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Det finns två sätt...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. Aspose.Words Belge Nesne Modeli (DOM) C++ içind...

    Belge Nesne Modeli (DOM), bir Word belgesinin bellek içi temsilidir. C++ kullanarak bir Word belgesinin içeriğini ve biçimlendirmesini okuyun, değiştirin ve değiştirin.... Örneğin Section veya Paragraph gibi başka düğümler içerebilen...oluşturulur. Document , Section , Paragraph , Table , Shape , Run , ve...

    docs.aspose.com/words/tr/cpp/aspose-words-docum...
  5. Formater le texte PowerPoint en JavaScript|Docu...

    Formatez et stylisez le texte dans les présentations PowerPoint et OpenDocument en utilisant JavaScript et Aspose.Slides pour Node.js. Personnalisez les polices, les couleurs, l'alignement et plus encore.... Paragraph (); var portion1 = new aspose...getTextFrame () != null ) { const paragraphs = autoShape . getTextFrame...

    docs.aspose.com/slides/fr/nodejs-java/text-form...
  6. ShapeBase.IsInline | Aspose.Words for .NET

    Discover the ShapeBase IsInline property to easily check if your shape aligns with text, enhancing your design and improving layout efficiency....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. //...

    reference.aspose.com/words/net/aspose.words.dra...
  7. CompositeNode.remove_all_children method | Aspo...

    CompositeNode.remove_all_children method. Removes all the child nodes of the current node....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Python का उपयोग करके Markdown बनाएं

    कुछ ही चरणों में Python में एक नया Markdown बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से Markdown बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/md/
  9. Python का उपयोग करके DOCX बनाएं

    कुछ ही चरणों में Python में एक नया DOCX बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOCX बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/docx/
  10. Python का उपयोग करके PDF बनाएं

    कुछ ही चरणों में Python में एक नया PDF बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से PDF बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/pdf/