Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 15,612 for

paragraphs

(0.05 sec)
  1. Presentation Notes|Aspose.Slides for Python Doc...

    Add and remove notes in PowerPoint presentations in Python...bullet for the first level paragraphs paragraphFormat = notesStyle...

    docs.aspose.com/slides/python-net/presentation-...
  2. BorderCollection.Item | Aspose.Words for .NET

    Discover the BorderCollection Item property to easily access Border objects by type. Streamline your design with efficient border management!... Write ( "This paragraph is formatted with a double...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...

    reference.aspose.com/words/net/aspose.words/bor...
  3. Aspose::Words::DocumentVisitor::VisitParagraphS...

    Aspose::Words::DocumentVisitor::VisitParagraphstart method. Called when enumeration of a paragraph has started in C++....Called when enumeration of a paragraph has started. virtual Aspose...Aspose :: Words :: Paragraph > paragraph ) Parameter Type Description...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. List.IsMultiLevel | Aspose.Words for .NET

    Discover if your list supports multi-levels! Our tool reveals true for 9 levels and false for 1, enhancing your data management efficiency....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Fill.Solid | Aspose.Words for .NET

    Discover the Fill Solid method for achieving a consistent color fill, enhancing your design's visual appeal and uniformity effortlessly.... Paragraphs [ 0 ]. Runs [ 0 ]. Font ...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 通過.NET從PPT文檔中提取文本和圖像 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上的 PPT 文件中提取文本和圖像。...Length; i++) //Loop through paragraphs in current ITextFrame foreach...para in textFramesPPTX[i].Paragraphs) //Loop through portions...

    products.aspose.com/slides/zh-hant/net/parser/ppt/
  7. OutlineOptions | Aspose.Words for Java

    Allows to specify outline options in Java....create outlines for headings (paragraphs formatted with the Heading...many levels of headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Style::get_Font method | Aspose....

    Aspose::Words::Style::get_Font method. Gets the character formatting of the style in C++....() -> Add ( StyleType :: Paragraph , u "MyStyle" ); style ->...from the document to the paragraph that the document builder...

    reference.aspose.com/words/cpp/aspose.words/sty...
  9. Image alignment doesn't work - Free Support For...

    We are trying to align an image in a table with halign="right" but it doesn't get applied. This is the reproducer code using System; using System.IO; using System.Text; using Aspose.Pdf; using Aspose.Pdf.Generator; usi…...Paragraphs.Add(mytable);//Add the table in paragraphs collection...alignment of the cell firstCell.Paragraphs.Add(img); //create second...

    forum.aspose.com/t/image-alignment-doesnt-work/...
  10. Modifying the text of the first cell in a colsp...

    We are upgrading Aspose.PDF for .NET version from v17.11.0 to v19.9.0 . We have a table within the pdf that contains table cells with colspan property. On calling table class GetWidth method, It adds extra cells based o…...Paragraphs[0] as TextFragment; textCell...Console.WriteLine((tableCell.Paragraphs[0] as TextFragment).Text);...

    forum.aspose.com/t/modifying-the-text-of-the-fi...