Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 18,328 for

paragraph

(0.22 sec)
  1. FieldTime | Aspose.Words for Java

    Implements the TIME field in Java....TIME field, insert a new paragraph and return the field. ///...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/java/com.aspose.word...
  2. 档案

    档案...{ // 循环段落 for (IParagraph paragraph : autoShape.getTextFrame()...循环遍历文本部分 for (IPortion portion : paragraph.getPortions()) { portion.getPortionFormat()...

    blog.aspose.com/zh/slides/work-with-hyperlinks-...
  3. PdfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfSaveOptions to enhance your document saving experience. Customize settings for optimal PDF output quality and performance....value determining whether a paragraph graphic should be marked as...

    reference.aspose.com/words/net/aspose.words.sav...
  4. C# HTML Parser – .NET API for HTML files Proces...

    Aspose.HTML for .NET library to read, write, modify, edit, merge, and convert HTML files. Supports XHTML, MHTML, EPUB, Markdown, and SVG....Markdown Header Markdown Paragraph Image in Markdown Electronic...

    products.aspose.com/html/net/
  5. Add Math Equations to PowerPoint Presentations ...

    Learn how to work with mathematical equations in PowerPoint using Aspose.Slides for Python via .NET. Get detailed instructions, code examples, and tips to automate the creation and editing of presentations.... it already contains one paragraph with a mathematical portion...variable: math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...

    docs.aspose.com/slides/python-net/powerpoint-ma...
  6. Working with PDF/A or PDF/UA|Aspose.Words for N...

    Convert to PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, and PDF/UA using Node.js. There are a few problems when converting to PDF/A documents, and Aspose.Words for Node.js solves them....blocks such as headings, paragraphs, tables, and others. These...to the outline levels of paragraphs in the source document. For...

    docs.aspose.com/words/nodejs-net/working-with-p...
  7. Aspose::Words::Drawing::GroupShape class | Aspo...

    Aspose::Words::Drawing::GroupShape class. Represents a group of shapes in a document. To learn more, visit the documentation article in C++....Returns the immediate parent paragraph. get_PreviousSibling () Gets...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose.Words RTF conversion uses invalid contro...

    Hello, We are using Aspose.Words for .NET 25.4.0, and we are seeing an issue with non-spec-compliant RTF being output, and some RTF interfaces that we attempt to send the messages to are erroring. One specific error sta…...idden\spriority0 Default Paragraph Font;}{\*\ts11\tsrowd\sne...

    forum.aspose.com/t/aspose-words-rtf-conversion-...
  9. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...appendChild(new Paragraph(doc)); builder.moveTo(textBox...image.File = imagePath; page.Paragraphs.Add(image); // Create a hyperlink...

    forum.aspose.com/t/trying-to-create-a-word-like...
  10. Extract Text from PDF C#|Aspose.PDF for .NET

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C#....pdf" ); } } Extract Paragraph from PDF C# Analyzing your...

    docs.aspose.com/pdf/net/extract-text-from-all-pdf/