Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 18,324 for

paragraph

(0.07 sec)
  1. ListFormat.isListItem property | Aspose.Words f...

    ListFormat.isListItem property. True when the Paragraph has bulleted or numbered formatting applied to it....isListItem property True when the paragraph has bulleted or numbered formatting...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FrameFormat.Height | Aspose.Words for .NET

    Discover the FrameFormat Height property to easily access and utilize the height of your specified frame for enhanced design flexibility....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  3. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....content between specific paragraphs using the `ExtractContent`...getChild ( $ nodeType -> PARAGRAPH , 6 , true ); $ endPara =...

    docs.aspose.com/words/java/extract-content-in-php/
  4. Suppress Blank space if condition did not satis...

    Summary I’m trying to hide a Paragraph (conditional content) when a condition is not met. Even with MailMerge.CleanupOptions enabled, the Paragraph space remains in the final DOCX. I need the Paragraph to be fully remove…...Summary I’m trying to hide a paragraph (conditional content) when...CleanupOptions enabled, the paragraph space remains in the final...

    forum.aspose.com/t/suppress-blank-space-if-cond...
  5. How to Get Custom Bullets from Presentations Us...

    Using aspose slides for cpp. Both No bullets and custom bullets both come as Not defined . using API: ParagraphFormat->get_Bullet()->get_Type() Is there a way to differentiate custom bullets? Thanks...to manipulate the paragraphs. Add Paragraphs with Custom Bullets...Bullets : For each paragraph, set the bullet type and customize it...

    forum.aspose.com/t/how-to-get-custom-bullets-fr...
  6. Paragraph.IsListItem | Aspose.Words for .NET

    Discover the Paragraph IsListItem property, indicating if a Paragraph is part of a bulleted or numbered list in its original revision. Enhance your document's structure!...Hide ] Paragraph.IsListItem property True when the paragraph is an...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words/par...
  7. 超链接|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中添加和管理超链接:链接文本、形状和图像,为 PPT、PPTX 和 ODP 设置目标和操作,附带示例。...setText ( "Aspose" ); let paragraph = shape . getTextFrame ()...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  8. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index....body, which in turn has a paragraph. # We can add contents to...shapes, or tables to that paragraph. self . assertEqual ( aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  10. Extracting images and captions from a word docu...

    Hi team, I am using the following code snippet to extract Images from a word document. How can i get captions for all extracted images along with them? Eventually i want to return a dictionary with image name, its pat…...Shape , look for the caption paragraph that follows the picture (or...figure caption is usually a paragraph whose style is “Caption” (or...

    forum.aspose.com/t/extracting-images-and-captio...