Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 18,326 for

paragraphs

(0.07 sec)
  1. Архивы

    Архивы...DASH # set paragraph formatting paragraphFormat...paragraphFormat = builder.paragraph_format paragraphFormat.first_line_indent...

    blog.aspose.com/ru/words/create-word-documents-...
  2. How to Insert Picture in Word using Java

    In this brief tutorial, you will learn how to insert picture in Word using Java in Windows, MacOS, or Linux. This tutorial can be used to add picture in Word document using Java in the header or contents part....picture in Word document paragraph Save output Word document...a picture in header and a paragraph. The output file is saved...

    kb.aspose.com/words/java/how-to-insert-picture-...
  3. Aspose::Words::Math::OfficeMath::get_ParentPara...

    Aspose::Words::Math::OfficeMath::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....method Retrieves the parent Paragraph of this node. System :: SharedPtr...SharedPtr < Aspose :: Words :: Paragraph > Aspose :: Words :: Math...

    reference.aspose.com/words/cpp/aspose.words.mat...
  4. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....paragraphs.get_Item(0).paragraphFormat...setColor(Color.WHITE); // Creates the Paragraph object for text frame IParagraph...

    forum.aspose.com/t/disable-spell-check-and-gram...
  5. HTML-Dokument bearbeiten – Aspose.HTML for Java

    Erfahren Sie, wie Sie das Dokumentobjektmodell mit Aspose.HTML for Java lesen oder ändern, HTML bearbeiten und Inline-CSS und internes CSS verwenden....(style); 13 14 // Create a paragraph element with class-name "gr"...Append the text node to the paragraph 22 p. appendChild (text);...

    docs.aspose.com/html/de/java/edit-a-document/
  6. CompatibilityOptions.do_not_suppress_indentatio...

    CompatibilityOptions.do_not_suppress_indentation property. Do Not Ignore Floating Objects When Calculating Paragraph Indentation....Objects When Calculating Paragraph Indentation. @property def...CompatibilityOptions.do_not_suppress_paragraph_borders property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Bullet Formatting Is Not Applied when Cloning S...

    Hi Aspose Team, I’m working with Aspose.Slides for Java and facing an issue related to bullet formatting. When I clone a slide from one presentation to another, or even when I create an empty slide in the target presen…...bullet formatting for each paragraph in the cloned shapes. Here’s...(textFrame != null) { for (Paragraph paragraph : textFrame.getParagraphs())...

    forum.aspose.com/t/bullet-formatting-is-not-app...
  8. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Paragraphs) { var paragraph = (Paragraph)node1; Console...Console.WriteLine($" Paragraph Alignment: {paragraph.ParagraphFormat...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  9. Formateo de texto dentro de PDF usando C#|Aspos...

    Aprenda cómo formatear texto dentro de un documento PDF en .NET usando Aspose.PDF para mejorar la presentación visual del documento.... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/es/net/text-formatting-insi...
  10. Modifier un document HTML – Aspose.HTML for Java

    Apprenez à lire ou à modifier le modèle d'objet de document à l'aide d'Aspose.HTML for Java, à éditer du HTML et à utiliser des CSS en ligne et des CSS internes....partir de zéro, ajouter un paragraphe de texte stylé et enregistrer...head. Créez un élément de paragraphe avec le nom de classe “gr”...

    docs.aspose.com/html/fr/java/edit-a-document/