Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 18,538 for

paragraphs

(1.85 sec)
  1. Aspose.PDF С++ Example|Aspose.PDF for C++

    This page show how use simple programming for create a PDF document containing text - Hello World....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/cpp/hello-world-example/
  2. ParagraphFormat class | Aspose.Words for Node.js

    Aspose.Words.ParagraphFormat class. Represents all the formatting for a paragraph...all the formatting for a paragraph. To learn more, visit the...the Working with Paragraphs documentation article. Properties Name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::OutlineOptions::set_Crea...

    Aspose::Words::Saving::OutlineOptions::set_CreateOutlinesForHeadingsInTables method. Specifies whether or not to create outlines for headings (Paragraphs formatted with the Heading styles) inside tables in C++....create outlines for headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::OutlineOptions::get_Crea...

    Aspose::Words::Saving::OutlineOptions::get_CreateOutlinesForHeadingsInTables method. Specifies whether or not to create outlines for headings (Paragraphs formatted with the Heading styles) inside tables in C++....create outlines for headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. ListLevel.customNumberStyleFormat property | As...

    ListLevel.customNumberStyleFormat property. Gets or sets the custom number style format for this list level... paragraphs . at ( 0 ). listFormat ....doc . firstSection . body . paragraphs ; expect ( paras . at ( 0...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FrameFormat class | Aspose.Words for Python

    aspose.words.FrameFormat class. Represents frame related formatting for a paragraph....related formatting for a paragraph. Remarks This object is always...always created. If a paragraph is a frame, then all properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Animate PowerPoint Text on Android|Aspose.Slide...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android, with easy-to-follow, optimized Java code examples....Add Animation Effects to Paragraphs We added the addEffect()...animation effects to a single paragraph. This sample code shows you...

    docs.aspose.com/slides/androidjava/animated-text/
  8. Animate PowerPoint Text in Java|Aspose.Slides D...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java, with easy-to-follow, optimized Java code examples....Add Animation Effects to Paragraphs We added the addEffect()...animation effects to a single paragraph. This sample code shows you...

    docs.aspose.com/slides/java/animated-text/
  9. ParagraphFormat.outline_level property | Aspose...

    ParagraphFormat.outline_level property. Specifies the outline level of the paragraph in the document....the outline level of the paragraph in the document. @property...Examples Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....// Create text paragraph TextParagraph paragraph = new TextParagraph...Set subsequent lines indent paragraph . setSubsequentLinesIn ( 20...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/