Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 7,676 for

paragraph

(0.06 sec)
  1. FrameFormat.horizontalDistanceFromText property...

    FrameFormat.horizontalDistanceFromText property. Gets horizontal distance between a frame and the surrounding text, in points....formatting properties of paragraphs that are frames. let doc...Document ( base . myDir + "Paragraph frame.docx" ); let paragraphFrame...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Create Tagged PDF using Python

    This short tutorial describes how to create tagged PDF using Python. It contains the IDE settings, a set of tasks for the application and a runnable sample code for adding tags to PDF files using Python....content Create a header and a paragraph element and set the text Append...Append the header and paragraph elements to the root element...

    kb.aspose.com/pdf/python/how-to-create-tagged-p...
  3. Body class | Aspose.Words for Node.js

    Aspose.Words.Body class. Represents a container for the main text of a section...Remarks Body can contain Paragraph and Table child nodes. Body...needs to contain at least one Paragraph . Inheritance: Body → Story...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentVisitor Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentVisitor class, your foundation for creating custom document visitors to enhance document processing and manipulation....VisitParagraphEnd ( Paragraph ) Called when enumeration of a paragraph has ended...VisitParagraphStart ( Paragraph ) Called when enumeration of a paragraph has started...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...(); var paragraph = new aspose . slides . Paragraph (); paragraph...slides . FillType . Solid )); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  6. Table.HorizontalAnchor | Aspose.Words for .NET

    Discover the Table HorizontalAnchor property to optimize floating table positioning. Easily customize horizontal alignment for enhanced layout control.... Paragraph , table . VerticalAnchor );...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Table.allowOverlap property | Aspose.Words for ...

    Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... Paragraph ); expect ( table . allowOverlap...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtLoadOptions.documentDirection property | Asp...

    TxtLoadOptions.documentDirection property. Gets or sets a document direction...// the direction of every paragraph of text that Aspose.words...loads from plaintext. // Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldPrint.post_script_group property | Aspose....

    FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on.... 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...
  10. Aspose.Words for Python

    This API allows you to do all kinds of operations on Words files in Python code including creating, editing and converting etc....Shape in Word using Python Paragraph Formatting in Word with Python...Sections with Python Convert Paragraph into Bullet Points in Word...

    kb.aspose.com/words/python/