Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 18,510 for

paragraph

(0.12 sec)
  1. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the document.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BuiltInDocumentProperties.charactersWithSpaces ...

    BuiltInDocumentProperties.charactersWithSpaces property. Represents an estimate of the number of characters (including spaces) in the document.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Shading.BackgroundPatternColor | Aspose.Words f...

    Discover the Shading BackgroundPatternColor property to customize your Shading object's background color, enhancing your design's visual appeal.... Write ( "This paragraph is formatted with a double...

    reference.aspose.com/words/net/aspose.words/sha...
  4. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...text alignment for every paragraph in the document to RTL. for...

    reference.aspose.com/words/python-net/aspose.wo...
  5. New HTML Export System - Aspose.Slides.WebExten...

    Export presentations to HTML with templates, CSS and JS—no SVG. Learn single or multi-page output, resource control, and customization for PPT, PPTX and ODP....template usage inside the paragraph template. You can find the...Templates\common\paragraph.html . To draw the portions in a paragraph, we...

    docs.aspose.com/slides/net/web-extensions/
  6. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets document default text formatting....Paragraph", the collection will apply...property. styles . default_paragraph_format . first_line_indent...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...docx"); for(Paragraph p : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { if(p.isDeleteRevision() &&...

    forum.aspose.com/t/section-break-as-revision-ho...
  8. Get HTML of extracted text from word file - Fre...

    HI Aspose Team, I am extracting some specific text from word file using Aspose.Word C# . Now I have to get html of extracted text. I don’t want to convert word into html and rework on it, Is there any method which i c…..., a Paragraph or Run ) or a collection of...Assume 'node' is the extracted Paragraph/Run/etc. Node node = /* your...

    forum.aspose.com/t/get-html-of-extracted-text-f...
  9. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_document method... PARAGRAPH , 'MyStyle' ) my_style . font.... Color . blue builder . paragraph_format . style_name = my_style...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Wrap Text in Excel using C#

    This article guides how to wrap text in Excel using C#. It has the IDE settings, a list of steps, and a sample code to auto wrap text in Excel using C#....however you may use option ‘Paragraph’ that wraps text according...according to the longest paragraph. This article has taught us how to...

    kb.aspose.com/cells/net/wrap-text-in-excel-usin...