Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 15,596 for

paragraphs

(0.07 sec)
  1. Table.Accept | Aspose.Words för .NET

    Upptäck Table Accept-metoden för sömlös besökshantering. Förbättra användarupplevelsen och effektivisera interaktioner utan ansträngning!...// 1 - Styckenod: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/sv/net/aspose.words....
  2. Table.Accept | Aspose.Words per .NET

    Scopri il metodo Table Accept per una gestione fluida dei visitatori. Migliora l'esperienza utente e semplifica le interazioni senza sforzo!...Nodo paragrafo: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/it/net/aspose.words....
  3. EditableRange Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.EditableRange، الحل الأمثل لإدارة مساحات النصوص القابلة للتعديل بسهولة. حسّن تحرير المستندات بسهولة!..." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....Insert Shape in Word using C# Paragraph Formatting in Word using C#...Sections using C# Convert Paragraph into Bullet Points in Word...

    kb.aspose.com/words/net/
  5. ViewOptions.DoNotDisplayPageBoundaries | Aspose...

    Scopri come la proprietà DoNotDisplayPageBoundaries di ViewOptions migliora il tuo layout eliminando lo spazio del margine superiore, per un aspetto più pulito e professionale.... Writeln ( "Paragraph 1, Page 1." ); builder . InsertBreak...PageBreak ); builder . Writeln ( "Paragraph 2, Page 2." ); builder . InsertBreak...

    reference.aspose.com/words/it/net/aspose.words....
  6. Story.LastParagraph | Aspose.Words لـ .NET

    يمكنك الوصول إلى الفقرة الأخيرة من قصتك بسهولة باستخدام خاصية Story LastParagraph، مما يعزز تجربة إدارة السرد وتحريره.... public Paragraph LastParagraph { get ; } أمثلة...Trim ()); أنظر أيضا class Paragraph class Story مساحة الاسم Aspose...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. Aspose::Words::ParagraphFormat::get_FirstLineIn...

    Aspose::Words::ParagraphFormat::get_FirstLineIndent method. Gets or sets the value (in points) for a first line or hanging indent. Use positive values to set the first-line indent, and negative values to set the hanging indent in C++....Examples Shows how to insert a paragraph into the document. auto doc..."Writeln" method ends the paragraph after appending text // and...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Section.body property | Aspose.Words for Python

    Section.body property. Returns the [Body](../../body/) child node of the section....section, one body and one paragraph. # Call the "RemoveAllChildren"...contains at least one empty paragraph. body . ensure_minimum ()...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Font.Subscript | Aspose.Words per .NET

    Scopri la proprietà Font Subscript. Formatta facilmente il testo come subscript per migliorare la leggibilità e lo stile dei tuoi documenti. Migliora il tuo design oggi stesso!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Solleva questa sequenza...

    reference.aspose.com/words/it/net/aspose.words/...
  10. 管理项目符号|Aspose.Slides for PHP 文档

    在PowerPoint演示文稿中创建项目符号和编号列表... 使用 Paragraph 类创建第一个段落实例。 设置段落的项目符号类型。 将项目符号类型设置为...0 ); # 创建一个段落 $para = new Paragraph (); # 设置段落项目符号样式和符号 $para...

    docs.aspose.com/slides/zh/php-java/manage-bullet/