Sort Score
Result 10 results
Languages All
Labels All
Results 7,361 - 7,370 of 19,008 for

paragraph

(0.17 sec)
  1. ترجمة Markdown إلى DOM|Aspose.Words لـ .NET

    ترجمة مستند Markdown إلى Document Object Model وإعادته باستخدام C#. حتى تتمكن من العمل مع Markdown المعقد الموجود وإنشاء مستند Markdown برمجيًا من البداية....previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/ar/net/translate-markdown...
  2. Markdown'i DOM'ye çevir|.NET için Aspose.Words

    Bir Markdown belgesini Document Object Model'ye çevirin ve C# kullanarak geri alın. Böylece, mevcut karmaşık Markdown ile çalışabilir ve programlı olarak sıfırdan bir Markdown belgesi oluşturabilirsiniz....previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/tr/net/translate-markdown...
  3. أتمتة إنشاء عروض PowerPoint في Java: إنشاء عروض...

    أتمتة إنشاء الشرائح على منصات سحابية باستخدام Aspose.Slides for Java—إنشاء، تحرير، وتحويل ملفات PowerPoint وOpenDocument بسرعة وبشكل موثوق....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/ar/java/automating-power...
  4. Insérer des champs dans C#|Aspose.Words pour .NET

    Comment insérer des champs dans un document à l'aide de C# – découvrez différentes manières avec des exemples de code....MERGE à l’aide de DOM à un paragraphe d’un document: Insertion...Merge à l’aide de DOM à un paragraphe d’un document: Insertion...

    docs.aspose.com/words/fr/net/inserting-fields/
  5. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Scopri il metodo VisitFootnoteStart di DocumentVisitor, essenziale per gestire in modo efficiente le note a piè di pagina e le note di chiusura nell'elaborazione dei tuoi documenti....Nodo paragrafo: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Gérer les hyperliens de présentation sur Androi...

    Gestion sans effort des hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour Android via Java — améliorez l'interactivité et le flux de travail en quelques minutes....clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/fr/androidjava/manage-hy...
  7. Documentation

    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....nouveau paragraphe de texte dans la collection de paragraphes et passer...nouveau paragraphe de texte dans la collection de paragraphes et passer...

    docs.aspose.com/pdf/fr/cpp/converting/convert-o...
  8. We noticed that in the older version of aspose,...

    And we noticed that in the older version of aspose, if the merge field for the ProgramName was empty, the output document removed that line entirely like this: However in the newer version of aspose, the output do…...cleanup options to remove empty paragraphs and unused fields during...method to specify that empty paragraphs and unused fields should...

    forum.aspose.com/t/we-noticed-that-in-the-older...
  9. Html underline does not work when wrapping ital...

    Hi! The Html underline does not work with version 7.9.0 when it wraps the italic tag but it works when the italic tag wraps the underline tag. The sample code exposing the issue is below and I have attached a PDF file w…...Paragraphs.Add(CreateHtmlText(" Underline...SomeDefaultStyle)); section.Paragraphs.Add(CreateHtmlText(" Italic...

    forum.aspose.com/t/html-underline-does-not-work...
  10. Gestionar porciones de texto en presentaciones ...

    Aprenda a gestionar porciones de texto en presentaciones de PowerPoint utilizando Aspose.Slides para Java, mejorando el rendimiento y la personalización....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/es/java/portion/