Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 18,538 for

paragraph

(0.14 sec)
  1. TxtLoadOptions.DetectNumberingWithWhitespaces |...

    Optimera dina dokumentimporter med TxtLoadOptions funktion DetectNumberingWithWhitespaces, vilket säkerställer korrekt igenkänning av numrerade listor från vanlig text.... Paragraphs . Any ( p => p . GetText...Contains ( "Fourth list" ) && (( Paragraph ) p ). IsListItem )); } else...

    reference.aspose.com/words/sv/net/aspose.words....
  2. FieldStyleRef.InsertParagraphNumberInRelativeCo...

    Scopri la proprietà FieldStyleRef InsertParagraphNumberInRelativeContext per gestire facilmente la numerazione dei paragrafi nei tuoi documenti per una maggiore chiarezza.... Styles [ "List Paragraph" ]; builder . Writeln ( "Item...Style = doc . Styles [ "List Paragraph" ]; builder . Writeln ( "Item...

    reference.aspose.com/words/it/net/aspose.words....
  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/ru/java/automating-power...
  4. 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...
  5. 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/
  6. 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...
  7. How to Add Circle to PDF using Python

    This article guides on how to add circle to PDF using Python. It contains detailed information about the IDE and stepwise process to insert circle in PDF using Python....resultant graph object in the paragraphs collection of the PDF page...this graph object to the paragraphs collection of the selected...

    kb.aspose.com/pdf/python/how-to-add-circle-to-p...
  8. HtmlSaveOptions.document_split_criteria propert...

    HtmlSaveOptions.document_split_criteria property. Specifies how the document should be split when saving to [SaveFormat.HTML](../../../aspose.words/saveformat/#HTML), [SaveFormat.EPUB](../../../aspose.words/saveformat/#EPUB) or [SaveFormat.AZW3](../../../aspose.words/saveformat/#AZW3) format...HEADING_PARAGRAPH for EPUB and AZW3. @property...the document into heading paragraphs. # This is useful for readers...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Section.EnsureMinimum | Aspose.Words لـ .NET

    قم بتحسين المحتوى الخاص بك باستخدام طريقة EnsureMinimum، مما يضمن أن يتضمن كل قسم نصًا مع فقرة لتحسين الوضوح والبنية....القسم يحتوي على Body مع واحد Paragraph . public void EnsureMinimum...Assert . AreEqual ( NodeType . Paragraph , doc . Sections [ 0 ]. Body...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. 程序化创建PDF文档|Aspose.PDF for Python via .NET

    本页描述如何使用Aspose.PDF for Python via .NET库从头开始创建PDF文档。...集合中 将 TextFragment 添加到页面的 paragraphs 集合中 保存生成的 PDF 文档 import aspose..." ) # 将文本片段添加到新页面 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/zh/python-net/create-document/