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

paragraphs

(0.11 sec)
  1. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical tables. After replacing the paragraph inside the SDT and c…...programmatically replacing paragraph content inside StructuredDocumentTa...tables. After replacing the paragraph inside the SDT and copying...

    forum.aspose.com/t/different-linespacing-12-vs-...
  2. Textabschnitte in Präsentationen mit .NET verwa...

    Lernen Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für .NET verwalten, um Leistung und Anpassbarkeit zu steigern....foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/de/net/portion/
  3. Administrar párrafos de texto de PowerPoint en ...

    Domina el formato de párrafos con Aspose.Slides para C++ — optimiza alineación, espaciado y estilo en presentaciones PPT, PPTX y ODP en C++....IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/es/cpp/manage-paragraph/
  4. Arsip

    Arsip...bisa berupa node level blok (Paragraph , Table) atau level inline...bawah ini. public static List<Paragraph> ParagraphsByStyleNam(Document...

    blog.aspose.com/id/words/extract-text-from-word...
  5. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....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...
  6. TabStopCollection.Add | Aspose.Words لـ .NET

    اكتشف كيف تقوم طريقة TabStopCollection Add بإضافة علامات التبويب أو تحديثها بكفاءة، مما يعمل على تحسين تخطيط مستندك وتنسيقه....Document (); Paragraph paragraph = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // فيما يلي طريقتان...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. Управление абзацами текста PowerPoint в .NET|До...

    Освойте форматирование абзацев с Aspose.Slides для .NET — оптимизируйте выравнивание, интервалы и стиль в презентациях PPT, PPTX и ODP на C#.... Paragraphs [ 0 ]; IPortion port01 =...IParagraph para1 = new Paragraph (); tf . Paragraphs . Add ( para1 );...

    docs.aspose.com/slides/ru/net/manage-paragraph/
  8. Exporter des équations mathématiques depuis les...

    Déverrouillez une exportation fluide des équations mathématiques de PowerPoint vers MathML avec Aspose.Slides pour Python via .NET—préservez le formatage et améliorez la compatibilité....) math_paragraph = auto_shape . text_frame . paragraphs [ 0 ]...portions [ 0 ] . math_paragraph math_paragraph . add ( math . MathematicalText...

    docs.aspose.com/slides/fr/python-net/exporting-...
  9. FieldStyleRef.InsertRelativePosition | Aspose.W...

    Discover how the InsertRelativePosition property of FieldStyleRef can enhance your document formatting by managing paragraph references effectively....position of the referenced paragraph. public bool InsertRelativePositi...)" ; // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/net/aspose.words.fie...
  10. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. doc = aw . Document...writeln ( 'Paragraph 1.' ) builder . writeln ( 'Paragraph 2.' ) builder...

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