Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 36,324 for

paragraph

(0.06 sec)
  1. ParagraphFormat.LinesToDrop | Aspose.Words for ...

    ParagraphFormat LinesToDrop property. Gets or sets the number of lines of the Paragraph text used to calculate the drop cap height in C#....the number of lines of the paragraph text used to calculate the..."LinesToDrop" property to designate a paragraph as a drop cap, // which will...

    reference.aspose.com/words/net/aspose.words/par...
  2. Superscript and Subscript|Aspose.Slides Documen...

    Add superscript and subscript text to PowerPoint presentations in C# or .NET...subscript text inside any paragraph portion. For adding Superscript...Clear existing Paragraphs Create a new paragraph object for holding...

    docs.aspose.com/slides/net/superscript-and-subs...
  3. Extraction Issue 10 - Aspose.Words Product Fami...

    Dear team, We are extracting images from docx using aspose java but below case we are notable to extract, please refer below source code and input file, please do needful Source Code : if ((Paragraph.toString(SaveForm…...needful Source Code : if ((paragraph.toString(SaveFormat.TEXT)...trim().startsWith("fig") || paragraph.toString(SaveFormat.TEXT)...

    forum.aspose.com/t/extraction-issue-10/248047
  4. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...text fragments to the paragraph paragraph -> AppendLine ( textFragment1...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  5. Capitalize the first word of each bulleted or n...

    Hi Team, Hope you doing well, I need code to capitalize the first word of each bulleted or numbered item, and that item must ends with period. if that was an heading we have to left them like the same. Thanks and Reg…...docx"); // Get list of paragraphs in the document, which are...and are not headings. List<Paragraph> listItems = doc.GetChildNodes(NodeType...

    forum.aspose.com/t/capitalize-the-first-word-of...
  6. Aspose::Slides::IParagraphFactory Class Referen...

    Public Member Functions | List of all members Aspose::Slides::IParagraphFactory Class Reference abstract Allows to cr......abstract Allows to create paragraphs More... #include <IParagraphFactory...()=0 Creates a new empty paragraph. More... virtual System::SharedPtr...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. BorderType Enum | Aspose.Words for .NET

    Aspose.Words.BorderType enum. Specifies sides of a border in C#....Specifies the bottom border of a paragraph or a table cell. Left 1 Specifies...Specifies the left border of a paragraph or a table cell. Right 2 Specifies...

    reference.aspose.com/words/net/aspose.words/bor...
  8. Node.ParentNode | Aspose.Words for .NET

    Node ParentNode property. Gets the immediate parent of this node in C#....Document doc = new Document (); Paragraph para = doc . FirstSection...node to the document's first paragraph. Run run = new Run ( doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  9. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    FieldStyleRef InsertParagraphNumber property. Gets or sets whether to insert the Paragraph number of the referenced Paragraph exactly as it appears in the document in C#....insert the paragraph number of the referenced paragraph exactly...)" ; // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/net/aspose.words.fie...
  10. TextParagraph.Children | Aspose.Cells for .NET ...

    TextParagraph property. Gets all text runs in this Paragraph. If this Paragraph is empty return Paragraph itself...text runs in this paragraph. If this paragraph is empty, return...return paragraph itself. public FontSetting [] Children { get ; }...

    reference.aspose.com/cells/net/aspose.cells.dra...