Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 36,320 for

paragraph

(0.09 sec)
  1. setHeight | Aspose.Sildes for Node.js via Java ...

    setHeight setHeight(float value) function Returns or sets the bullet height of a Paragraph with no inheritance. Value......sets the bullet height of a paragraph with no inheritance. Value...the first portion in the paragraph. Read/write float....

    reference.aspose.com/slides/nodejs-java/aspose....
  2. Font.Subscript | Aspose.Words for .NET

    Font Subscript property. True if the font is formatted as subscript in C#....new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Raise this run of text...

    reference.aspose.com/words/net/aspose.words/fon...
  3. Cell | Aspose.Words for Java

    Represents a table cell in Java....contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Examples: Shows how to create...

    reference.aspose.com/words/java/com.aspose.word...
  4. iparagraph - Aspose.Slides for Android via Java...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....OutputFile OverrideTheme Paragraph ParagraphCollection ParagraphFormat...Known Implementing Classes: Paragraph public interface IParagraph...

    reference.aspose.com/slides/androidjava/com.asp...
  5. Aspose::Words::TabStop Class Referencefinal - A...

    Represents a single custom tab stop. The TabStop object is a member of the TabStopCollection collection....right tab stop in TOC related paragraphs. auto doc = MakeObject<Document>(MyDir...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. textbuilder - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PageSize ParagraphAbsorber Paragraphs PasswordBoxField PasswordType...textParagraph) Appends text paragraph to Pdf page. void appendParagraph...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  7. Extracting Text for Textboxes and Shapes with A...

    Hello, How can I extract text from shapes and text boxes within a word document and insert these as Paragraphs next to these shapes/text boxes in the document? I would like to use Aspose.Words for Python via .NET....document and insert these as paragraphs next to these shapes/text...and then insert it as a new paragraph in the document. Here is a...

    forum.aspose.com/t/extracting-text-for-textboxe...
  8. TextParagraph.TextBackgroundMode | Aspose.PDF f...

    Background mode for TextParagraph...Background is set for the whole paragraph as single solid rectangle...Background is set for the whole paragraph as single solid rectangle...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  9. Story.AppendParagraph | Aspose.Words for .NET A...

    Story 方法. 创建一个快捷方式Paragraph带有可选文本的对象并将其附加到此对象的末尾...创建一个快捷方式 Paragraph 带有可选文本的对象并将其附加到此对象的末尾。 public Paragraph AppendParagraph...HeadersFooters . Add ( header ); Paragraph para = header . AppendParagraph...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. 如何实现占满逻辑 - Free Support Forum - aspose.com

    我有一个需求,就是处理 word,对 word 中有 {ZM} 这个占位符的地方,插入空行,直到占满一整页,类似这个 word: 1.docx (12.9 KB) 处理后,变成这样: 2.docx (13.3 KB) 请问有什么比较方便的方法吗...NodeCollection paragraphs = doc.getChildNodes(NodeType.PARAGRAPH, true);...for (Paragraph paragraph : (Iterable<Paragraph>) paragraphs) {...

    forum.aspose.com/t/topic/294687