Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 17,314 for

paragraph

(0.08 sec)
  1. ShapeBase.parentParagraph property | Aspose.Wor...

    ShapeBase.parentParagraph property. Returns the immediate parent Paragraph....Returns the immediate parent paragraph. get parentParagraph () :...: Aspose . Words . Paragraph Remarks For child shapes of a group...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...the font if I do: foreach (Paragraph item in table1.GetChildNodes(NodeType...GetChildNodes(NodeType.Paragraph, true)) { item.ParagraphFormat.Style.Font...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  3. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...appears that the whole block/paragraph was replaced rather than a...downloadAndPrepareDo(s3Url); // Get paragraphs as a parameterized collection...

    forum.aspose.com/t/words-java-tracking-changes-...
  4. Developer Guide|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....with Text Style Paragraph Working with Paragraph Style Working...

    docs.aspose.com/diagram/python-java/developer-g...
  5. Range.replace method | Aspose.Words for Node.js

    Aspose.Words.Range.replace method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Specify Layout Options in Java|Aspose.Words for...

    Create output documents with various layouts, depending on the parameters specified in the Document using Java.... which specifies whether paragraph mark characters are rendered...example below contains three paragraphs. The second one is hidden...

    docs.aspose.com/words/java/specify-layout-options/
  7. CompatibilityOptions.wpjustification property |...

    CompatibilityOptions.wpjustification property. Emulate WordPerfect 6.x Paragraph Justification....x Paragraph Justification. get wpjustification...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldPrint.printer_instructions property | Aspo...

    FieldPrint.printer_instructions property. Gets or sets the printer-specific control code characters or PostScript instructions.... write ( 'My paragraph' ) # The PRINT field can send...this case, it will be the paragraph that contains our PRINT field...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.LineSpacing | Aspose.Words for ...

    Adjust the line spacing of your Paragraphs effortlessly with the ParagraphFormat LineSpacing property. Enhance readability and style in your documents!...spacing (in points) for the paragraph. public double LineSpacing...larger font is used within the paragraph. Examples Shows how to work...

    reference.aspose.com/words/net/aspose.words/par...
  10. Border class | Aspose.Words for Python

    aspose.words.Border class. Represents a border of an object...including paragraph, run of text inside a paragraph or a table...docx' ) Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...